/**
 * EMV overrides some css classes
 **/

/** no dots around swfs **/
object, div, li, img, a.icon { outline: none; }

.hidden {
    display: none;
}
.warn {
    color: #c00;
}

/*************/
/*** Stage ***/
/*************/
div#hpstage {
    position: relative;
    height: 268px;
    width: 100%;
    background: url(/_assets/pics/stage-background.jpg) repeat-x;
    overflow: hidden;
}

div#stagePlayerFallback {
    /*background: url(/mediathek/pics/stagePlayerBorder.jpg) no-repeat;*/
    width: 383px;
    height: 268px;
    margin-left: 235px;
}

div#stagePlayerFallback img#stagePlayerFallbackImage {
    margin-left: 18px;
    margin-top: 28px;
    width: 350px;
    height: 195px;
}

/*********************/
/*** Global styles ***/
/*********************/
.strong {
    font-weight: bold;
}
p.breadcrumbs {
    padding-top: 10px;
}
ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li,
div.content.textual ol li p {
    padding-left: 0;
}

#ivwPixel {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 1px;
}

div.common-box div.page div.col-grid2 {
    float: left;
    width: 632px;
}
div.common-box div.page div.col-grid1 {
    float: left;
    width: 316px;
}

/*******************/
/*** Yui tabview ***/
/*******************/

.yui-navset .yui-content .yui-hidden,
.yui-navset .yui-navset-top .yui-content .yui-hidden {
    display: none;
}

div.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
}

div.mask.transparent {
    background: none;
}

ul.ul-wide li.list-wide.active a {
    -moz-background-clip: border !important;
    -moz-background-inline-policy: continuous !important;
    -moz-background-origin: padding !important;
    background: transparent url(/_assets/pics/box-header-bg.gif) repeat-x scroll 0 0 !important;
    color: #FFFFFF !important;
    line-height: 1.8em;
    margin-left: 2px;
    margin-top: 2px;
    padding-left: 11px;
    padding-right: 10px;
    padding-top: 0;
}

/**************************/
/*** Image passepartout ***/
/**************************/
div.passepartout {
}

div.box div.cover-area div.wrapper div.passepartout {
    width: 149px;
    height: 223px;
    margin: 2px 0 0 2px;
}

div.box.tiny-editorial div.borderdiv div.passepartout {
    float: left;
}

div.box.small-editorial div.borderdiv div.passepartout,
div.box.teaser-contact div.borderdiv div.passepartout {
    float: left;
    width: 146px;
    height: 214px;
}

div.box.medium-editorial div.borderdiv div.passepartout {
    width: 276px;
    height: 192px;
    text-align: center;
}
div.box.medium-editorial.flat div.borderdiv div.passepartout {
    width: 276px;
    height: 142px;
    text-align: center;
}
div.box.large-editorial div.borderdiv div.passepartout {
    float: left;
    width: 304px;
    height: 213px;
    text-align: center;
}

div.content.box.variations div.passepartout {

    /* ie hack */
    #position: absolute;
    #top: 50%;
    #left: 50%;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
}

div.content.box.charts div.borderdiv ul li div.passepartout {
    width: 304px;
    height: 206px;
	margin-top: 0px;
	padding-right:9px;
	position: absolute;
	top: 0;
	left: 12px;
}

div.content.user-rating div.borderdiv div.passepartout {
    width: 276px;
    height: 184px;
}

div.content.program div.passepartout {
    width: 91px;
    height: 137px;
    float: left;
    padding-right:9px;
}

div.box.content.program div.borderdiv h3 {
    width: 176px;
}
div.box.content.program div.caroussel {
    height: 145px;
}
div.box.content.program div.borderdiv img {
    margin-top: 0;
}
div.box.content.program div.borderdiv h3 {
    margin-top: 0;
    padding-top: 0;
}

div.content.cinema-charts div.cell-content div.passepartout,
div.content.charts div.cell-content div.passepartout {
    width: 68px;
    height: 102px;
    float: left;
}

