body{
background-color:#cccccc;}
#container {
width:924px;
margin: 0 auto;
background-color:#cccccc;
margin-top:12px;
}
#header{
width:924px;
height:64px;
}
#menu{
width:150px;
float:left;
background-color:#cccccc;
color:#000000 ;
}
#menu ul {
text-align:left;
list-style:none;
margin:5px;
padding:0px;
font-family:Verdana;
font-size:12px;
}
#menu ul a{
color:#000000 ;
text-decoration :none ;
display:block;
height:25px;
padding-top:3px;
padding-left:15px;
}
#menu ul a:hover{
color:#ff0000;
text-decoration :underline ;
}
#content{
width:748px;
float:right;
margin-left:5px;
margin-top:5px;
color:#666666;
background-color:#cccccc;
padding:10px 10px 10px 10px;
font-family:Verdana;
font-size:12px;
text-align:center;
line-height:150%;
}
#content a{
color :#888888 ;
text-decoration :none ;
}
#content a:hover{
color :#ffffff;}
.titel{
color:#999999;
}
#content a img{
text-decoration :none ;
border: none;}
hr {
height: 0;
border: 0;
border-top: 1px solid #999999;
}