/* Textlink-Hover ----------------------------------------------*/
p>a:hover{
    text-decoration: underline;
}

/* Playbutton --------------------------------------------------*/
footer .play-button {
    background: url(../img/play_ie8.png) no-repeat;
    border: none;
    border-radius: none;
    box-shadow: none;
    padding: 60px;
}

footer .play-button:hover{
    background: url(../img/play_ie8_hover.png) no-repeat;
}

.icon-play:before {
    content: none;
}

/* rechte Navigation (Startseite)--------------------------------*/
#rightnav .link-rotate{  
    width: 47px;
    height: 300px;
    margin-left: 0;
    margin-top: 0;
}

#rightnav .link-rotate>a{
    display: block;
    background: url(../img/cobatv_ie8.png) no-repeat;
    padding: 11px 16px;
    margin-right: 0;
    text-indent: -999px;
    width: 47px;
    height: 132px;
    position: absolute;
    top: 0;
}

#rightnav .link-rotate>a:hover{
    background: url(../img/cobatv_ie8_hover.png) no-repeat;
}

#rightnav #news{
    margin-top: 0;
    top: 175px;
    padding: 15px 60px 13px 20px;
}

#rightnav span#youtube{
    display: none;
}

#news-button{
    width: 47px;
    height: 93px !important;
    top: 175px !important;
    background: url(../img/aktuelles_ie8.png) no-repeat !important;
}

#news-button:hover{
    background: url(../img/aktuelles_ie8_hover.png) no-repeat !important;
}