#content {	

}

* html div.inContentDIV 
{ 	/*width: 821px;  87% Für IE */
	width: expression(document.body.clientWidth - 175);/*< 760? "821px": "1270px");*/
	height: expression(document.body.clientHeight - 87);
	overflow:auto;
}


#content_bg {
	position: absolute;
	top: 81px;
	left: 169px;
	width: 50%;
	height: 50%;
	background: #e7ebff;
}


/* Nicht für IE lesbar */
html>body div.inContentDIV {
	position: relative !important;
	top: -16px !important;
}