body {
	text-align: left;
	margin: 0;
	padding: 0;
	font: 16pt Garamond, Palatino, "Times New Roman", Times, serif;
	color: black;
	background: transparent;
}

#navigation {
display:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: .75em 0 .5em 0;
	text-align: left;
	page-break-after: avoid;
}

p {
	margin: .5em;
	font-stretch: expanded;
}

a, a:visited, a:hover, a:visited:hover {
	color: #3d4f51;
	background: transparent;
	text-decoration: none;
}

img {
float:left;
margin:0 10px 6px 0;
}

a[href]:after {
	content:" (Link zu: <"attr(href)">) ";
	color: lightgrey;
	background-color:inherit;
	font-style:italic;
	font-size: 9pt;
} 

*[name]:after {
	content:" [#"attr(name)"]";
	color: lightgrey;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 

*[title]:after {
	content:" ("attr(title)")";
	color: lightgrey;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 

*[acronym]:after {
	content:" ("attr(acronym)")";
	color: lightgrey;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 

*[cite]:after {
	content:close-quote" (Quelle: "attr(cite)")";
	font-size: .7em;
} 

* {
	quotes: "\201E" "\201C" "\201A" "\2018";
}