/* commented backslash hack \*/ 
html, body {
height: 100.1%;
} 
/* ende hack */ 

body {
padding: 0;
margin: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 80%;
line-height: 1.5;
background-color: #fde3b0;
color: #000;
}

#wrapper {
min-height: 100%;
margin-left: 180px;
margin-right: 120px;
margin-bottom: -52px;
border-left: 1px solid #000;
border-right: 1px solid #000;
background-color: #fef5e7;
color: #000;
}
 
* html #wrapper {
height: 100%;
} /* fuer IE (der 'height' sowieso als 'min-height' versteht */

#header {
background-color: #e3bd74;
color: #fff;
background-image: url(../images/banner468.jpg);
background-repeat: no-repeat;
background-position: right 5px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70px;
overflow: hidden;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

#left {
position: relative; /* fuer IE */
float: left;
width: 180px;
margin-left: -179px; /* MUSS 1px weniger als die width sein, da sonst der 'footer' nicht nach unten gedrueckt wird */
z-index: 100;
}

* html #left {
padding-bottom: 52px;
margin-right: -3px;
} /* repariert Luecke im IE (neben 'float' und 'clearfooter', die etwas zu weit links rausgerueckt sind*/

#left p {
padding-left: 3px;
padding-right: 2px;
}

#right p {
padding-left: 3px;
padding-right: 2px;
}

#right {
position: relative;
float: right;
width: 120px;
margin-right: -119px; /* siehe Kommentare bei 'left' */
}

#footer {
position: relative;
clear: both;
width: 100%;
height: 50px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #e3bd74;
color: #000;
}
#footer p {
margin: 20px 0px 0px 40px;
}


* html #footer {
/* nur IE sieht diese Anweisung */
\height: 52px;/* IE5 */
he\ight: 50px;/* IE6 */
}

#clearheader {
height: 72px; /* Platz fuer 'header' schaffen */
}

#clearfooter {
clear: both;
height: 40px;
} /* Platz fuer 'footer' schaffen */

* > html #clearfooter {
float: left;
width: 100%;
} /* fuer IE mac */

div, p  {
margin-top: 0;
} /* 'top-margin' bei Mozilla entfernen */

* html #content {
height: 1%;
margin-bottom: 12px;
} /* gegen IEs 3-Pixel-Bug */

#content {
position: relative;
z-index: 1;
}

/* safari wrapper (thanks to Tim Connor) */
html > body  #minheight {
float: left;
width: 0px;
height: 100%;
margin-bottom: -52px;
}


 

/* zusaetzliche styles (Praesentation) */
.invis {
display: none;
}
img {
border: 0 none;
}

#content h2 {
padding: 20px 0px 20px 50px;
background-color: #fde6bb;
color: #000;
}

#content ul {
margin: 0px 0px 0px 20px;
list-style: none;
}
#content ul ul {
list-style-type: circle;
}
#content ul ul li {
margin: 5px 0px 5px 0px;
}

#content p {
padding: 0px 40px 10px 60px;
line-height: 150%;
}

#left #leftmenue {
margin: 20px 0px 0px 0px;
}

#left #leftmenue a {
display: block;
width: 164px;
margin-top: 5px;
padding: 3px 0px 3px 10px;
background-color: #e3bd74;
color: #600;
text-decoration: none;
font-weight: bold;
border: 0 none;
}
#left #leftmenue a:hover {
background-color: #600;
color: #e3bd74;
}

#left #leftmenue a.ico-1 {
background-image: url(../images/ew_ico.gif);
background-repeat: no-repeat;
width: 154px;
padding-left: 20px;
}
#left #leftmenue a.ico-2 {
background-image: url(../images/barr_ico.gif);
background-repeat: no-repeat;
width: 154px;
padding-left: 20px;
}
#left #leftmenue a.ico-3 {
background-image: url(../images/cd_ico.gif);
background-repeat: no-repeat;
width: 154px;
padding-left: 20px;
}




#buttons img {
display: block;
margin: 20px 0px 0px 15px;
}
#buttons p.headline {
padding: 20px 0px 10px 15px;
font-variant: small-caps;
}
#buttons p {
padding: 20px 0px 10px 15px;
font-size: 90%;
}
#buttons img.icons {
display: inline;
margin-top: 20px;
}

a {
font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
background-color: transparent;
color: #600;
text-decoration: none;
border-bottom: 1px solid #600;
}
a:hover {
background-color: transparent;
color: #a00;
}

.big-butt {
float: right;
width: 129px;
height: 129px;
margin: 0px 20px 0px 20px;
}

.valid {
float: right;
padding: 0px 20px 0px 0px;
}

/* Nur fuer IE sichtbar (via CC) */
#header .message {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70px;
overflow: auto;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #ba3702;
color: #fff;
}
.message a.spec {
position: relative;
background-color: transparent;
color: #feefd3;
border-bottom: 1px solid #feefd3;
}
.message p {
padding: 0px 10px 0px 10px;
}
/* Ende der IE-'Botschaft' */
