/* Player */
a {
    cursor: pointer;
}

#mplayer {
    display:block;
    height:287px;
    background: #232222;
    /*margin: -9px 0pt;*/
}
#vid {
    display:block;
    width:510px;
    height:287px;
    text-align:center;
    outline: none;
    float:left;
    margin-bottom: 7px;
}
#playlist {
    display:block;
    width:185px;
    height:287px;
    margin: -2px 0 0 510px;
}
#playlist a {
    display:block;
    color:white;
}
#playlist a:hover {
    text-decoration: none;
}
#playlist ul {
    margin: 0;
    padding: 0;
}
#playlist li {
    height: 85px;
    display: block;
    padding: 5px 15px 5px 19px;
    background: url(http://www.bonnke.net/media/images/cfantv/player/button_bg.png) top;
}
#playlist li:hover {
    background-position: bottom;
}
#playlist h2 {
    font-size: 110%;
    height: 40px;
    overflow: hidden;
}
#playlist li div {
    height: 30px;
    width: 63px;
    display:block;
}
.playbtn {
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    background: url(http://www.bonnke.net/cfan/images/cfantv/player/play.png) top;
}
.playbtn:hover {
    background-position: center;
}
.playbtn:active {
    background-position: bottom;
}
.infobtn {
    height: 30px;
    width: 30px;
    display:block;
    float: right;
    background: url(http://www.bonnke.net/cfan/images/cfantv/player/info.png) top;
}
.infobtn:hover {
    background-position: center;
}
.infobtn:active {
    background-position: bottom;
}

/* 4 buttons main - gelb*/
.btn_main_de a {
	background:transparent url(../../../../media/images/common/rote_button_cfan_tv.jpg);
}
