
#frameall{
/*	top: 5px; 
	position: center; 
	height: 100%;
	float:left;*/
	width: 800px;
	background-color: #FFCC66;
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
/*	margin: 0px; 100px;100px;25px  Margins for inner DIV inside each DIV (to provide padding)*/
}

#framecontentLeft, #framecontentBottom{
	position: fixed; 
	width: 240px; /*Width of left frame div*/
	height: 100%;
/*	float: left;*/
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFCC66;;
	text-align: left;
}

#maincontent{
	position: fixed; 
	width: 40%;
/*		top: 300;*/
	left: 240px; /*Set left value to WidthOfLeftFrameDiv*/
	height: 100%; /*Height of bottom frame div*/
	overflow: auto; 
/*	text-align: left;*/
	background-color: #FFCC66;
	border-left:solid 2px #ffee8a ;
}

#maincontentBelegung{
	position: fixed; 
	width: 98%;
/*	top: 300;*/
	left: 190px; /*Set left value to WidthOfLeftFrameDiv*/
	height: 100%; /*Height of bottom frame div*/
	background-color: #FFCC66;
	border-left:solid 2px #ffee8a ;
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	width: 60%;
	text-align: left;
}

.innertubeBelegung{
	width: 60%;
	height: 99%;
	text-align: left;
	overflow: auto; 
}

/*IE6 hack*/

* html body { /*IE6 hack*/
	padding: 0 0 120px 200px;
	/*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

 html #maincontent{ 
	height: 100%; 
	width: 98%; 
}

 html #framecontentBottom{ 
	width: 100%;
 }
/*IE6 hack end*/



