/* Schriftart */
body {
font-family: trebuchet, sans-serif;
}


/* Absätze, DIV-Container, Tabellen, Formulare in 10 Punkt */
p, div, table, li, form  {
font-size: 10pt; 
}

/* Hintergrundfarbe */
body {
background-color: #FFFFCC;
color: black;
} 


/* Link-Stile für Hover-Links  */
a:link {
color: #333333; 
} 

a:hover {
text-decoration : none; 
color: #666666; 
} 

a:active {
color: #666666; 
} 

a:visited {
color: #666666; 
}


/* Textbox oben  */
#header{
position: absolute;
top: 0px;
left: 0px;
width: 1048px;
height: 70px;
margin:10px;
}

/* Navigation links  */
#links{
position:absolute;
top:70px;
left:0px;
height:800px;
width:140px;
margin:10px;
}



/* main  */
#main{
position:absolute;
top:70px;
left:140px;
height:800px;
width:648px;
margin:10px;
}




/* rechts  */
#rechts{
position:absolute;
top:76px;
left:805px;
height:760px;
width:170px;
margin:10px;
background-color:#E5E5E5;
}





