body
{
background-color: #FFB046;
font-family: Verdana, Arial, sans-serif;
font-size: 100.01%;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
h1
{
color: #000080;
text-align: center;
font-variant: small-caps;
}
#logo
{
/*border-top: 3px solid #000000;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
border-left: 3px solid #000000;*/
background: #FFCC00 url(clip_image001.gif) no-repeat center;
float: left;
width: 10%;
height: 150px;
padding-left: 20px;
/*margin: 15px 15px 30px;*/
}
#header
{
/*border-top: 3px solid #000000;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
border-left: 3px solid #000000;*/
background: #FFCC00 url(header.jpg) no-repeat center;
/*margin: 15px 15px 30px;*/
height: 150px;
width: 90%-20px;
}
#navi
{
width: 180px;
border: 1px solid #000080;
margin-left: 15px;
font-size: 0.9em;
height: 400px;
background: #FF0000;
float:left;
}
#navi ul
{
margin: 0;
padding: 0;
list-style-type: none;

}
#navi a
{
display: block;
padding: 5px;
width: 170px;
text-decoration: none;
background-color: #FFCC00;
border-bottom: 2px solid #eee;
font-weight: bold;
}
#content
{
border: 1px solid #8A2BE2;
margin-left: 215px;
margin-right: 15px;
padding:15px;
text-align: justify;
line-height: 1.5em;
}
.rotfett
{
color: #FFFF00;
font-weight: bold;
}