body {
	text-align: center;	
}
#Webseite {
	width: 920px;
	margin: 0 auto;
}
#Titelbalken {
	text-align: left;	
	width: 920px;
	height: 50px;
}
#Trennbalken {
	text-align: left;	
	width: 920px;
	height: 25px;
	background: #CC0000;
}
#Hauptteil {
	width: 920px;
}
#Navigation {
	float: left;
	width: 130px;
	height: 820px;
}
#Hauptfenster {
	float: right;
	width: 780px;
	height: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Fussleiste {
	width: 920px;
	height: 30px;
	background: #CC0000;
	clear: both;
}