/** display: table + display: table-cell; for standard browsers, line-height for IE  to vertical align the image **/
div.gallery div.passepartout {
    width: 425px;
    height: 283px;
    background-color: #eee;
    text-align: center;
    margin: 5px 0 0 5px;
    padding:0;
    display: table;
}
div.gallery div.passepartout div.inner {
    height: 283px;
    line-height: 283px;
    display: table-cell;
    vertical-align: middle;
}

div.box div.content.userclips-new ul.cliplist li div.passepartout {
    margin:2px 10px 0 2px;
    width: 138px;
    height: 92px;
    float: left;
}

/** display: table + display: table-cell; for standard browsers, line-height for IE  to vertical align the image **/
div.box div.smallgallery div.passepartout {
    margin:0 0 0 2px;
    padding:0;
    background-color: #eee;
    text-align: center;
    width: 296px;
    height: 198px;
    display: table;
}
div.box div.smallgallery div.passepartout div.inner {
    height: 198px;
    line-height: 198px;
    display: table-cell;
    vertical-align: middle;
}

div.box div.teaser-contact-emv div.passepartout {
    padding: 0 12px 0 11px;
}

div.box div.content.teaser-contact-emv img.guj-em-logo {
    margin: 28px 9px;
}

div.box div.aktuell-dvd-bluray div.passepartout,
div.box div.neu-dvd-bluray div.passepartout {
    width: 139px;
    height: 197px;
    margin-bottom:7px;
}

div.box div.aktuell-dvd-bluray div.passepartout.big,
div.box div.neu-dvd-bluray div.passepartout.big {
    width: 293px;
    height: 196px;
}

div.box div.aktuell-dvd-bluray div.passepartout.big {

    width: 293px;
    height: 196px;
}

div.box.datenbank div.result ul li div.passepartout {

    width: 113px;
    height: 160px;
    padding-bottom:7px;
}

div.content.carousel-users-watching ul li div.passepartout {
    margin: 0;
    padding: 0;
    width: 156px;
    height: 104px;
}


div.box div.box.content.vertical-caroussel.trailers div.passepartout {
    width: 60px;
    height: 40px;
    float: left;
}

div.box div.box.content.glamour ul li div.passepartout {

    width: 103px;
    height: 156px;
    margin: 0 10px 0 0;
    float: left;
}

div.box div.box.content.glamour ul.list li div.passepartout {

    width: 68px;
    height: 102px;
    margin: 1p 10px 0 1px;
    float: left;
}

div.box div.box.content.top-filme div.passepartout {

    width: 59px;
    height: 73px;
    float: left;
}

div.box div#allseriesSearchResults div.teaser div.passepartout {
    width: 302px;
    height: 196px;
    float: left;
}

div.box div#allseriesSearchResults div.passepartout {
    width: 293px;
    height: 196px;
}


/************************/
/*** AddToAny/AddThis ***/
/************************/
a.a2a_dd,
a.addthis_button {
}

a.a2a_dd img {
    border: 0;
    width: 171px;
    height: 16px;
}
a.addthis_button img {
    border: 0;
    width: 125px;
    height: 16px;
}


/************/
/*** film ***/
/************/

div.box div.content.neu-dvd-bluray ul li div.info div.ratings,
div.box div.box.content.aktuell-dvd-bluray ul li div.info div.ratings {
    margin-top: 2px;
}

div.box div.content.neu-dvd-bluray div.cover-row ul li div.info div.ratings
div.box div.box.content.aktuell-dvd-bluray div.cover-row ul li div.info div.ratings {
    position:relative;
    margin-top: 2px;
    top:0;
}

div.box div.box.content.filmfassung div.cover-area div.wrapper img.logo {

    position: relative;
    bottom: 0;
    left:0;
    margin:8px 0 0 41px;
}

div.box div.cover-area div.wrapper div.passepartout img {

    margin: 0 !important;
}

div.width-grid2 div.content img.ajaxLoader {

    margin-top: 4px;
    margin-left: 10px;
    margin-right: 5px;
    padding: 0;
}

div.box.filter div.filters img {
    float: none;
}

div.box div.content.box.filmfassung div.cover-area {
    height:auto !important;  /* für moderne Browser */
    height:354px;  /*für den IE */
    min-height:354px;
    padding-bottom:10px;
    left:0;
    top: 0;
    position: relative;
    margin-left:12px;
    margin-top: 13px;
    float: left;
}

