
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
}
.noprint {
	display:none;
}
p, h1, h2, h3, ol, ul {
	margin-bottom:1em;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
ul, ol {
	margin-left:6%;
}
a {
	color:#000;
	font-weight:bold;
}
a:after {
	content:" [" attr(href)"]";
}
 a[href^="mailto:"]:after {
content: ""
}
#header_titel {
	font-size:22pt;
}
