/* CSS Document */
body{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;

}
img{
	border:none;
}
.btn{
	cursor:pointer;
}
td{
	table-layout:fixed;
}
.episode{
	position:relative;
	top: 0px;
	left:0px;
	width:900px;
	height:510px;
}
.oben div{	
	position:absolute;
	top:300px;
	left:470px;	
	width:430px;
	height:210px;
	overflow:hidden;
	color:#FFFFFF;
	font-size:10px;
	padding:0px;
	margin:0px;
	cursor:move;
}
.unten div{	
	position:absolute;
	top:300px;
	left:0px;	
	width:430px;
	height:210px;
	overflow:hidden;
	color:#FFFFFF;
	font-size:10px;
	padding:0px;
	margin:0px;
	cursor:move;
}
.episode p{
	padding:0px;
	margin:0px;
	display:block;
	width:370px;
	height:159px;
	
	position:absolute;
	left:30px;
	top:30px;
	overflow:hidden;
	cursor:move;
	text-align:left;
	font-weight:bold;
}


html>body .bg_text{
	background:transparent url('images/bg_text.png');
    }

.bg_text{
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_text.png');
    }
	

.footerbg {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width:900px;
	height:149px;
	text-align: center;
	
}
a {
	color: #FFCC00;
}
a:hover {
	color: #FFFFFF;
}
.backlink {
	font-size: 12px;
}
