a {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}

.arabictext {
    text-align: right;
    direction: rtl;
}

.regulartext {
    text-align: left;
    direction: ltr;
}

#playercontainer {
    position: absolute;
    /*top: 20px;
    left: 20px;*/
    padding: 10px 10px 0;
    border: solid 1px #cdd5db;
}

#dwlink {
    line-height: 1px;
    font-size: 0;
}

#tvheadline {
    font: bold 11px/7px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#dwlogo {
    background: url(../cssi/dwlogo-all.gif) 0 0 no-repeat;
    width: 91px;
    height: 85px;
    border: none;
    top: -10px;
}

#footer {
    clear: left;
    /*padding-top:12px;
    padding-bottom:12px;
    padding-left:10px;
    padding-right:10px;*/
    height: 14px;
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    -webkit-font-smoothing: antialiased;
    background: #0098ff url(../cssi/footer-verlauf.gif) bottom left repeat-x;
    padding: 15px 0 10px 20px;
    margin-bottom: 0;
}

div.footer.rss {
    background: url(../cssi/i-b-white-flat.png) 0 -2800px no-repeat;
}

div.footer.fb {
    background: url(../cssi/i-b-white-flat.png) 0 -3100px no-repeat;
}

div.footer.twitter {
    background: url(../cssi/i-b-white-flat.png) 0 -3200px no-repeat;
}

div.footer.youtube {
    background: url(../cssi/i-b-white-flat.png) 0 -3400px no-repeat;
}

#player {
    margin-top: 5px;
    z-index: 0;
}

video {
    background-color: #000000;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

strong {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.flashtext {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#tvprogram {
    height: 14px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 2px 0 0 2px;
}

.guideticker {
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}

.tickerTitle {
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    color: #003282;
}

#playerbuttons {
    height: 24px;
}

#playbutton, #volumebutton, #noisebarbutton, #fullscreenbutton, #popupbutton, #downloadbutton, #captionsbutton {
    width: 30px;
    height: 17px;
    margin-left: 4px;
    border: 0;
    padding: 0;
    font-size: 0;
    color: #FFFFFF;
    background: transparent url(../../images/buttons_sprite.png);
}

#playbutton {
    width: 41px;
    height: 17px;
    margin-left: 0;
    float: left;
    margin-top: 6px;
    background-position: 0 89px;
}

#bigplaybutton {
    position: absolute;
}

#playtime, #totaltime {
    width: 36px;
    margin-top: 7px;
    margin-left: 6px;
    border: none;
    background: transparent;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#totaltime {
    float: left;
}

#playercontrols {
    position: relative;
}

#leftelements, #centralelements, #rightelements {
    position: absolute;
}

#centralelements {
    margin-left: 46px;
    margin-top: 6px;
}

#rightelements {
    right: 0;
}

#seekbutton {
    position: relative;
    left: 0;
    float: left;
    width: 16px;
    height: 13px;
    margin-top: 2px;
    background: url(../../images/buttons_sprite.png) 0 13px;
    font-size: 0;
}

#loadbar {
    float: left;
    font-size: 0;
    width: 50px;
    height: 5px;
    border: 0 none;
    margin-top: 6px;
    padding: 0;
    background-color: #FFFFFF;
}

#progressbar {
    float: left;
    background-color: #0B409C;
    width: 0;
    height: 5px;
}

#volumecontainer {
    width: 40px;
    position: absolute;
    /*left: 37px;*/
    z-index: 2;
    right: 0;
    top: -66px;
}

#volumebutton {
    margin-top: 6px;
    background-position: 0 143px;
}

#noisebar {
    visibility: hidden;
    background: url(../../images/buttons_sprite.png) 20px -8px;
    width: 20px;
    height: 66px;
    margin-left: 14px;
}

#noisebarbutton {
    visibility: hidden;
    position: relative;
    top: 18px;
    width: 12px;
    height: 13px;
    margin-left: 17px;
    padding: 0;
    background-position: 0 34px;
}

#fullscreenbutton {
    margin-top: 6px;
    background-position: 0 160px;
}

#popupbutton {
    margin-top: 6px;
    background-position: 0 126px;
}

#downloadbutton {
    margin-top: 6px;
    background-position: 0 0;
}

#relatedbutton {
    background-position: 0 109px;
}

#captionsbutton {
    margin-top: 6px;
    background-position: 64px 177px;
}

/*
	Author: Thomas Ciura
	Date: 16.11.2012
	Added for video title and teaser
*/
#metaOverlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url("../cssi/bg_transparent.png") transparent left top repeat;
    zoom: 1;
    font-family: Georgia, Times, serif;
    z-index: 100;
    padding: 8px 0 10px 0;
}

#metaOverlay p {
    /*font-family: Georgia,Times,serif;*/
    font-size: 14px;
    line-height: 20px;
    color: #BBB;
    margin: 0 10px;
}

#metaOverlay h2 {
    /*font-family: Georgia,Times,serif;*/
    font-size: 21px;
    font-weight: normal;
    line-height: 25px;
    color: #FFF;
    margin: 0 10px 3px;
}