body{
background-color:lightyellow;
text-align: center;
}

#webseite{
width: 980px;
margin: 0 auto;
}

#header{
background-color:#d4e7ff ;
height: 100px;
width: 980px;
margin-bottom: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#main{
width: 980px;
}

#menue{
text-align: left;
background-color: #d4e7ff;
float: left;
margin-top: 10px;
width: 195px;
margin-bottom: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#inhalt{
background-color:#d4e7ff;
float: right;
margin-top: 10px;
width: 780px;
margin-bottom: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#footer{
background-color: #d4e7ff;
width: 980px;
margin-top:10px;
clear:both;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

.text{
font-family: arial;
}

.links{
color:black;
text-decoration:none;
font-family:arial;
}

.links:hover{
letter-spacing:1px;
font-weight: bold;
}

.MenüTabelle{
border-width: 2px;
border-style: outset;
width:195px;
}


#Mutti{
background-color:#d4e7ff;
float: left;
width:490px;
font-family: arial;
}
#Papa{
background-color:#d4e7ff;
float: right;
width:490px;
font-family: arial;
}