#header {
	position: fixed;
	width: 100%;
	top: 0px;
	height: 100px;
	overflow: hidden;
	/*background-color:#003366;*/
}
#inhalt { 
	position: fixed;
	top: 100px;
	bottom: 34px;
	left: 202px; /*215*/
	right: 0px;
	overflow: auto;
	background-color: white;
}
#navigation {
	position: fixed;
	top: 112px;
	bottom: 34px;
	width: 170px; /*215*/
	overflow: visible;
	background-color: white;
}
#footer {
	position: fixed;
	bottom: 0px;
	/*width: 100%;*/
	width: 992px;
	height: 34px;
	overflow: auto;
	background-color:#003366;
	color: #99ccff;
	font-family: Geneva, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;		
}
