/* MGV Lichteneck Website */
/* weblink.css */

#hitradio                    	    {}

#hitradio   .content               {
                                        width: 665px;
                                        padding: 10px;
                                        /*background: #554e48 url(./pictures/xxy.jpg); */
    background: #6d3030 url(./pictures/xxy.jpg); 
                                        box-shadow: 1px 1px 12px black;
                                        border-radius: 8px;
                                        
                                        }

#hitradio  p                       {
                                        font-size: 26px; 
                                        margin-bottom: 10px;
                                        color: #FFF;
                                        }

#hitradio .klein                   {font-size: 14px;
                                            color: #FFF;
}


#hitradio .picln             	    { }

#hitradio .content .picln img         	    { 
                                       width: 665px;
                                        border-radius: 8px;
                                	    }

#hitradio .picln .bildtext   	    {
                                        font-size: 12px;
                                        }

#hitradio .lnbutton    	        {margin-top: 12px;}

#hitradio .lnbutton a  	        {
                                        text-decoration: none;
                                        color: #EDDDAD;
                                        font-size: 14px;
                                        text-shadow: 0 1px 0 #000;    
                                        padding: 6px;
                                        border-radius: 4px 4px 4px 4px;
        
                                        background: -moz-linear-gradient(#4D392A, #87584D);
                                        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4D392A),color-stop(1, #87584D));
                                        background: -webkit-linear-gradient(#4D392A, #87584D);
                                        background: -o-linear-gradient(#4D392A, #87584D);
                                        background: -ms-linear-gradient(#4D392A, #87584D);
                                        background: linear-gradient(#4D392A, #87584D);
                                        }



#hitradio  .hrln                   {
                                        margin-top: 15px;
                                        margin-bottom: 14px;
                                        width: 695px;
                                        }



