html { 
height:100%; max-height:100%; padding:0; margin:0; border:0; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: auto; 
/* */ 
}

body { height:100%; max-height:100%; overflow:auto; padding:0; margin:0; border:0; background-color: #D9D8D2; }

/* ------ DIVs positionieren ----------- */
/* ------- links ------------ */

DIV#head_left { 	position:absolute; width: 200px; height: 121px; z-index: 7; }

#menu_left { 	
					width: 200px; overflow: auto; 
					position:absolute; top:121px; bottom: 0px; left: 0px; z-index: 6; }
* html #menu_left { 
					height: 100%;
					position:absolute; left:0; right: 0; top:0; bottom:0; 
					border-top:121px solid #fff; border-bottom:0px solid #fff; 
					border-left:0px solid #fff; border-right:0px solid #fff;}
					

/* ------- mitte ------------ */
DIV#head_center { 	width: 604px; height: 121px; z-index: 7;
					position:absolute; top:0px; bottom:0px; left:201px; right:0px; 
					}
#content_cell {		width: 604px; overflow:auto; z-index:5; background-color: #FFF; 	
					position:absolute; top:121px; bottom:0px; left:201px; right:0; }

* html #content_cell {	
					height:100%; width: 804px;
					position: absolute; top:0; left:0;  bottom:0; 
					border-top:121px solid #fff; border-bottom:0px solid #fff; 
					border-left:200px solid #fff; }


/* ------- rechts ------------ */
DIV#head_right { 	width: 195px; height: 121px; z-index: 7; float: right;
					position:absolute;  top:0px; bottom:0px; left:805px; right:0px; 
					}
#menu_right { 		
					width: 195px; z-index: 3; 
					position:absolute; top:121px; bottom:0px; left:805px; right:0px;  }
					
* html #menu_right { 
					height: 100%; width: 195px;
					position:absolute; left:0; right: 0; top:0; bottom:0; 
					border-top:121px solid #fff; border-bottom:0px solid #fff; 
					border-left:805px solid #fff; }
					



/* ----- Content mit Scroller -------- */

#content 
	{  position:absolute; z-index:7; top:10px; bottom:10px; left:10px; right:10px; padding-right: 10px	}
	 

#content_left  { float: left; width: 49%; }
#content_right { float: right; width: 49%; }