/* CSS Document (print) */

/* Unsichtbare Bereiche (nur Screen) -------------------------------------------------- */
.noPrint, .spacerH, #lFunctions, #lHead img {display: none;}


/* fehlender oder geänderter Text -------------------------------------------------- */
.txtFehlt {color: #FF0000;}


/* Inhaltsbereiche (Ebenen) ----------------------------------------------------------- */

/* Kopf */
#lHead .infoPrint {
	margin: 0px 0px 19px 0px;
	width: 475px;
	float: none;
}

#lHead .infoPrint p {margin-bottom: 13px;}

/* Fuß */
#lContentPU .infoPrint {
	padding: 28px 0px 0px 0px;
	border-top: 1px solid #000000;
}

/* Inhalt */
#lContentPU {width: 475px;}

/* Textbreiche ----------------------------------------------------------- */

.bodyPU {
	width: 350px;
	float: left;
	margin-bottom: 27px;
}

/* Spaltenabstand */
.spacerV {width: 25px;}


