/*
	css_drdoehner_print.css
	#####################
	Updated: 04.09.2007
*/


/* Elemente die nicht gedruckt werden sollen (z.B. img src="bilder/streifen_balken.gif" class="ohnedruck"################################################################## */

.ohnedruck { 
	display:none; 
}

/* ### Hintergrundfarbe + Abstand ################################################################## */

html, body
{
	background:	#white;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

/* margin:6 steht fÙr Zeilenabstand!!!! #####*/
p { 

	margin:0px;
	margin-bottom:8px; /* die untere Angabe hebt quasi die obere wieder auf. #####*/
	*margin-bottom:5px; /* Hack, wenn BEIDE, IE 6und7, kleiner darstellen (IE6 hält sich nicht wirklich an margin Angaben) #####*/
}

* html p { 

	margin-bottom:4px; /* Hack, nur wenn IE6 falsch anzeigt. Wichtig, nur eine der Sternchen Angaben verwenden.  ( #####*/
}

/* Zellenfarbe ################################################################## */


.farbe_blau {
	display:none;
}

.farbe_hellblau {
	background-color: white; 
}


.farbe_rahmenfoto {
	background-color: #4a9bc9; 
}




/* ### Text ################################################################## */

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: text-top;
	text-align: left;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: #white;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: text-top;
	text-align: left;
}

.head_ausdruck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: white;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: text-top;
}

.head_aktuelles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: text-top;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	vertical-align: text-top;
}

.copy_ausdruck {
	font-family: Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	vertical-align: text-top;
	text-decoration: none;
}

.copy_ZAB_eng {
	font-family: Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: white;
	font-size: 12px;
	line-height: 13px;
	vertical-align: text-top;
	list-style-position: inside;
	list-style-type: circle;
}

.copy_adresse {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: white;
	font-size: 11px;
	line-height: 12px;
	padding-top: 2px;
	text-align: justify;
}

.copy_adresse_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: white;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	padding-top: 2px;


}

/* ### Text aktiv ################################################################## */


.link_inaktiv {
	display:none;

}

.link_aktiv {
	display:none;

}
.link_bildtitel {
	display:none;

}


