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;
	background-color: #FFFFFF;
	width: 880px;
	height: 0px;
	z-index: 10;
}

#logo {
	position: absolute;
	top: 0px;
	width: 930px;
	height: 220px;
	z-index: 20;
	left: 0px;
}

#navigation {
	position: absolute;
	top: 230px;
	left: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	z-index: 30;
	font-size: 0.9em;
	font-weight: bold;
}

#navigation p {
	margin-top: 5px;
	margin-bottom: 12px;
}

#navigation a {
	color: #505050;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#navigation .hier {
	background-color: #FAA61A;
	color: #A72C31;
}

#navfilme {
	z-index: 60;
	font-size: 0.8em;
	background-image: url(../images/hks5_20.gif);
	background-repeat: repeat-y;
}
#navfilme p {
	margin-top: 0px;
	margin-bottom: 2px;
}
#navfilme a {
	color: #505050;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
}

#inhalt {
	position: absolute;
	top: 176px;
	width: 620px;
	z-index: 50;
	left: 285px;
	font-size: 0.8em;
}
#inhalt p, #inhalt h1, #inhalt h2, #inhalt h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 120px;
}
#inhalt h1 {
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #A72C31;
	font-weight: bold;
}
#inhalt h2 {
	font-size: 1.1em;
	color: #A72C31;
	font-weight: bold;
}
#inhalt h3 {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
}
#inhalt a {
	color: #FAA61A;
	text-decoration: none;
	font-weight: bold;
}
#inhalt a:hover {
	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: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#copylink {
	float: right;
	width: 180px;
	text-align: right;
	padding-right: 10px;
}
#copylink a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#zeiten {
	width: 380px;
	padding-left: 10px;
}
#inhalt table, #inhalt td {
	border-color: #A72C31;
	border-width: 1px;
	border-style: solid;
}
#inhalt td {
	font-size: 0.85em;
}
.weiss {
	color: #FFFFFF;
	font-weight: bold;
}
.klein {
	font-size: 0.7em;
}
.tabellenansicht {
	width: 900px;
}
