#content_main div.title h1 {
	margin-left:-10px;
	font-size: 14px;
	font-weight:bold;
	color:#800000;
	
}

#content_main h1 {
	color:#808000;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	
}
#content_main p,
#content_main ul, 
#content_main ol {
	margin-top:2px;
	margin-bottom:8px;
}
#content_main a {
	text-decoration:none;
	color:#808000;
}

#content_main .important {
	color:#800000;
}

	/* RAHMEN 1 */
#content_main  div.csc-frame-frame1 p  {
	font-size:17px;
	font-weight:normal;
	color:#800000;
	margin-top:5px;
	margin-bottom:5px;
}

#content_main  div.csc-frame-frame1 h1{ 
	font-size:14px;
	font-weight:bold;
	color:black;
	margin-bottom:2px;
	padding:0px;
}

#content_main  div.csc-frame-frame2  {
	color:white;
	background-color:#B5AE06;
	border:1px solid white;
	margin-left:auto;
	margin-right:auto;
	width:412px;
	padding:10px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

#content_main  .csc-frame-frame2 h1 {
	color:white;
	font-weight:bold;
}