div.content.variations form {
    margin-top: 3px;
}
div.content.variations dl dt,
div.content.variations dl dd {
    float: left;
}
div.content.variations dl dd {
    margin-top: 2px;
}
div.content.variations dl {
    height: 15px;
    line-height: 13px;
    margin-left: 9px;
    overflow: hidden;
    width: 80px;
}
div.content.variations dl dt {
    margin-right: 5px;
}
div.content.variations input {
    border: 0;
    height: 11px;
    padding: 0;
    width: 11px;
}
* html div.content.variations input {
    height: 15px;
    width: 15px;
}

div.content.variations div.itemContainer div.item {
    position: absolute;
    left:127px;
    top: 3px;
    height:75px;
    overflow:hidden;
    width:143px;
    display: table;
}

div.content.variations div.carousel a.arrow-left {
    left: 103px;
    position:absolute;
    top: 30px;
}
div.content.variations div.carousel a.arrow-right {
    left: 276px;
    position:absolute;
    top: 30px;
}

div.content.variations div.carousel img {

    /* ie hack */
    #position: relative;
    #top: -50%;
    #left: -50%;
    margin: 0;
    padding: 0;
    float:none;
}

div.content.variations div.carousel div.itemContainer {
    margin-top: 16px;
}

div.content.variations div.carousel div.details {

    margin-top: 16px;
    margin-bottom: 5px;
    border-top:1px solid #4DB2C5;
    width:276px;
    margin-left: 12px;
    padding-top: 4px;
}

div.content.features div.item {

    padding-top: 0px !important;
}

div.content.datenbank div.pager {

    position: relative !important;
}

div.box div.content.filmfassung div.gallery div.passepartout img {
    margin: 0;
    padding: 0;
    float: none;
}

div.box div.content.filmfassung div.gallery div.actions {

    left:165px;
    right: auto;
}

div.box div.content.filmfassung div.gallery div.actionbar div.wrapper div.image-chooser {
    position: relative;
    top: 0px;
}

div.box div.content.filmfassung div.gallery div.actionbar div.wrapper div.photographer {
    background-color:#999999;
    height:17px;
    margin:0;
}

div.box div.content.nofooter.filmfassung div.gallery div.actionbar {
    height: 75px;
}

div.box div.content.nofooter.filmfassung div.gallery div.actions {
    top: 50px;
}

div.box div.content.filmfassung div.gallery div.actionbar div.wrapper div.photographer small {
    color:#FFFFFF;
    float:right;
    font-size:9px;
    margin-right:10px;
}

div.box div.content.fotokritik-higher-368 div.slide_content,
div.box div.content.fotokritik-higher-368 div.media_slider_1,
div.box div.content.fotokritik-higher-368 div.count,
div.box div.content.filmfassung div.slide_content,
div.box div.content.filmfassung div.media_slider_1,
div.box div.content.filmfassung div.legend.inner,
div.box div.content.filmfassung div.count {
    display: none;
}

div.box div.smallgallery div.passepartout img {
    float: none;
    margin:0;
    padding:0;
}

div.box.content.features div.item {
    height:auto;
}

div.box.content.features div.features-scroll {
    width:275px;
    height:205px;
    overflow:auto;
}

div.box.content.fotokritik-higher-368 div.photographer {

    height: auto;
    min-height: 12px;
    text-align: right;
    padding-bottom: 5px;
    padding-right: 5px;
}

div.box.content.fotokritik-higher-368 div.photographer small {
   float: none;
   margin-right: 0px;
}


/************/
/*** star ***/
/************/


div.box div.box.content.glamour ul li div.passepartout img {
    margin: 0;
}

div.box div.box.content.glamour ul li div.ratings {
    margin-left: 112px;
}

div.box div.box.content.glamour ul.list li div.ratings {
    margin-left: 78px;
    margin-top: 2px;
}

div.user-actions .image-info .image-credits {
    font-size: 10px;
}

div.box div.box.content.top-stars div.coverflow {
    height:276px;
    position:absolute;
    width:474px;
    top: 35px;
}

div.box div.content.top-stars a.icon-magnifier {
    bottom:39px;
    position:absolute;
    right:9px;
}

