body
{
	background-color: lightyellow;
	text-align: center;
}

#website
{
	width: 980px;
	margin: 0 auto;
}

#header
{
	width: 980px;
	height: 150px;
	background: orange;
	border-radius: 5px;
	-mox-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;	
}

#header h1
{
	padding-top: 50px;
	font-size: 60px;
	font-weight: bold;
	color: white;	
	font-family: Courier;
}

#main
{
	width: 980px;
}

#menue
{
	float: left;
	width: 200px;
	height: 300px;
	background: yellow;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	-mox-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

#inhalt
{
	float: right;
	width: 770px;
	height: 300px;
	background: darkred;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	-mox-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	
}

#footer
{
	width: 980px;
	height: 30px;
	background: orange;
	border-radius: 5px;
	-mox-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 20px;
	clear: both;
}