/* CSS fuer TV-FCEs */


/* Text/Bild-Element mit versetztem Bild */
.fce-shifted-textpic {
    float:left;
    width:100%;
    clear:both;
    position:relative;
    left:0px;
    top:0px;    
}
.fce-shifted-textpic-image {
    width:187px;
    position:absolute;
    top:0px;
    left:-90px;
    z-index:2;
}
.fce-shifted-textpic-text {
    font-family:"Arial Black",Arial,sans-serif;
    font-weight:normal;
    line-height:14px;
}
.fce-shifted-textpic-float {
    float:left;
    width:110px;
    height:170px;
}


/* YouTube-Element */
.fce-youtube {
    float:left;
    width:100%;
    height:558px;
    position:relative;
    left:20px;
    padding-top:40px;
}
.fce-youtube-headline {
    position:absolute;
    top:10px;
    left:50px;
    z-index:3;
    font-size:17px;
}
.fce-youtube-embed {
    border:1px solid red;
    width:640px;
    height:400px;
    position:relative;
    top:30px;
    left:0px;
}
.fce-youtube-background {
    position:absolute;
    z-index:2;
    top:0px;
    left:-144px;
    width:848px;
    height:558px;
    background: transparent url(../../package/default/img/bg_video.png) no-repeat left top;
}


/* Breakdance-Teaser */
.fce-breakdance-teaser {
    float:left;
    width:391px;
    height:209px;
    background: transparent url(../../package/default/img/breakdanceteaser_bg.png) no-repeat right top;
}
.fce-breakdance-teaser-content {
    float:right;
    width:200px;
    overflow:visible;
    position:relative;
    top:70px;
    left:-25px;
}
.fce-breakdance-teaser-link {
    float:left;
    width:100%;
}
.fce-breakdance-teaser-text {
    float:left;
    clear:both;
    width:200px;
    padding-top:4px;
    position:relative;
    left:-10px;
}
* html .fce-breakdance-teaser-text {    
    left:6px;
}
* html .fce-breakdance-teaser-link {
    position:relative;    
    left:20px;
}