@charset "UTF-8";

html, body {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	margin: 0;
	padding: 0;
}

img { border: none; }
div.topnav, div.leftSidebar, div.standbau h6, div.nachOben { display: none; }
div.standbau {
	clear: both;
	border-top: 1px solid #000;
}
div.standbau div.inhalt h6 { display: inline; }

div.kopfzeile { margin-bottom: 0.8em; }
div.kopfzeile div.claim h1 {
	margin: 0 0 0 -2px;
	padding: 0;
}
div.kopfzeile div.claim h1, div.kopfzeile div.claim h1 a {
	font-size: 30px;
	line-height: 30px;
}
div.kopfzeile div.claim h2 {
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}

div.printKopf {
	float: right;
	text-align: right;
	font-size: 0.7em;
	padding-top: 1.2em;
}

/* ANFANG - rechte Sidebar */
div.standbau div.rightSidebar {
	float: right;
	width: 197px;
	border-left: 1px solid #000;
	padding: 0.5em 5px 0 5px;
	font-size: 0.7em;
}
div.standbau div.rightSidebar ul, div.inhalt ul.arrows {
	margin-left: 0.8em;
	padding-left: 0.8em;
	list-style: disc;
}
div.standbau div.rightSidebar ul:first-child { margin-top: 0; }
div.standbau div.rightSidebar ul li, div.inhalt ul.arrows li { padding-bottom: 5px; }
div.standbau div.rightSidebar ul li a, div.inhalt ul.arrows li a { text-decoration: none; }
div.standbau div.rightSidebar ul li a span.titel, div.inhalt ul.arrows li a span.titel { font-weight: bold; }
div.standbau div.rightSidebar ul li a span.datum, div.inhalt ul.arrows li a span.datum {
	font-size: 0.9em;
	color: #000;
}
/* ENDE - rechte Sidebar */


/* ANFANG - Inhalt */
div.inhalt h1 { font-size: 1em; }
div.inhalt h1:first-child { margin-top: 1.2em; }
div.inhalt h2, div.inhalt h3, div.inhalt h4, div.inhalt h5, div.inhalt h6 {
	font-size: 1em;
	font-weight: normal;
}
div.inhalt h6 { font-weight: bold; }
/* ENDE - Inhalt */

