/**
 * dRS4 CSS für Content Box umschliesst: Parent und Children
 * wird von /content/css.css aufgerufen
 */
/**
 * Kopfteil für den Inhalt
 */
div#content_header_box {

}
/**
 * Inhalt
 */
div#content_box {
	margin: 0px 24px 0px 24px;
	padding: 0px 0px 1px 0px; /* Mind. ein bottom Pixel damit die Lücke die zum footer, der duch den p TAG im description entsteht, geschlossen wird */
}
/**
 * Fußteil für den Inhalt
 */
div#content_footer_box {
	
}
