html, body {
margin: 0;
padding: 0;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 101%;
	text-align: center;
}

#wrapper {
position: relative;
width: 100%;
text-align: left; /*IE_quirks ende*/
}

#kopfleiste {
	visibility: hidden;
	display: none;
}

#logo {
	position: relative;
	top: 0px;
	width: 90%;
	height: 110px;
	z-index: 20;
	text-align: center;
}

.printlogo {
	width: 367px;
	height: 110px;
}

#navigation {
	visibility: hidden;
	display: none;
}


#inhalt {
	position: relative;
	float: left;
	width: 450px;
	z-index: 50;
	margin-left: 30px;
	font-size: 0.8em;
}

#inhalt p, #inhalt h1, #inhalt h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}
#inhalt h1 {
	font-size: 1.2em;
	color: #505050;
	font-weight: bold;
}
#inhalt h2 {
	font-size: 1.1em;
	color: #505050;
	font-weight: bold;
}
#inhalt a {
	color: #000000;
	text-decoration: underline;
}
.anfang {
	height: 5px;
}
.credits, .omu {
	color: #A72C31;
}
#fuss {
	background-color: #FAA61A;
	width: 100%;
	height: auto;
	z-index: 100;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#copylink {
	float: right;
	width: 220px;
	font-size: 0.9em;
	text-align: right;
	padding-right: 10px;
}
#copylink a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
#zeiten {
	width: 380px;
	padding-left: 0px;
}
.weiss {
	color: #000000;
	font-weight: bold;
}

