@charset "utf-8";
/*Farben
blau: #009bdd
*/
* { margin: 0; padding: 0; }
h1, h2, h3, h4, p, ul, li, a, th, td { font-family: Verdana, Geneva, Helvetica, Arial, Sans-Serif; }
a { color: #2086D1; background-color: white; text-decoration: none; }
a:hover, a:focus, a:active { color: #07709d; background-color: white; }
.skip, .sep, #directlink { position: absolute; top: -9999px; left: -9999px; width: 0; height: 0; overflow: hidden; display: inline; }
body { font-size: 101%; }
a img { border-style: none; vertical-align: middle; }
.closewindow { margin-bottom: 1em; }
.clear { clear: both; border: solid 1px white; }
.clearr { clear: right; border: solid 1px white; }
.clearl { clear: left; border: solid 1px white; }
/**/
#wrapper { width: 980px; margin: 50px auto 50px auto; }
#head { text-align: center; }
/**/
#content { color: black; font-size: 100%; line-height: 1.2em; background-color: white; text-align: center; margin: 60px 20px 0 20px; }
#content p { font-size: 0.8em; margin-bottom: 1em; }
#content a { font-weight: normal; }
#content a:focus { outline: none; }
#content h1 { font-size: 1em; font-weight: normal; }
#content h2 { font-size: 0.9em; font-weight: normal; margin-top: 1em; }
#content h3 { font-size: 0.8em; font-weight: normal; margin-top: 0.75em; }
#content h4 { font-size: 0.8em; font-weight: normal; }
#content ul { padding-bottom: 0.5em; margin-top: 40px; }
#content ul li { font-size: 0.8em; margin-bottom: 0.5em; list-style: none; }
#content img { vertical-align: bottom; }
/**/
.block { width: 920px; margin: 0 auto; color: #000; background: #FFF; }
.box { float: left; margin: 10px 5px; text-align: center; }
.hoch { width: 220px; }
.quer { width: 220px; padding: 50px 0 0 0; }
/**/
#foot { font-size: 100%; margin: 25px 0 0 0; border-top: 1px solid #999999; padding: 3px 20px 0 20px; text-align: center; clear: both; }
#foot p { font-size: 0.68em; line-height: 1.5em; color: #000000; background: #FFFFFF; }
#foot a { font-weight: bold; }
#foot a:hover, #foot a:focus, #foot a:active { }
#foot a.wdauth { color: #000000; font-weight: normal; font-style: normal; background-color: #FFFFFF; }
#foot a:hover.wdauth, #foot a:focus.wdauth, #foot a:active.wdauth {color: #2086D1; background-color: #FFFFFF; }
/**/
.grabb #wrapper { width: 700px; margin: 10px auto 30px auto; }
.grabb #content { margin: 20px 20px 0 20px; }
.grabb #content p.close { font-size: 0.71em; }
.grabb #content .desription { text-align: left; }
.grabb #content h2 { margin: 0 0 10px 0; }
/**/
#content .vorhernachher p { font-size: 100%; }
#content .vorhernachher a { font-size: 0.71em; }
.vorhernachher a:hover { color: #999; background-color: white; }
/**/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; }

/* IE-Patch für IE 6*/
* html .clearfix { height: 1%; }

