/* Stylesheet fuer Druckausgabe */

#left, #screentitle, #footer {
	display: none;
	}

body {
	width:17cm;
	padding: 0;
	font: 12pt "Times New Roman", Times, serif;
	color: black;
	background: transparent;
	}

	
h1, h2, h3 {
	font-weight: bold;
	margin: .75em 0 .5em 0;
	page-break-after: avoid;
	}

h1 {
	font-size: 16pt;
	}

h2 {
	font-size: 12pt;
	}

h3 {
	font-size: 10pt;
	}

h4 {
	font-size: 8pt;
	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: .2em;
	margin-bottom: .1em;
	}
	
p {
	font-size: 10pt;
	line-height: 120%;
	margin: 0 0 1em 0;
	}

a, a:visited, a:hover, a:visited:hover {
	color: #04667e;
	background: transparent;
	text-decoration: none;
	}

a img {
	border: none;
	}

#printtitle {
	height: 100px;
	font-weight: bold;
	}
	
#content {
	width:16cm;
	border: 1pt dashed;
	font-size: .95em;
	margin: 10pt;
	padding: 5pt;
	}

#content p {
	text-indent: 0;
	}

#content h2 {
	margin: 0;
	}

