/* Formatierung Inhalt Produktseiten OHNE NC*/
#content {
	position: relative;
	width: 570px;
	top: 4px;
	left: 4px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px; 
	float: left;
	overflow: visible;
	z-index: 25;
	border: 1px solid #006d52;
	border-right: 1px dotted #990000;
	}
* html #content {margin-left: 2px;}	/*IE hack */

#content_headline {
	position: relative;
	width: 574px;
	overflow: hidden;	
	padding: 0px;
	margin: 0px; 
	left: -4px;
	top: -1px;
	z-index: 21;
	}	

#content_head_square {
	position: relative;
	width: 330px;
	overflow: visible;
	padding: 6px;
	margin: 0px;
	background-color: #006d52;
	color: #fff;
	height: 84px;
	left: 244px;
	top: -140px;
	z-index: 22;	
	}		

#content_main {
	position: relative;
	width: 550px;
	overflow: visible;	
	padding: 0px;
	margin: 0px; 
	left: 10px;
	top: -80px;
	font-size: 1em;
	line-height: 1.6em;	
	z-index: 21;
	}
		
div#content { 
	min-height: 460px;
	height:expression(this.scrollHeight > 460 ? "auto":"460px"); 
	}
