
* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#FFFFFF;
	font:11px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#content {
	width:965px;
	background:url(images_hancock/bg_content.gif) left top no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:221px;
	position:relative;
}

#ContentBottom,
#ContentBottom img {
	width:965px;
	height:106px;
	border:0px;
}

#poll {
	float:right;
	clear:right;
	margin-right:22px;
	margin-top:-24px;
}

/* *******************************  Description **************************** */

#LowerFrame {
	width:572px;
	margin:0px 0px 10px 50px;
	padding:4px 15px 8px 15px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	background:url('images_hancock/lowerframe_bg.gif') bottom left no-repeat;
	display:none;
}

.Content {
  display:none;
/*														Bei fixer Höhe verwenden
	height:70px;
	overflow:auto;
*/
}

.Content a {
	color:#333333;
}

/* *******************************  Episoden Navigation **************************** */

#episode {
	height:14px;
	width:915px;
	padding:0px 0px 10px 50px;
	text-align:center;
	font-weight:bold;
}

#episode li,
#episode a {
	width:70px;
	float:left;
	display:block;
}

#episode li {
	background:url('images_hancock/episode_bg_ov.gif') repeat-x;
	list-style:none;
	margin-right:1px;
	border:1px solid #FFFFFF;
}

#episode a {
	background:url('images_hancock/episode_bg.gif') repeat-x;
	text-decoration:none;
	color:#333333;
}

#episode a:hover {
	background:url('images_hancock/episode_bg_ov.gif') repeat-x;
}

/* *******************************  Player **************************** */

#player {
	width:606px;
	height:521px;
	margin:0px 0px 0px 50px;
  overflow:hidden;
}

/* *******************************  Movie Navigation **************************** */

#Movies {
	float:right;
	padding-right:40px;
	padding-bottom:30px;
	font-size:12px;
	color:#666666;
	line-height:15px;
	list-style:none;
}

#Movies h1 {
	font-size:12px;
}

#Movies h2 {
	font-size:12px;
	font-weight:normal;
}

.Movie,
.Movie_Over,
.Movie_Active {
	display:block;
	width:238px;
	height:29px;
	margin-bottom:5px;
	padding:13px;
	list-style:none;
	position:relative;
	font-weight:bold;
  cursor:pointer;
}

.Movie {
	background:url('images_hancock/nav_bg.gif') right top no-repeat;
	color:#000000;
}

.Movie_Active {
	background:url('images_hancock/nav_bg_ov.gif') right top no-repeat;
	color:#FFFFFF;
}

.Movie_Over {
	background:url('images_hancock/nav_bg_ov.gif') right top no-repeat;
	color:#FFFFFF;
}

.Movie div,
.Movie_Active div,
.Movie_Over div {
	padding-top:8px;
	margin-top:5px;
	border-top:1px dashed #666666;
}

.Movie p,
.Movie_Active p,
.Movie_Over p {
	line-height:17px;
}

.Movie a,
.Movie_Active a,
.Movie_Over a {
	text-decoration:none;
}

.Movie a:hover,
.Movie_Active a:hover,
.Movie_Over a:hover {
	text-decoration:underline;
}

