@charset "utf-8";
/* CSS Document für print */

div#printinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#999999;
	padding-bottom: 10mm;
	border-top-style: none;
}

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/* Seitenrand; setzt Browsereinstellungen außer Kraft: */
	margin-left:20mm;
	margin-right:20mm;
	margin-bottom:20mm;
	margin-top:10mm;
}
* {
    margin: 0px; 
	padding: 0px;
	background: transparent; 
	color: #000000; 
	float: none;
}




/* wird nicht gedruckt: */
div#head0, div#head1, div#head2,div#head3, div#head4 {display: none;}
div#navi, div#subnavi, div#navi-oben {display: none;}
img { padding-bottom: 5mm; padding-top: 8mm;}

div#wrapper, {width: auto;}
div#text {left: 20mm; padding: 8mm; top: 35mm;}

a { text-decoration: underline;}
div#titel {font-family: "Times New Roman", Times, serif; left: 30mm; top: 30mm; text-align: left; font-size:24pt;color:#009;}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#009;
	padding-bottom:5mm;
}
h2 {font-family: "Times New Roman", Times, serif; font-size:16px;font-weight:normal; color:#009;}
h3 {font-family: "Times New Roman", Times, serif; font-size:14px;font-weight:normal;}

.abb {
	font-style:normal;
	color:#999999;
}
.abb-k { font-style:italic; color:#999999;}




