html {
	background-color: #000000;
	color: #FFFFFF;
	min-height: 600px;
	height: 100%;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;
	}
	
body {
	height: 600px;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande',Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	}
	
#inhalt {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 600px;
	margin-left: -475px;
	margin-top: -300px;
	}
	
#info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 526px;
	background-image: url(../img/dtl_privat_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 9;
	}
	
#menu {
	position: absolute;
	top: 526px;
	left: 0px;
	width: 950px;
	height: 74px;
	text-align: center;
	z-index: 10;
	}

#termin {
	position: absolute;
	left: 386px;
	/* Gesamtbreite (950) durch 2 (um in die Mitte zu gelangen) minus Grafikbreite (178) durch 2 -- dran denken: Punktrechnung vor Strichrechnung. ; */
	top: 25px;
	width: 178px;
	height: 22px;
	background-image: url(../img/dtl_privat_kinostart.jpg);
	background-repeat: no-repeat;
	}
	
#divUpControl {
	height: 16px;
	left: 700px;
	position: absolute;
	text-align: right;
	top: 190px;
	width: 20px;
	z-index: 1
}
#divDownControl {
	height: 16px;
	left: 700px;
	position: absolute;
	text-align: right; 
	top: 380px;
	width: 20px;
	z-index: 1
}
#divContainer {
	clip: rect(0px,230px,210px,0px);
	height: 210px;
	left: 470px;
	overflow: hidden;
	position: absolute;
	top: 190px;
	visibility: hidden;
	width: 230px;
}
#divContent {
	left: 0px;
	position: absolute;
	top: 0px;
	color: #000000;
}

#feedback {
position: absolute;
top: 436px;
left: 706px;
width: 95px;
height: 65px;
z-index: 25;
}

a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
	}
