#Top {
	float: left;
	width: 850px;
	}

#Logo {
	float: left;
	width: 500px;
	}
	
#SubNavi {
	float: left;
	width: 340px;
	}
	
#Abstand {
	clear: both;
	height: 20px;
	}
	
#header {
	clear: both;
	height: 220px;
	padding-left: 40px;
	background-color: #e0e0e0;
	}
	
#MainNaviUP  {
	width: 380px;
	}
	
#content {
	float: left;
	width: 840px;
	margin: 20 0 20 0px;
	}
	
#footer {
	clear: both;
	width: 100%;
	height: 18px;
	background-color: #e0e0e0;
	}