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; /*IE_quirks*/
	background-image: url(../images/hks5.gif);
	background-repeat: repeat-y;
}

#wrapper {
position: relative;
width: 100%;
text-align: left; /*IE_quirks ende*/
}

#kopfleiste {
	background-color: #FAA61A;
	width: 100%;
	height: 20px;
	z-index: 10;
}

#logo {
position: absolute;
top: 20px;
width: 735px;
height: 220px;
	z-index: 20;
}

#navigation {
	position: absolute;
	top: 223px;
	left: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	z-index: 30;
	font-size: 1em;
	font-weight: bold;
}

#navigation p {
	margin-top: 10px;
	margin-bottom: 20px;
}

#navigation a {
	color: #505050;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#navigation .hier {
	background-color: #FAA61A;
	color: #000000;
}

#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: 234px;
	width: 500px;
	z-index: 50;
	left: 316px;
	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: #FAA61A;
	text-decoration: none;
	font-weight: bold;
}
#inhalt a:hover {
	color: #000000;
	text-decoration: underline;
}

.breit p, .breit h1, .breit h2, .breit h3 {
	margin-right: 120px;
}
.anfang {
	height: 14px;
}
.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: 240px;
	text-align: right;
	padding-right: 10px;
}
#copylink a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#zeiten {
	width: 330px;
	padding-left: 10px;
	font-weight: bold;
}
.weiss {
	color: #FFFFFF;
	font-weight: bold;
}

