/* Start *******************************/
#contMain {
	border-bottom: none;
	overflow: hidden; /* Achtung ! Inhalte werden abgeschnitten ! */
}
#contMain .contMainText {
	width: 263px;
	float: left;
}
#contMain .contMainIllu {
	margin: 0;
	padding: 0;
	width: 216px;
	float: right;
}
#contNav,
#contIllu {
  
}
#subWrap {
	_height: 118px;
	min-height: 118px;
	clear: both;
	border-top: 2px solid #FFF;
}
#subContent {
	float: right;
	_height: 118px;
	min-height: 118px;
	width: 518px;
	_width: 520px;
	background-color: #FF7B00;
	border: 2px solid #FFF;
	border-top: none;
	color: #FFF;
	margin-bottom:20px;	
}

