html 
{
background-color: #ffffff;
}

#inhalt 
{
height: 550px;
width: 850px;
margin-top: -275px;
margin-left: -450px;
padding: 0; 
top: 50%;
left: 50%;
position: absolute;
border: 1px solid #8b0000;
/*background-color: #faebd7; */
}

#inner 
{
position: absolute;
width: 820px;
height: 520px;
margin: 15px;
background-color: #fffafa;
border: 1px solid #8b0000;
}

#logo
{
position: relative;
width: 820px;
height: 50px;
background-color: #8b0000;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size: 40px;
font-weight: bolder;
text-align: center;
}

#ueberschrift
{
position: relative;

width: 300px;
font-size: large;
}

#seitentext
{
position: absolute;
top: 50px;
left: 200px;
width: 570px;
height: 430px;
margin-left: 20px;
padding-bottom: 20px;
padding-top: 20px;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px;
font-weight: normal;

}

#lens
{
float: right; 
position: relative;
right: 30px;
border: 0px solid green;
}



#links
{
border-right: 1px solid #8b0000;
margin-top: 0px;
border-top: 1px solid #faebd7;
width: 199px;
height: 469px;
/*background-color: #faebd7;*/
}

#navlist
{
padding: 0 1px 1px;
margin-top: 50px;
margin-left: 0;
font: bold 14px Verdana, sans-serif;
/*background: #faebd7;*/
width: 13em;
}

#navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px solid black;
text-align: left;
}

#navlist li a
{
display: block;
padding: 1em 0.5em 0.25em 0.75em;
border-left: 1em solid #8b0000;
/*background: #faebd7;*/
text-decoration: none;
width: 83%;
}

#navlist li a:link { color: #8b0000; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #deb887;
color: #FFF;
background: #8b0000;
}










