@charset "UTF-8";
/* CSS Document */

#content {
	position:absolute;
	top:0px;
	font-size:14px;
	text-align:left;
	max-width:950px;
	padding:0;
	left:330px;
}

/*
#content #sidepicture.contact {
	background:url(../images/AB-CONTACT.jpg);	
	height:1175px;
	width:195px;
	display:none;
}
#content #sidepicture.about {
	background:url(../images/AB-ABOUT.jpg);	
	height:1175px;
	width:195px;
	display:none;
}

#content #sidepicture.legal {
	background:url(../images/AB-LEGAL.jpg);	
	height:1175px;
	width:195px;
	display:none;
}
*/

#content .textfeld {
	position: absolute;
	top: 108px;
	width:500px;
	left:225px;
	padding-bottom:100px;
}

#content a {
	text-decoration:none;
	color:#000;
}
	
	
#movie {
	position:absolute;
	font-size:14px;
	text-align:left;
	max-width:1000px;
	padding:0;
	left:330px;
	width:60%;
}



#movie .headline {

}
#movie .videotitel{

}
#movie #buttons {
	margin-top: 0px;;
	position: absolute;
	top: 93px;
	width: 40px;
	height: 100px;
	right: -50px;	
}

#movie #info-button {
	position:absolute;
	top:0px;
	opacity:0.6;
	z-index:990;
	width:40px;
	height:40px;
	cursor:pointer;
}
#movie #share-button {
	position:absolute;
	top:42px;
	opacity:0.6;
	cursor:pointer;
}
#movie #close-button {
	z-index:991;
	position:absolute;
	right:0px;
	top:85px;	
	opacity:0.6;
	width:40px;
	height:40px;
}
#movie #info-button:hover, #movie #close-button:hover, #movie #share-button:hover {
	opacity:1;
}	

#movie #infobox {
	z-index:990;
	display:none;
	margin-top:0px;
	position:absolute;
	top: 93px;
	right:0px;
	width:190px;
	height:190px;
	background:url(../images/infotext.png);
}

#movie .infotext {
	font-size:12px;
	color:#fff;
	text-align:center;
	padding-left:0px;
	padding-top:0px;
	width:190px;
	height:190px;	
	line-height:15px;
	text-transform:uppercase;
	vertical-align:middle; 
	display:table-cell;
}
	
#movie #playercontainer {
	position:absolute;
	top:90px;
   	width:100%;
}
#movie .flowplayer {
	background:#000;
}

#movie .flowplayer .fp-logo {
  display: block;
  z-index:900
  position: absolute;
  bottom:25px;
  /*opacity: 1 !important;*/
}
