body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.container {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
}

#playercontainer {
    width: 340px;
    height: 479px;
    /*background: url('../img/vorlage.png');*/
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

#player {
    width: 340px;
    height: 480px;
    border: 1px solid #c4ad7a;
    background: url('../img/player_bg.png');
/*    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;*/
}

#jp_container_1 {
    position: absolute;
    width: 340px;
    height: 408px;
}

#onair {
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    width: 97px;
    height: 53px;
    background: url('../img/onair_off.png');
}

.jp-audio-stream.jp-state-playing #onair {
    background: url('../img/onair_active.png');
}

#albumcoverframe {
    background: url('../img/no_cover.jpg');
    margin-top: 8px;
    width: 240px;
    height: 240px;
    border: 3px solid #c4ad7a;
    margin-left: auto;
    margin-right: auto;
}

#albumcover {
    background: url('../img/no_cover.jpg') 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}

.jp-audio, .jp-audio-stream, .jp-video {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: Verdana,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.jp-type-single {
    width: 305px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
}

#cc_stream_info_song {
    visibility: hidden;
    display: none;
}

.jp-details {
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
}

.jp-artist {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.jp-songtitle {
    text-align: center;
    font-size: 14px;
}

.jp-audio-stream {
    padding: 0;
    width: 81px;
}

.jp-audio-stream .jp-controls {
    width: 49px;
    height: 56px;
    float: left;
/*    background: url('../img/controller_bg.png');*/
}

.jp-type-single .jp-controls button {
    width: 49px;
    margin-top: 3px;
}

.jp-controls {
    background: transparent;
    height: 81px;
    overflow: hidden;
    padding: 1px 0 2px 1px;
    width: 81px;
}

.jp-type-single .jp-play, .jp-type-single .jp-play:focus {
    background: url('../img/play.png');
}

.jp-state-playing .jp-type-single .jp-play, .jp-state-playing .jp-type-single .jp-play:focus {
    background: url('../img/pause.png');
}

.jp-audio-stream .jp-pause, .jp-audio-stream .jp-play {
    border-right: none;
}

.jp-controls button {
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 49px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}

.jp-interface {
    background: url('../img/controller_bg.png');
    position: relative;
    width: 100%;
    height: 56px;
}

.jp-audio .jp-volume-controls .jp-mute, .jp-audio-stream .jp-volume-controls .jp-mute {
    left: 0;
    top: 20px;
}

.jp-audio .jp-volume-controls .jp-volume-max, .jp-audio-stream .jp-volume-controls .jp-volume-max {
    right: 15px;
    top: 20px;
    width: 21px;
}

.jp-audio .jp-volume-controls, .jp-audio-stream .jp-volume-controls {
    height: 56px;
    width: 230px;
    float: left;
    position: relative;
    margin-left: 15px;
}

.jp-volume-controls button {
    cursor: pointer;
    display: block;
    height: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 15px;
}

.jp-volume-controls .jp-volume-max, .jp-volume-controls .jp-volume-max:focus {
    background: url("../img/unmute.png");
}

.jp-volume-controls .jp-mute, .jp-volume-controls .jp-mute:focus,
.jp-state-muted .jp-volume-controls .jp-mute, .jp-state-muted .jp-volume-controls .jp-mute:focus {
    background: url("../img/mute.png");
}

.jp-audio-stream .jp-interface .jp-volume-bar {
    border-right: none;
    padding-right: 15px;
    width: 157px;
    height: 26px;
    background: url('../img/volume_bar_bg.png') 0 55% no-repeat;
    margin-left: 25px;
}

.jp-volume-bar-value {
    background: url("../img/slider.png") 0 50% no-repeat;
    height: 26px;
    margin-left: 2px;
}

.jp-volume-bar .indicator {
    width: 21px;
    height: 28px;
    background: url("../img/volume_bar_slider.png") 0 55% no-repeat;
    display: inline-block;
    float: right;
    margin-right: -4px;
}

#facebook {
    width: 305px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 435px;
}

.sendtext {
    font-size: 10px;
    color: #fff;
}