body {
background-color: lightyellow;
text-align: center;
}
#webseite {
width: 975px;
margin: 0 auto;
}
#header {
width: 975px;
height: 100px;
}
#main {
width: 975px;
}
#menue {
width: 975px;
height: 63px;
margin-top: 3px;
margin-bottom: 3px;
}
#menue1 {
float: left;
width: 160px;
height: 30px;
}
#menue2 {
float: left;
width: 160px;
height: 30px;
margin-left: 3px;
}
#menue3 {
float: left;
width: 160px;
height: 30px;
margin-left: 3px;
}
#menue4 {
float: left;
width: 160px;
height: 30px;
margin-left: 3px;
}
#menue5 {
float: left;
width: 160px;
height: 30px;
margin-left: 3px;
}
#menue6 {
float: left;
width: 160px;
height: 30px;
margin-left: 3px;
}
#menue7 {
float: right;
width: 160px;
height: 30px;
margin-top: 3px;
}
#inhalt {
width: 975px;
height: 425px;
background: lightyellow;
margin-top: 3px;
margin-bottom: 3px;
font-family: Arial;
font-size: 92%;
}
#footer {
width: 975px;
height: 3px;
background: orange;
margin-top: 20px;
}