div.box div.box.content.program div.footerarrow {
    position: absolute;
    bottom: -14px;
    right: 0;
}

div.box div.box.content.program div.arrowcontainer {
    display: block;
    text-align: center;
}

div.box div.box.content.program div.arrowcontainer img {
    float: none;
}

div.box div.content.person ul li {
	color:#0192AC;
	list-style-position:inside;
	padding-left:2px;
}

div.box div.content.person ul li strong {
	color:#414141;
	margin-left:-6px;
}

div.box div.content.person ul li div,
div.box div.content.person ul li span {
	color:#414141;
	margin-left:10px;
}

div.box.content.tagcloud a {
    color:#404040;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    line-height:18px;
    margin:0 13px;
    padding:0;
    white-space:nowrap;
}

div.box.content.tagcloud a.tag1 {
    font-size: 12px;
}
div.box.content.tagcloud a.tag2 {
    font-size: 14px;
}
div.box.content.tagcloud a.tag3 {
    font-size: 16px;
}
div.box.content.tagcloud a.tag4 {
    font-size: 18px;
}
div.box.content.tagcloud a.tag5 {
    font-size: 20px;
}
div.box.content.tagcloud a.tag6 {
    font-size: 22px;
    color: #0192AC;
}

/****************/
/*** showroom ***/
/****************/

div.box div.box.content.userclips-new div.pager {

    position: relative;
}

div.box div.content.userclips-new ul.cliplist li div.passepartout img {
    margin: 0;
    padding: 0;
}

div.box div.content.fotoshow small {
    font-size:9px;
    left:390px;
    position:absolute;
    top:170px;
    width: 140px;
}

div.box div.box.content.userclips-new div.video{
    padding:5px 0 0 5px;
}

div.content.userclip-detail div.video {
    margin-bottom: 10px;
    padding:6px 0 0 6px;
}

div.content.userclip-detail div.actionbar {
    background-color:#E1E7EC;
    bottom:15px;
    height:36px;
    left:4px;
    margin-left:2px;
    position:absolute;
    width:588px;
}

div.content.userclip-detail div.footercontent-left {
    bottom:11px;
    font-size:11px;
    position:absolute;
    right:130px;
}

div.content.userclip-detail div.footercontent {
    bottom:11px;
}

/* alfabet search */
div.box div.content.userclips-new div.alfabetsearch {
    border-bottom: none;
}
div.box div.content.userclips-new div.alfabetsearch ul.alfabet {
	margin: 8px;
}
div.box div.content.userclips-new div.alfabetsearch ul.alfabet li {
    float: left;
	list-style-type: none;
	width: auto;
	height: auto;
	background: transparent;
	padding: 6px;
	padding-bottom: 0px;
	margin: auto !important;
	background:transparent url(/_assets/pics/navigation/nav-divider.gif) no-repeat scroll 0px 8px;
}
div.box div.content.userclips-new div.alfabetsearch ul.alfabet li.first {
	background:transparent;
	padding-left:0px;
}
div.box div.content.userclips-new div.alfabetsearch ul.alfabet a {
	color:#EE7F00;
	display: block;
}

/**************/
/*** Rating ***/
/**************/

.ratings {
    position: relative;
}

.filmRatings {
    float:right;
    position: relative;
    width:436px;
    margin-top: 10px;
}

.filmRatings div.label {
    width: 100px;
    display: block;
    float: left;
    margin-top: 10px;
}

.filmRatings div.sliderBox {
    position: relative;
    margin-left: 100px;
    margin-top: 10px;
}

.filmRatings h4 {
    margin-top: 10px;
    font-size:18px;
    margin-bottom:6px;
}

.ratingContainer {
    position: absolute;
    float: left;
    border:0;
    cursor: pointer;
    left: 0;
    top: 0;
}

.ratingContainer.stars {
    background: transparent url(../pics/vote/star-empty-big.gif) top left repeat-x;
    width: 150px;
    height: 15px;
}

.ratingContainer.slider {
    width: 160px;
    height: 14px;
    background: transparent url(../pics/vote/bg-progress.png) top left repeat-x;
}

