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

#info_termine                    	    {}

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

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

#info_termine .klein                   {font-size: 18px;
                                            color: #FFF;
}


#info_termine .picln             	    { }

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

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

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

#info_termine .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);
                                        }


#info_termine .lnbutton a:hover        {
                                        color: #EDDDAD;
                                        background: #4D392A;
                                        }

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



