

body { 
background-color:lightyellow;
text-align:center;
width:980px;
margin: 0 auto;
}
#website { 
width:980px;
margin:0 auto;

}
#header { 
width:980px;
height:87px;
background-image:url(Studienfahrt2016.jpg);
background:"FAEBD7";
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
}



#main { 
width:980px;
}

#menue { 
float:left;
width:210px;
background-color:#333333; 
color:#FFCC99;
text-align:left;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
}
nav { 
height:595px;
font-size:15px;
font-weight:bold;
color:#FFCC99;
font-family:delicious; 
}

#inhalt { 
float:right;
width:770px;
height:600px;
background-image:url(background5a.jpg);
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
}
#inhalt { 
padding-top:10px;
font-size:35px;
font-weight:bold;
color:azure;
font-family:verdana; 
} 

#footer { 
width:auto;
height:30px;
background:seagreen;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
margin-top:0px;
clear:both;
}
#footer {
padding:5px;
text-align:left;
font-size:12px;
font-weight:italic;
color:black;
font-family:delicious;
}

