body{
background-color:black;
text-align:center; 
}
#website{
width:980px;
margin:0 auto;
}
#header{
width:980px;
height:180px;
background-color:blue;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
#header h1{
padding-top:10px;
font-size:50px;
font-weight:blod;
color:white;
font-family:Chinyen;
}

#main{
width:980px;
}

#Menue{
float:left;
width:200px;
background-color:green;
margin-top:2px;
margin-bottom:2px; 
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}

#Menue h2{
font-size:30px;
font-weight:blod;
color:black;
font-family:CommercialScript BT;
text-align:left;
}

#inhalt{
float:right;
width:770px;
height:300px;
background-color:red;
margin-top:10px;
margin-bottom:10px; 
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}

#footer{
width:980px;
height:30px;
background-color:gold;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
clear:both;
}

#footer h3{

}