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: 100%;
	height: 160px;
	z-index: 20;
	float: left;
	text-align: left;
}

.printlogo {
	width: 100%;
	height: 100%;
}

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


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

#inhalt p, #inhalt h1, #inhalt h2, #inhalt h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
#inhalt h1 {
	font-size: 1.1em;
	color: #505050;
	font-weight: bold;
}
#inhalt h2 {
	font-size: 1.0em;
	color: #505050;
	font-weight: bold;
}
#inhalt h3 {
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
}
#inhalt a {
	color: #000000;
	text-decoration: underline;
}
#inhalt img {
	margin-left: 10px;
	margin-bottom: 10px;
}
.anfang {
	height: 54px;
}
.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: 180px;
	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: 10px;
}
#inhalt table, #inhalt td {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
#inhalt td {
	font-size: 10px;
}
.weiss {
	color: #000000;
	font-weight: bold;
}

