html, body {margin:0;
}
body {padding:10px 5%; font-family: Verdana, Arial; font-size:9pt; color:white; background-color:#006600}
p {font-size:8pt; color:black;}
p.normal {line-height:12pt; text-align:justify; font-family: Verdana, Arial; margin-bottom:12pt; margin-top:12pt;}

#wrapper {
position: relative;
width: 100%; /* fuer IE */
background-color: #004400;
color: #fff;
}

#header {
background-color: #004400;
color: #33ff33;
height: 40px;
}

#menue {
position: absolute;
top: 40px;
left: 0;
width: 150px;
background-color: #004400;
margin: 0px;
padding: 0px;
}

#content {
background-color: #fff;
color: #000000;
margin: 0px 150px 0px 150px;
padding: 10px 10px 10px 10px;
}

#teaser {
position: absolute;
top: 60px;
right: 0;
width: 150px;			 /* ein bisschen Getrickse mit width und */
margin: 0px 0px 1px 0px; /* margin wegen Browser-Unterschieden */
background-color: #004400;
color: #fff;
}

#footer {
background-color: #004400;
padding: 5px 0;
margin: 10px 0px 0px 0px;
text-align: center;
}

/*tabellen-layout*/
TABLE, TH, TD 
{border-color:#33cc33;
border-style:solid;
border-width:1px;
font-family:Verdana, Arial;
font-size:8pt;
color:#000000;
}

td.a {width:35%;
}

th {background-color:#ccffcc;
}

TABLE.kopf 
{
border-style:none;
font-family:Verdana, Arial;
font-size:8pt;
color:#000000;
}

TD.kopf 
{
border-style:none;
font-family:Verdana, Arial;
font-size:8pt;
color:#000000;
}





