
/* Standard Definitionen */
body, p, a, h1, h2, h3, td, tr, tabel, OBJECT {
margin: 0px; padding: 0px;
background: background-color: #FFF;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 10px; 
color: #2D2D2D; 
line-height: 16px;
font-style: normal;	
font-weight: normal;
font-variant: normal;
}

li { 
list-style-type: circle
}

a:link, a:visited, a:active { text-decoration:underline; }
a:hover { text-decoration:underline; }

#navigation { 

position: absolute; 
left: 69px; top: 67px; 
background-color: #fff;  
}

#content, #archiv { 
position: absolute; 
padding-bottom: 60px;
left: 320px; top: 65px; width: 464px; 
background-color: #fff;  
}