.ratingShow {
    visibility: visible;
}
.ratingHide {
    visibility: hidden;
}

.ratingContainer.stars .yui-pb-bar,
.ratingContainer.stars span {
    background: url(../pics/vote/star-full-big.gif) 0 0 repeat-x;
}

.ratingContainer.slider .yui-pb-bar,
.ratingContainer.slider span {
    background: url(../pics/vote/bg-progress-bar.gif) 0 0 repeat-x;
    margin-left: 4px;
    margin-top: 4px;
}

.ratingContainer span {
    position: absolute;
    _font-size: 5px; /* prevent IE6 expanding the box height to font-size */
    height: 15px;
    width: 150px;
    padding: 0 !important;
}

.ratingContainerThumb {
    width: 2px;
    height: 15px;
}

.ratingContainer.slider .ratingContainerThumb {
    background: url(../pics/vote/slider-bullet.png) top left no-repeat;
    width: 14px;
    height: 14px;
}

.ratingContainer .yui-pb-mask {
    border:0;
}

span.ratingsDisplay {
    display: block;
}
.ratingsDisplay .ratingsDisplayContainer.stars {
    background: transparent url(../pics/vote/star-empty.gif) top left repeat-x;
    width: 90px;
    height: 9px;
    display: block;
}

.ratingsDisplay .ratingsDisplayContainer.stars .ratingsDisplayValue {
    background: transparent url(../pics/vote/star-full.gif) top left repeat-x;
    height: 9px;
    display: block;
}

div.box div.box.content.best-images div.user-actions div.ratings span {
    padding: 0;
}

span.vote-counter {
    padding-left: 165px;
    color: #8C8C8C;
}


/**************/
/*** Charts ***/
/**************/

div.box div.content.cinema-charts table td div.description div.ratings {

    margin-top: 2px;
}

div.content.cinema-charts table td.left small,
div.content.charts table td.left-col small {
	padding-left:3px;
}

div.content.cinema-charts table tr td.left small {
	padding-top: 0px !important;
}

div.content.cinema-charts table td.left {
	padding-left: 0 !important;
}

div.content.cinema-charts div.user {
	margin:8px 0 0 12px;
	position: relative !important;
	right: 0 !important;
	text-align: left !important;
	top: 0px !important;
}

div.content.cinema-charts table td.left big,
div.content.cinema-charts table td.left small {
	display:inline !important;
	float:none !important;
}

div.content.cinema-charts table td span.iconspacer,
div.content.charts table td span.iconspacer {
	display:block;
	height:23px;
	line-height:23px;
	margin-top:5px;
	text-indent:-999em;
	width:23px;
}

div.content.box.charts div.borderdiv ul li {
    list-style: none;
    margin-left: 0;
}

div.content.box.charts div.borderdiv ul li.closed {
    padding-top: 4px;
}

div.content.box.charts div.borderdiv ul li div.passepartout img {
    float: none;
    padding-right: 0;
}
div.content.box.charts div.borderdiv ul li.closed div.passepartout {
	display: none;
}

div.content.box.charts div.borderdiv ul li.closed div.title {
    border-bottom: 0px;
    height: auto;
    margin-bottom: 0px;
    margin-left: 318px;
}

div.content.box.charts div.borderdiv ul li.closed div.title h3,
div.content.box.charts div.borderdiv ul li.closed div.title p {
    font-size:11px;
    padding: 0;
    margin: 0;
    line-height:1.5em;
}

div.content.box.charts div.borderdiv ul li.closed div.title h3 {
    padding-left: 8px;
}

div.content.box.charts div.borderdiv ul li.closed div.title h3 a {
    color:#EE7F00;
}

div.content.box.charts div.borderdiv ul li.opened div.title p span {
	display: none;
}

div.content.box.charts div.borderdiv ul li.opened p.flat {
    margin-bottom: 10px;
	margin-left:314px;
	position:relative;
}

div.content.box.charts div.borderdiv ul li.closed p.flat {
    display: none;
}


/*****************/
/*** lottery ***/
/*****************/
div.box form.gewinnform {

    border-bottom:1px solid #0192AC;
    margin:7px 12px 13px;
    padding-bottom:8px;
    padding-top:4px;
}

