/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentTop, #framecontentBottom{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 41px;
	overflow: hidden;
	background-color: #30502b;
	color: white;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

#framecontentBottom{
	top: auto;
	bottom: 0;
	height: 40px;
	overflow: hidden;
	background-color: #30502b;
	color: white;
	margin: 0px;
	padding: 0px;

}

#maincontent{
position: fixed; 
top: 41px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 40px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
text-align: center;
}

.innertube{
	margin: 0px;
	padding: 0px;
}

#innertube_frames  {
	margin: 0px;
	padding: 0px;
	white-space:nowrap;
	background-image: url(bilder/kopf.gif);
}


#topnavi  {
	white-space:nowrap;
	background-image: url(bilder/kopf.gif);
}

* html body{ /*IE6 hack*/
padding: 41px 0 40px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
