/* 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; */
/*	background-color: #FF9C3F; */
	background-color: #ffaa59;
	border: 2px solid #FFF;
	border-top: none;
/*	color: #FFF; */
	color: #222;
	margin-bottom:20px;	
}

/* Ueberschrift im roten Rahmen*/
#subContent .csc-header h1 {
	color: #fff; 
	border: #f1331d solid;
	background-color: #f1331d;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* Listen */
#subContent li {
	background-image: none;
	list-style: disc;
} 

#subContent p.csc-frame-frame2 {
    border: #f1331d solid 2px;
    padding: 3px 7px;
    }

#subContent h1, #subContent h2, #subContent h3 {
	padding-top: 1em;
}