body {
background:black;
text-align:center;
}

#webseite{
width:980px;
margin:0 auto;
}
#header{
width:980px;
height:150px;
background:orange;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

 #language{
 text-align:right;
 width:962px;
height:1px;
background:silver;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

 #ha{
 text-align:center;
 width:980px;
height:18px;
background:navy;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
color: white
}

#header h1{
padding-top:40px;
font-size:70px;
font-weight:bold;
color:white;
font-family:Arial;
}

#main{
width:980px;
}

#inhalt{
float:left;
width:200px;
height:500px;
background:royalblue;
margin-top:10px;
margin-bottom:10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#menue{
float:right;
width:770px;
height:300px;
background:navy;
margin-top:10px;
margin-bottom:10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
div

width:150px;
height:500px;
overflow:scroll;
} 
}

 #footer{
 text-align:right;
 width:980px;
height:18px;
background:navy;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#schnee{
float:left;
width:200px;
height:500px;
background:white;
margin-top:10px;
margin-bottom:10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#menue h2{
font-size:50px;
font-weight:bold;
color:white;
font-family:Times New Roman;
}


#menue h3{
font-size:15px;
font-weight:bold;
color:white;
font-family:Times New Roman;
}