/* profine Druckstylesheet */

* {
	font-family: "times new roman",times,serif;
	text-align: justify;
} 
body, h1, h2, h3, h4, p, th, td, a {
	color: #000000;
	background: #ffffff;
}
h2 {
	font-size: 14pt;
	color: #009de0;
}
h3, p, li, a {
	font-size: 11pt;
}
/* Elemente die ausgeblendet werden */
#header ul, #footer, .hidePrint, fieldset, .toTop {
	display: none;
}
/* Url hinter Links ausgeben */
a[href]:after {
	content: " ("attr(href)")";
	color: #888;
	background-color: inherit;
	font-style: italic;
	size: 80%;
}
/* Footer f&uuml;r Druckausgabe */
.printfooter {
	margin-top: 30px;
	border-top: 1px solid #666;
	font-size: 10pt;
	color: #666;
	text-align: right;
}
/* Subseite */
#sub #content h3 {
	font-size: 14pt;
}
