/* CSS-Stile für die Video-Präsentationsseite */
div#maxmidsheet {
	position:relative;
	width:784px;
	left:21px;
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	z-index:10;
	overflow:hidden;
}
div#partcontainer {
	position:relative;
	margin-top:120px;
	height:100%;
	min-height:460px;
	z-index:20;
}
div#headcontainer {
	position:absolute;
	top:0px;
	left:0px;
	width:784px;
	height:162px;
	background-color:#996633;
	z-index:60;
}
div.mainnav-film {
	position:absolute;
	left:0px;
	top:145px;
	z-index:30;
}
div#centercontainer {
	position:absolute;
	top:50%;
	left:0px;
	width:784px;
	height:1px;
	overflow:visible;
}
div#centercorrector {
	position:relative;
	left:0px;
	top:-41px;
	width:784px;
	height:1px;
}
div#centercontent {
	position:relative;
	left:0px;
	height:288px;
	top:-144px;
	width:784px;
}
p.filmcomment {
	width:200px;
	padding-left:13px;
}
div#filmsheet {
	position:absolute;
	top:0px;
	left:232px;
	width:300px;
	height:255px;
}
p.filmcomment {
	width:200px;
	padding-left:13px;
	background-color:#000000;
	color:#E4E4E4;
}
a.filmlink:link, a.filmlink:visited, a.filmlink:active, a.filmlink:focus {
	text-decoration: none;
	color:#996633;
	background-color: #000000;
	font-weight:bold;
}
a.filmlink:hover {
	text-decoration: none;
	color:#CC9966;
	background-color: #000000;
	font-weight:bold;
}

