/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
}
.noprint {
	display: none; /* Alle nicht-druckbaren Elemente ausblenden */
}
.print {
	width: auto !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
	background: transparent !important;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */
#contentBox {
	width: 640px !important;
	padding: 0px !important;
	margin: 0px auto !important;
	margin-bottom: 20px;
}
#printHeaderBox { /* ---- KOPFZEILE ----  */
	clear: both;
	display: block !important;
	width: 640px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	text-align: center;
}
#printFooterBox { /* ---- FUSSZEILE ----  */
	clear: both;
	display: block !important;
	width: 640px;
	padding-top: 10px;
	border-top: 1px solid #000000;
	text-align: center;
	margin-top: 20px;
	font-size: 9px;
}