* {
	margin:0;
	border:0;
	padding:0;
	color:black;
}
body {
	position:absolute;
	font: normal 100.01% Helvetica, Arial, sans-serif;
	background-color:white;
	min-width:32em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}
html, body {
	top:0; left:0; right:0;
	min-height:100%;
	width:100%;
}
#header_container {
	position:fixed;
	top:0; left:0; right:0;
	text-align:center;
	height:5em;
	z-index:3;
}

#header {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	height:100%;
	background-color:#cec;
	border-bottom:1px solid silver;
	z-index:3;
	padding:0.2em;
}
#header h1 {
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	padding:0.2em;
}
#header img {
	padding:0.2em;
	display:block;
	height:2.6em;
	margin:auto;
}


#sidebar {
	position:fixed;
	top:5em;
	left:0;
	width:12em;
	background-color:#eee;
	border-right:1px solid silver;
	height:100%;
}

#navigation {
	font-size: 0.8em;
	margin:0 0 0 1.5em;
}
#navigation li {
	list-style: none;
	display:block;
	font-weight:bold;
	padding:0.3em;
}
ul#navigation a {
	padding:0.2em 2em;
	display:block;
}
ul#navigation a:visited {
	color:#666;
}

a:hover {
	background-color:#cec;
}

h2 {
	font-size:1.1em;
	margin:2em 0 0.7em 0;
	color:maroon;
}
h2 a {
	color:maroon;
	padding:0.1em 0.5em;
}
h3 {
	font-size:1.1em;
	margin-top:2em;
	color:maroon;
	border-bottom: 1px solid silver;
	margin:2em 0 0.7em 0.5em;
}
h4 {
	font-size:0.8em;
	font-weight:bold;
	margin:1.5em 0 0 1.5em;
}

#content_container {
	padding:6em 5em 3em 15em;
	z-index:2;
}

#content {
	margin-top: 2em;
}


/* für den MSIE */
* html, * html body {
	overflow:hidden;
	bottom:0;
	height:100%;
}
* html #header_container {
	position:absolute;
	width:100%;
	padding-right:16px;
}
* html #sidebar {
	position:absolute;
}
* html #header {
	height:100%;
	position:static;
}
* html #content_container {
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	height:100%;
	width:100%;
	overflow:auto;
}

p {
	margin:0 0 0.7em 2.5em;
}

#imprint {
	position:fixed;
	bottom:1em;
	left:0;
	width:12em;
	background-color:#eee;
	border-right:1px solid silver;
}

* html #imprint {
	position:absolute;
}

#imprint p {
	font-size: 0.8em;
	margin:0 0.5em 0 1.5em;
}

#contact {
	height: 1.25em;
}