/* Herma V2
   contentbreit template stylesheet
   02 2008 erik wunderlich */

/* hintergrundbild abschalten */
div#topcontent, div#maincontent {
	background-color:#FFF;
	background-image:none;
}


/* centercontent ueber komplette seitenbreite */
div#centercontent {
	width:721px;
}

/* content soll rechts und links ohne rand moeglich sein */
.ccSteg {
	padding:0px 0px 28px 0px;
}


