/* Sektionen Startseite */

#site_container {background:#FFF;}

/* Inhalt ganz links in Navspalte */

#inhalt_links { 
	float:left;
	margin: 0 0 0 30px;
	width:450px;
	padding:0;
}

#inhalt_links .csc-header {
	position:absolute;
	top:407px;
	left: 80px;
	width: 230x;
}

#inhalt_links .bodytext { 
	margin: 0 45px 0 38px;
	padding-top:10px;
}


.csc-header h1 a {
	color:#006 !IMPORTANT;
	font-size: 13px;
	letter-spacing:normal;
}
/* Inhalt Main  */

#inhalt {
	position:absolute;
	top: 311px;
	left: 429px;
	float:left; 
	width: 130px; 
	margin: 0 5px 0 20px;
}

#inhalt .bodytext { 
	line-height:130%;
	width:120px;
	font-size:11px;
}



/* Inhalt rechts */
		
#inhalt_rechts { 
	float: left;
	width: 435px;
	margin: 0 auto;
	padding:0;
}
#inhalt_rechts .csc-header {
	position:absolute;
	top:407px;
	right: 78px;
	width: auto;
}

#inhalt_rechts .bodytext { 
	margin: 0 0 0 70px;
	padding-top:10px;
}


/* Inhalt Rand */

#inhalt_border { 
	float: left; 
	width: 300px; 
	margin: 0 0 0 5px;

}


/* Rahmen um Bilder ausschalten */

DIV.csc-textpic-imagewrap  {border:none !IMPORTANT; padding:0 !IMPORTANT; }