div.box div.content.gewinnspiel-detail input.antwort {
    width:290px;
}

div.box div.box.content.gewinnspiel-detail input.submit {
    margin: 0;
}

/*****************/
/*** paginator ***/
/*****************/
div.box div.content div.pager a.active,
div.box div.content div.pager {
    border-bottom: 0px;
}

div.box.content.search-result div.pager {

    position: relative !important;
}

div.box div.content div.pager a.forward {
    right:-63px;
}

div.box div.content div.pager a.backward {
    left:-68px;
}

div.box div.content div.pager {
    margin:23px 82px 10px;
}

div.width-grid2 div.content div.pager {
    width:450px;
}

div.box div.content div.pager a.arrow {
    top:0;
}

div.box div.content div.pager div.innerPager {
	display: inline-block;
	margin: auto;
	text-align: center;
    width: auto;
}

div.box div.content div.pager div.innerPager div.scrollbar {
	height:20px;
	position:relative;
	width:100%;
}

div.box div.content div.pager div.innerPager a {
    display:inline-block;
    width: 25px;
    text-align:center;
    padding:1px 4px 2px;
    margin-bottom: 7px;
}

div.box div.content div.pager div.innerPager small {
    margin-bottom: 9px;
    display:inline-block;
}

div.box div.content div.pager div.innerPager div.scrollbar div.barBackground {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CCCCCC none repeat scroll 0 0;
	height:2px;
	overflow:hidden;
	width:100%;
}

div.box div.content div.pager div.innerPager div.scrollbar div.positionIndicator {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FF6C24 none repeat scroll 0 0;
	height:2px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:2px;
}

div.box div.content div.pager div.innerPager div.scrollbar div.sliderBackground {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#363636 none repeat scroll 0 0;
	font-size:1px;
	height: 2px;
	left: 5px;
	position:absolute;
	top: 0;
	width: 2px;
	display:none;
}

div.box div.content div.pager div.innerPager div.scrollbar div.sliderBackground div.sliderIcon {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../pics/icon-pager-arrow.gif) no-repeat scroll 50% 50%;
	cursor:pointer;
	height:20px;
	left:50%;
	margin-left:-10px;
	overflow:hidden;
	position:absolute;
	top:-5px;
	width:20px;
}

div.box.content.interviews div.pager {
    bottom: 0;
}


/**********************/
/*** fotoshpw pager ***/
/**********************/
div.fotoshowpaginator a {
    display:inline-block;
    padding-left: 3px !important;
    padding-right: 3px !important;
}


/**********************************************/
/*** clipplayer styling copied from gallery ***/
/**********************************************/
div.box div.content.filmfassung div.clipplayer div.actionbar {
    background-color: #E1E7EC;
    height: 25px;
    position: relative;
    width: 425px;
}
div.box div.content.filmfassung div.clipplayer {

    background-image: url("/_assets/pics/filmdetail-video-bg.gif");
    height:304px;
    margin-left:172px;
    margin-top:10px;
    width:433px;
    padding-left:5px;
    padding-top:5px;
}
div.box div.content.filmfassung div.clipplayer div.playercontainer{

}

div.box div.content.filmfassung.video div.clipplayer div.actions {
    top: 0px;
    width: 300px;
}
div.box div.content.filmfassung.video div.clipplayer div.actions a.icon.photo {
    background-position: -196px 0px;
    margin-right: 76px;
    width: 23px;
}
div.box div.content.filmfassung.video div.clipplayer div.actions a.icon.full {
    background-position: -196px 0px;
    margin-right: 76px;
    width:23px;
}
div.box div.content.filmfassung.video div.visitors {
    top: 443px;
}
div.content.filmfassung div.clipplayer div.actions {
    margin-left: 175px;
}
div.content.filmfassung div.clipplayer div.actions {
    margin-left: 100px;
}
div.content.filmfassung div.clipplayer div.actions a.icon {
    background:transparent url(/_assets/pics/icons/icons-sprites.gif) no-repeat scroll 0 0;
    display:block;
    float:left;
    height:23px;
    margin:1px 5px 0 0;
    position:relative;
    text-indent:-999em;
    width:23px;
}
div.content.filmfassung div.clipplayer div.actions a.icon span {
    color:#707070;
    font-size:9px;
    left:26px;
    position:absolute;
    text-indent:0;
    top:6px;
    width: 111px;
}
div.box div.content.filmfassung div.clipplayer div.actions a.icon.photo {
    background-position: -196px 0px;
    margin-right: 76px;
    width: 23px;
}
div.box div.content.filmfassung div.clipplayer div.actions a.icon.full {
    background-position: -140px -28px;
    margin-right: 76px;
    width: 23px;
}
div.box div.content.filmfassung div.clipplayer div.actions a.icon.share {
    background-position: -196px -28px;
    margin-right: 104px;
}

