body {
background-color: white;
}
#wrapper {
width: 980px;
margin: 0 auto;
}
#header {
text-align: center;
width: 980px;
height: 250px;
background: rgb(190, 150, 180);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#header h1 {
padding-top: 50px;
font-size: 60px;
font-weight: bold;
color: #555;
font-family: Courier;
text-shadow:
	1px 1px #ccc,
	2px 2px #ccc,
    3px 3px #ccc,
    4px 4px #ccc,
    5px 5px #ccc,
    6px 6px #ccc;
}
#main {
width: 980px;

}
#menue {
float: left;
width: 200px;
height: 400px;
background: rgb(250, 250, 190);
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#inhalt {
float: right;
width: 770px;
height: 400px;
background: rgb(230, 130, 170);
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#footer {
width: 980px;
height: 40px;
background: rgb(255, 235, 190);
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
margin-top: 10px;
text-align: center;
clear: both;
}
#footer p {
font-size: 15px;
color: #aaa;
font-family: Courier;
}
