@charset "utf-8";
/* CSS Document */

body {
	color: black;
	background: transparent;
	font-family: 'Times', 'Times New Roman', 'serif';
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 14pt;
}
h5 {
	font-size: 13pt;
}
h6 {
	font-size: 12pt;
}
p {
	margin: 0.5em 0 1em 0;
	font-size: 12pt;
}
a {
	text-decoration: none;
	font-style: italic;
}
a[href^="http"]:link:after, a:visited:after {
	content: " ( Link zu: "attr(href)" ) ";
	font-size: 10pt;
	color: black;
}
.BeitraegeOben a[href^="http"]:link:after, .BeitraegeOben a:visited:after {
	content: " [ Homepage: "attr(href)" ] ";
	font-size: 12pt;
	color: black;
}
.rot {
	color: red;
	font-size: 14pt;
}
#above, #navi, #footer, .nodruck, #blaettnavigation, div.BeitraegeUnten {
	display: none;
}
div.BeitraegeOben {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-top: 1em;
	display: block;
	border-top: 1pt dotted black;
}
div.BeitraegeTextinhalt {
	margin-bottom: 1em;
	margin-top: 0.5em;
	display: block;
	/*border-bottom: 1pt dotted black;*/
}