/***************************/
/* 	CSS Seite 'News'	 	*/
/*	Stand: 06.11.2009	*/
/***************************/

/* Ebene Hauptinhalt */
.oneColumnCentered #contentDiv {
	
}

/* Abstand Überschrift links anpassen */
.oneColumnCentered  H1{
	
}

/* Abstand Text vom Bild */
.csc-textpic-text p.bodytext{
	font-size: 9px;
}

.csc-textpic-text h4{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

.csc-textpic-text h4 i{
	font-style: normal;
}

/* Abstand Newseintrag oben */
.csc-textpic{
	margin-bottom: 10px;
	margin-top: 15px;
}

/* Standard-Abstände für Datensätze zurücksetzen */
.csc-textpic-imagewrap{
	margin-bottom: 10px;
}

/* DIV nach Newseintrag (genutzt für Trennstrich) */
.csc-textpic-clear {
	height: 1px;
	background: url(../images/layout/news_trenner.png) no-repeat center center;
	/*padding: 5px 0px 5px 0px;*/
	clear: both;
}

