@import url("style-basis.css");
/* Basisstyles - Druckversion */

h2.hauptueberschrift { /* Ueberschrift Hauptteil */
	clear: both;
	width: 614px; height: 40px;
	margin: 1.8em 0 0.75em 0;
	background: url(../images/ueberschriften/hd-leer-print.gif) no-repeat scroll;
	padding: 0 0 0 25px;
	color: #27744E;
	font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}

/* 3. Globale ID's */
#fullpage {
	position: relative;
	top: 5px; left: 29px;
	width: 620px;
	margin: 0;
	font-size: 100%;
	}
#topgrafik {
	clear: both;
	width: 614px;
	height: 62px;
	margin: 1.8em 0 0.75em 0;
	background: url(../images/ueberschriften/hd-druckversion.jpg) no-repeat scroll;
	}
	#topgrafik img {
		display: none;
		}

/* 6. Brotkrumen-Leiste und Resizing */
#breadcrumbBox {
	clear: both;
	display: none;
	}

/* 7. Fussoptionen (Seite empfehlen etc) */
#fusssprungBox { /* Auf dem Ausdruck komplett aus */
	display: none;
	}

/* 10. Datentabellen */	
table.zahlen,
table.zahlen35print,
table.zahlen-weiss-hg,
table.zahlen-ohne {
	margin: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	border: dotted 1px #339966;
	padding: 0;
	vertical-align: top;
	}
table.zahlen {
	width: 35em;
	}
table.zahlen35print {
	width: 30em; /* print schmaler! */
	}
table.zahlen-weiss-hg {
	background-color: #FFFFFF;
	}
	table.zahlen th,
	table.zahlen35print th,
	table.zahlen-weiss-hg th,
	table.zahlen-ohne th,
	table.zahlen td,
	table.zahlen35print td,
	table.zahlen-weiss-hg td,
	table.zahlen-ohne td {
		margin: 0;
		border: dotted 1px #339966;
		padding: 0.2em;
		vertical-align: top;
		}
	table.zahlen th,
	table.zahlen35print th,
	table.zahlen-ohne th {
		background-color: #E5F6F0;
		}
	table.zahlen-weiss-hg th {
		background-color: #DAF1EB;
		}

.noprint {  /* soll nie gedruckt werden */
	display: none;
	}