/*** ALLGEMEIN ***/

*{
	font-family:arial;
	font-size:11px;
	color:#FFF;
}

body{
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image:url(../images/layout/bg_body.jpg);
	background-repeat:repeat-x;
	text-align:center;
	line-height:16px;
}

img{
	border:0px;
}

.line{
	background-image:url(../images/layout/line.gif);
	background-repeat:repeat-x;
	background-position:50%;
	width:100%;
	height:20px;
	line-height:20px;
	vertical-align:middle;
}

h1{
	font-family:georgia;
	font-size:15px;
	color:#666;	
}

h2{
	font-family:georgia;
	font-size:11px;
	color:#666;	
}


#divText ul{
	list-style-type:none;
	margin:2px;
	padding-left:0px;
}
#divText li{
	background-image:url(../images/layout/dot.gif);
	background-repeat:no-repeat;
	background-position:0 2;
	margin-left:0px;
	padding-left:15px;
}



/*** LINKS ***/

#divText a,
#divText a:link,
#divText a:active,
#divText a:visited{
	color:#adadad;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px solid #333;
}

#divText a:hover{
	color:#EEE;
	border-bottom:1px solid #adadad;
}

/*** PHOTOS ***/

.photo{
	border:2px solid #333;
	padding:3px;
	height:100px;
	width:100px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#divText .photo a,
#divText .photo a:link,
#divText .photo a:active,
#divText .photo a:visited,
#divText .photo a:hover{
	border:0px;
}


/*** FILMINFO ***/

.filminfo_table{
	width:100%;
}

.filminfo_label{
	font-family:georgia;
	font-size:11px;
	color:#666;
	font-weight:bold;		
	width:130px;
	padding:3px;
	border-bottom:1px solid #111;
	vertical-align:top;
}
.filminfo_normal{
	padding:3px;
	border-bottom:1px solid #111;
}


/*** POSTER ***/

.poster{
	background-image:url(../images/layout/poster.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:380px;
	position:absolute;
	top:150px;
	margin-left:60px;
}	

/*** CONTENT ***/

.content{
	width:440px;
	height:380px;
	position:absolute;
	top:150px;
	margin-left:340px;
}	

/*** SCROLLER ***/

#divUp{
	position:absolute; 
	left:450px; 
	top:25px;
	width:16px;
	height:16px;
	background-image:url(../images/layout/scroll_up.gif);
	background-repeat:no-repeat;
	display:block;
	
}

#divDown{
	position:absolute; 
	left:450px; 
	top:340px;
	width:16px;
	height:16px;
	background-image:url(../images/layout/scroll_down.gif);
	background-repeat:no-repeat;
	display:block;	
}

#divUp a,
#divUp a:link,
#divUp a:active,
#divUp a:visited{
	width:16px;
	height:16px;
	background-image:url(../images/layout/scroll_up.gif);
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

#divUp a:hover{
	background-image:url(../images/layout/scroll_up_over.gif);
}

#divDown a,
#divDown a:link,
#divDown a:active,
#divDown a:visited{
	width:16px;
	height:16px;
	background-image:url(../images/layout/scroll_down.gif);
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

#divDown a:hover{
	background-image:url(../images/layout/scroll_down_over.gif);
}

#divScrollTextCont{
	position:absolute; 
	top:20px;
	width:420px; 
	height:340px; 
	clip:rect(0px 420px 340px 0px); 
	overflow:hidden; 
	visibility:hidden;
}

#divText{
	position:absolute; 
	left:0px; 
	top:0px;
	width:410px;
	padding-left:10px;
}

/*** BILLING BLOCK***/

.billingblock{
	width:720px;
	height:50px;
	margin:0px auto;
	vertical-align:bottom;
	background-image:url(../images/layout/billingblock.gif);
	background-repeat:no-repeat;
}

/*** STOERER ***/

.stoerer{
	width:720px;
	height:100px;
	margin:0px auto;
}

.stoerer01{
	width:240px;
	height:100px;
	float:left;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	line-height:100px;
}

.stoerer02{
	width:240px;
	height:100px;
	float:left;
	margin:0px;
	padding:0px;	
	vertical-align:middle;
	line-height:100px;	
}

.stoerer03{
	width:240px;
	height:100px;
	float:left;
	margin:0px;
	padding:0px;	
	vertical-align:middle;
	line-height:100px;	
}

.stoerer04{
	width:180px;
	height:100px;
	float:right;
	margin:0px;
	padding:0px;	
	vertical-align:middle;
	line-height:100px;	
}



/*** LOGO ***/

.logo{
	background-image:url(../images/layout/logo.gif);
	width:280px;
	height:110px;
	position:absolute;
	top:40px;
	margin-left:60px;
	cursor:pointer;
}	

/*** MENU ***/

.menu{
	width:440px;
	height:110px;
	position:absolute;
	top:40px;
	margin-left:340px;
	line-height:110px;
	vertical-align:middle;
	text-align:right;
	font-family:georgia;
	font-size:15px;
	color:#666;
}	

.menu a,
.menu a:link,
.menu a:active,
.menu a:visited{
	color:#666;
	font-family:georgia;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.menu a:hover{
	color:#EEE;
}

.menu a.active,
.menu a:link.active,
.menu a:active.active,
.menu a:visited.active,
.menu a:hover.active{
	color:#EEE;
}

/*** COPY ***/

.copy{
	width:800px;
	text-align:right;
	color:#adadad;
	font-size:10px;
}

.copy_left{
	width:100px;
	text-align:left;
	float:left;
	color:#adadad;
	font-size:10px;	
	padding-left:40px;
}

.copy_middle{
	width:370px;
	text-align:left;
	float:left;
	color:#adadad;
	font-size:10px;	
}

.copy_middle img{
	margin-left:15px;
}

.copy_right{
	width:280px;
	text-align:right;
	float:right;
	color:#adadad;
	font-size:10px;	
}

.copy a,
.copy a:link,
.copy a:active,
.copy a:visited{
	color:#adadad;
	font-size:10px;
	text-decoration:none;
	border-bottom:1px solid #333;
}

.copy a:hover{
	color:#EEE;
	border-bottom:1px solid #adadad;
}

.copy .copy_middle a,
.copy .copy_middle a:link,
.copy .copy_middle a:active,
.copy .copy_middle a:visited
.copy .copy_middle a:hover{
	border-bottom:0px solid #000;
}


/*** CONTAINER ***/

#con{
	width:840px;
	height:675px;
	margin:0px auto;
	margin-top:10px;
	text-align:left;
}

#con_top{
	width:840px;
	height:140px;
	background-image:url(../images/layout/bg_top.jpg);
	background-repeat:no-repeat;
}

#con_middle{
	width:840px;
	height:380px;
	background-image:url(../images/layout/bg_middle.jpg);
	background-repeat:no-repeat;
}

#con_bottom{
	width:840px;
	height:185px;
	background-image:url(../images/layout/bg_bottom.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#con_footer{
	width:840px;
	height:20px;
	line-height:20px;
	vertical-align:top;
}

