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

div#printinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #999999;
	border-top-style: none;
}

div#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #999999;
	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;  
	float: none;
}




/* wird nicht gedruckt: */
div#navi, div#subnavi, div#impressum, div#text-back {display: none;}
img {left:20mm; width:60mm; height:60mm;}

div#wrapper, {width: auto;}
div#text { padding-bottom:8mm; padding-top: 8mm;}
div#text-2 { padding-left:8mm; }

/* auf index-seite: */
div#in-1, div#in-2 { padding-top: 8mm;}
div#in-3 { padding-top: 8mm; padding-bottom:8mm;}


a { text-decoration: none; color:#000000;}

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;}






