body {
background-color:lightgray;

}
#webseite {
width:980px;
margin:0 auto;
}
#header {
text-align:center;
width:980px;
height:150px;
background:gray;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
}
#header h1 {
padding-top:0px;
font-size:60px;
font-weight:bold;
color:black;
font-family:Courier;
}
#header h2 {
padding-top:0px;
font-size:20px;
font-weight:bold;
color:#DA3214;
font-family:Courier;
}
#main {
width:980px;
}
#menue {
text-align:center;
font-family:Courier;
float:left;
width:200px;
height:1000px;
background:gray;
margin-top:10px;
margin-bottom:10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#menue table {
color:black;
padding-top:50px;
}
#inhalt {
text-align:left;
float:right;
width:770px;
height:1000px;
background:gray;
margin-top:10px;
margin-bottom:10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#formular table {
margin:0 auto;
margin-left:50px;
}

#formular {
         font-family:Courier;
         width:500px;
         height:auto;
         margin 20px auto;
         background-color:gray;

}
#footer {
padding-top:20px;
font-size:10px;
font-family:Courier;
text-align:left;
font-weight:bold;
width:980px;
height:30px;
background:gray;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
margin-top:20px;
clear:both;
}