body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #364c79;
}
#kopf {
	background-color: #fff;
	height: 120px;
	width: 960px;
}
#navi {
	background-color: #FFf;
	height: 540px;
	width: 130px;
	float: left;	
}
#inhalt {
	/*background-color: #0FC;*/
	height: 520px;
	width: 680px;
	float: left;
	overflow: auto;
	padding-left: 20px;
	padding-top: 20px;
	text-align:center;
	color:#000;
}
#sub {
	background-color: #fff;
	float: right;
	height: 540px;
	width: 130px;
	text-align:center;
	color:#000;
	}
#fuss {
	background-color: #fff;
	height: 40px;
	width: 960px;
	clear:both;
	text-align:center;
	color:#000;
}

