html, body {
    margin: 0;
    padding: 0; }

body {
    color: #000;
    padding: 20px;
    font-size: 11px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    background: #777777 url(../images/bg_player.jpg) repeat-x top center; }

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px; }

a {
    color: #000;
    text-decoration: none; }

a:hover {
    text-decoration: underline; }

#playerHolder {
    float: left;
    width: 535px;
    height: 310px;
    padding: 20px 8px 0 10px;
    background: url(../images/bg_stream_holder.jpg) no-repeat 0 0; }

    #streamHeader { }
    
    #streamContent {
        width: 524px;
        height: 165px;
        background: url(../images/bg_stream_content_holder_mp3.png) no-repeat 8px 0;  /* bez mp3 */ }
        
        #streamPlayer { 
            height: 33px;
            padding: 25px 0 0 100px; }
    
        #streamSwitch { 
            height: 80px;        
            padding: 3px 0 10px 22px; }
            
            #streamSwitch .label { 
                float: left;
                width: 127px;
                height: 21px;
                color: #f58220;
                font-weight: bold;
                line-height: 21px;
                text-align: center; }
                
            #streamSwitch .button {
                float: left;
                width: 155px;
                height: 21px;
                color: #5e5c5c;
                margin: 0 0 0 1px;
                font-weight: bold;
                line-height: 21px;
                text-align: center; }
                
            #streamSwitch .buttonFestival {
                float: left;
                width: 450px;
                height: 33px;
                color: #5e5c5c;
                margin: 0 0 0 1px;
                font-weight: bold;
                line-height: 21px;
                text-align: center;
                text-decoration: none;
            }
                
            #streamSwitch .download {
                float: left;
                width: 20px;
                height: 21px;
                color: #5e5c5c;
                font-weight: bold;
                line-height: 21px;
                text-align: center; }
                
                #streamSwitch .active {
                    color: #fff;
                    background: #f18c1e url(../images/bg_stream_button) repeat-x 0 0; }
                    
                #streamSwitch .download img {
                    border: 0;
                    margin: 5px 0 0 0; }
        
    #streamContent p {
        margin: 0;
        padding: 0;
        color: #fff;
        padding: 0 0 0 8px; }
        
        #streamContent p a {
            color: #fff;
            text-decoration: underline; }
    
#etargetHolder {
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 21px 0 0 0;
}
    