div.box.content.teaser-contact div.borderdiv h3 {
    max-height: none;
}


/*****************/
/*** community ***/
/*****************/
a.green {
    color:#7EA612 !important;
}

/*** profile edit accordion styles ***/
div.content.community.edit-account ul li fieldset.closed {
    display: none;
}
div.content.community.edit-account ul li.opened fieldset {
    display: block;
}
div.content.community.edit-account ul li a.title {
	background: url('/_assets/pics/accordion-closed-bg.gif') no-repeat;
}
div.content.community.edit-account dl.bold dt label {
    font-weight: bold;
}
/*** profile edit accordion styles ***/


/*** newsletter edit in profile ***/
div.content.community.edit-account ul li.opened fieldset.newsletter dl {
	width: 586px;
	margin: 0px;
}
div.content.community.edit-account ul li.opened fieldset.newsletter dd {
	float: left;
	margin-top:4px;
	margin-left:2px;
	padding-left: 8px;
	width: 14px;
}
div.content.community.edit-account ul li.opened fieldset.newsletter dd input {
	border: none;
	width: 14px;
	padding: 0px;
}
div.content.community.edit-account ul li.opened fieldset.newsletter dl dt {
	width: 555px;
	float: right;
	line-height:1em;
	margin:4px 0;
}
/*** newsletter edit in profile ***/


/*** interests edit in profile ***/
div.content.community.edit-account ul li.opened fieldset#fieldset-interestsblock,
div.content.community.edit-account ul li.opened fieldset#fieldset-moviesblock {
    border: none;
}

div.content.community.edit-account ul li.opened fieldset#fieldset-interestsblock br,
div.content.community.edit-account ul li.opened fieldset#fieldset-moviesblock br {
    display: none;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-interestsblock,
div.content.community.edit-account ul li.opened fieldset#fieldset-moviesblock {
    width: 100%;
}

div.content.community.edit-account ul li.opened fieldset#fieldset-interestsblock label,
div.content.community.edit-account ul li.opened fieldset#fieldset-moviesblock label {
    float: left;
    white-space: nowrap;
    width: 190px;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-interestsblock input,
div.content.community.edit-account ul li.opened fieldset#fieldset-moviesblock input {
    margin: 2px;
    width: 16px;
	float: left;
    border: 0 none;
	background: transparent;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-interestsblock dl dd,
div.content.community.edit-account ul li.opened fieldset#fieldset-moviesblock dl dd {
	width: 596px;
	margin-bottom: 0px;
}
/*** interests edit in profile ***/


/*** personal data edit ***/
div.content.community.edit-account ul li.opened fieldset#fieldset-leftblock {
	width:280px;
	float:left;
	background: #f5f5f5;
	padding: 8px 4px 8px 8px;
	margin: 4px 0px 0px 0px;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-rightblock {
	width:280px;
	float:left;
	background: #f5f5f5;
	padding: 8px 4px 8px 8px;
	margin: 4px 0px 0px 0px;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-leftblock dt,
div.content.community.edit-account ul li.opened fieldset#fieldset-rightblock dt {
     margin: 0 6px 2px 0;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-leftblock dd,
div.content.community.edit-account ul li.opened fieldset#fieldset-rightblock dd {
    height: 20px;
    margin:0 0 2px 0;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-leftblock dd,
div.content.community.edit-account ul li.opened fieldset#fieldset-rightblock dd {
    float: right;
    width: 160px;
    /*height: 24px;*/
}
div.content.community.edit-account ul li.opened fieldset#fieldset-leftblock dt,
div.content.community.edit-account ul li.opened fieldset#fieldset-rightblock dt {
    width: 111px;
    float: left;
    height: 20px;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-leftblock dd input,
