@charset "iso-8859-1";
/* Tanja Boukal online Print-CSS */

/* Schriftdefinition und Browserreset */
body {
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
	line-height: 12pt;
	text-align: center;
}

* {margin: 0px; padding: 0px; border: 0px;}

/* Absatzdefinitionen allgemein */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #B00E23;
	padding: 0.6em 0em 0.2em 0em ;
}
h1 {
	font-size: 18pt;
	line-height: 22pt;
	font-weight: bold;
}
h2 {font-size: 16pt; line-height: 20pt;}
h3 {font-size: 14pt; line-height: 18pt;}
h4 {font-size: 12pt; line-height: 16pt;}
h5 {font-size: 11pt; line-height: 15pt;}
h6 {font-size: 10pt; line-height: 14pt;}

p {margin-bottom: 7pt;}

strong {font-weight: bold;}
em {font-size: 1.05em;}

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


/* Layoutdefinitionen allgemein */
div#wrapper {
	width: 175mm;
	margin: 0px auto;
	text-align: left;
}

/* HAUPTINHALT */
div#main {
	background: none;
	width: auto;
}
div#main dl dd dl dt {float: left; margin-right: 3mm; margin-Bottom: 4mm;}
/*div#main dl dd dl dd {margin-left: 35mm;}*/
div#main dl dd dl {margin: 1mm 0mm; clear: left;}

/* HEADER - FOOTER */
div#footerprint, div#printinfo {
	font-size: 9pt;
	width: 170mm;
	height: 9mm;
	padding: 1mm;
	text-align: center;
	border: 1pt dotted #000000;
}

/* ALLGEMEINES */
.defloat {clear: both;}
.defloat-left {clear: left;}
.abstand_links {padding-left: 50px}

div#header, div#nav, div#footer, a {display: none;}

