/* inhalt */
#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_main {
	position: relative;
	width: 550px;
	overflow: visible;	
	padding: 0px;
	margin: 0px; 
	left: 10px;
	top: 0px;
	font-size: 1em;
	line-height: 1.6em;	
	z-index: 21;
	}

#content_main img {
	border: 1px solid silver;
	padding: 3px;
	}
	
div#content { 
	min-height: 460px;
	height:expression(this.scrollHeight > 460 ? "auto":"460px"); 
	}
