/* MOVIE */

.singlemovie .movieplayer {
  position: absolute;
  top: 200px;
  left: 120px;
  z-index:1000 !important;
}

.singlemovie h2 {
  font-weight: bold;
}



/*########################################
			 Shadowed Boxes
#########################################*/

div.shadowbox-content {
	position: relative;
	left: -3px;
	border: 1px solid #000000;
	background-color: #ffffff;
}


/*-- Even more rounded corners with CSS: Base stylesheet --*/
.shadowbox-popup {
	position:relative;
	margin:0px auto;
	margin-left:8px; /* default, width of left corner */
}

.shadowbox-popup .shadowbox-inner,
.shadowbox-popup .t,
.shadowbox-popup .b,
.shadowbox-popup .b div {
	background: transparent url(../res/images/shadow.png) no-repeat top right;
}

.shadowbox-popup .shadowbox-inner {
	position:relative;
	zoom:1;
	/*_overflow-y:hidden;*/
	padding:0px 8px 0px 0px;
}

.shadowbox-popup .b {
	/* bottom */
	position:relative;
	width:100%;
}

.shadowbox-popup .b,
.shadowbox-popup .b div {
	height:8px; /* height of bottom cap/shade */
	font-size:1px;
}

.shadowbox-popup .b {
	background-position:bottom right;
}

.shadowbox-popup .b div {
	position:relative;
	width:5px; /* bottom corner width */
	margin-left:-5px;
	background-position:bottom left;
}

.shadowbox-popup h1.windowtitle {
  position: relative;
  padding: 4px 0;
  color: #fff;
  padding: 4px 18px;
  cursor:pointer;
  background-color:#243C82;
  cursor:move;
  white-space: nowrap;
  font-size:1.0em;
  margin-bottom:0;
}

.shadowbox-popup h1.windowtitle .windowclose {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor:pointer;
}

.shadowbox-popup .windowcontent {
  background: #312C2E url(../res/images/noflash_01.gif) no-repeat 18px 20px;
}

.hidden {display: none;}

/* Teaser Integration */
.teaser {
  margin-bottom:13px;
  background-color:#DCDCD6;
  height:131px;
  position:relative;
  z-index:0;
}

.teaser .t_grey {
  height:10px;
  background-color:#BDBCB2;
  border-bottom:1px solid #fff;
}

.teaser .t_corner {
  width:10px;
  height:10px;
  background: url(/typo3conf/ext/user_teaser/res/images/right_eck.gif) no-repeat 0 0;
  position:absolute;
  bottom:0;
  right:0;
}

.teaser .t_image {
  width:120px;
  float:left;
}

.teaser .t_text {
  float:left;
  width:130px;
  padding:10px 10px 0px 10px;
  font-size:0.9em;
}

.teaser .t_text a,
.teaser .t_text a:link,
.teaser .t_text a:visited {
  display:none;
}

.teaser .t_text h2 {
  font-size:1.3em;
  margin-bottom:5px;
}

.teaser .t_more a,
.teaser .t_more a:link,
.teaser .t_more a:visited {
  position:absolute;
  width:14px;
  height:13px;
  bottom:10px;
  right:10px;
  display:block;
  background: url(/typo3conf/ext/user_teaser/res/images/pfeil_up.gif) no-repeat 0 0;
}

.teaser .t_more a:active,
.teaser .t_more a:hover {
  background: url(/typo3conf/ext/user_teaser/res/images/pfeil_over.gif) no-repeat 0 0;
}

.teaser .t_more span {
  display:none;
}
