body {
background-color:#666666;
}

#top {
width:1000px;
height:50px;
margin-top:10px;
text-align:center;
background-color:#FFCC00;
border-bottom:1px solid black;
}

#navigation {
float:left;
width:200px;
height:550px;
background-color:#FFCC00;
text-align:center;
font-family: tahoma;
font-weight: bold;
color:darkred;
}
#navigation a:link,a:visited{
color:darkred;
}
#navigation a:active{
color:firebrick;
}
#inhalt {
width:795px;
height:550px;
margin-left:5px;
background-color:lightyellow;
float:left;
overflow:auto;
}

#container {
width:1000px;
height:600px;
margin-left:auto;
margin-right:auto;
background-color:lightyellow;
}