div.content.community.edit-account ul li.opened fieldset#fieldset-rightblock dd input {
	width: 122px;
	float: left;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-leftblock dd select,
div.content.community.edit-account ul li.opened fieldset#fieldset-rightblock dd select {
	width: 128px;
	float: left;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-leftblock dd .input-icon,
div.content.community.edit-account ul li.opened fieldset#fieldset-rightblock dd .input-icon {
	float: right;
	margin-top: 0px;
	margin-right: 11px;
	padding: 0px;
	width: 10px !important;
	height: 13px;
}
div.content.community.edit-account ul li.opened fieldset#fieldset-leftblock dl dt label,
div.content.community.edit-account ul li.opened fieldset#fieldset-rightblock dl dt label {
    display: block;
    float: right;
    width: 111px;
}
/*** personal data edit ***/

/*** overlays ***/
.yui-ac-bd {
    padding: 3px;
    float: left;
}

.yui-ac-bd ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

div.content.community.edit-account div.yui-ac-bd li,
div.content.community.profile div.yui-ac-bd li {
	list-style: none;
	margin-bottom: 0px;
	line-height: 1.5em;
	position: relative;
	cursor: pointer;
	cursor: hand;
}

.yui-ac-highlight {
    background: #0192AC;
    color: #FFF;
}

#cityContainer {
    float: left;
    position: relative;
    width: 250px;
    background: #FFF;
    z-index: 999;
}

#mobileContainer {
    float: left;
    position: relative;
    left: -70px;
    width: 200px;
    background: #FFF;
    z-index: 999;
}
/*** overlays ***/

/*** visual image ***/
div.content.community img.visual {
    margin: 0 0 0 2px;
    padding: 0;
    width: 612px;
    height: 355px;
}
/*** visual image ***/


div.flypanel-inner {
    background-color: #fff;
    padding: 10px;
    font-size: 11px;
}
div.flypanel-inner.flypanel-fotoshow {
    padding: 10px 0;
}

div.flypanel-inner a.close {
    background: transparent url(/_assets/pics/flyouts/flyout-close.gif) no-repeat scroll 0 0;
    display: inline;
    height: 19px;
    position: absolute;
    right: 8px;
    text-indent: -999em;
    top: 8px;
    width: 19px;
}

div.flypanel-inner.flypanel-fotoshow a.fsnext,
div.flypanel-inner.flypanel-fotoshow a.fsprevious {
    display: block;
    text-indent: -999em;
    width: 38px;
    height: 104px;
}
div.flypanel-inner.flypanel-fotoshow a.fsnext {
    background: transparent url(/_assets/pics/carousel/carousel-arrow-right.gif) no-repeat scroll 0 0;
    margin-left: 10px;
}

div.flypanel-inner.flypanel-fotoshow a.fsprevious {
    background: transparent url(/_assets/pics/carousel/carousel-arrow-left.gif) no-repeat scroll 0 0;
    margin-right: 10px;
}

div.flypanel-inner.flypanel-fotoshow table,
div.flypanel-inner.flypanel-fotoshow table td {
    margin: 0;
    padding: 0;
}

div.ms_title {
    font-weight: bold;
    margin-bottom: 12px;
    margin-right: 35px;
}

div.ms_subtitle {
    margin: 12px 0 0;
}

/****************************/
/*** some carousel addons ***/
/****************************/
div.content.carousel-users-watching div.background.wide {
    width: 928px;
}
div.content.carousel-users-watching div.background.wide div.holder {
	height: 208px;
	margin-left: 130px;
	overflow: hidden;
	width: 800px;
}
div.content.carousel-users-watching div.background.wide a.button-left,
div.content.carousel-videothek div.background.wide a.button-left {
	left: 44px;
	position: absolute;
	top: 10px;
}
div.content.carousel-users-watching div.background.wide a.button-right {
	position: absolute;
	right: 43px;
	top: 10px;
}

div#SEO_partnerseiten {
    margin: 12px;	
}
