/* MGV Lichteneck Website */
/* report.css */


/* !!! contentground 770px; content 730px   -padding 15px 15px (boundary) = 700px writing width */

#report_ehru2025                            {}

 
#report_ehru2025 .quelle p                  {   
                                        font-size: 12px; 
                                        }   

#report_ehru2025 .headline p                { 
                                        margin-top: 10px;
                                        text-align: left;
                                        font-size: 22px; 
                                        }

#report_ehru2025 .headtext p                { 
                                        margin-top: 12px;
                                        text-align: left;
                                        font-size: 16px; 
                                        }

#report_ehru2025 .pictures img              {
                                        width: 695px; 
                                        margin-top: 12px;
                                        box-shadow: 3px 3px 12px black;
                                        border-radius: 4px;
                                        }

#report_ehru2025 .bildtext p                { 
                                        margin-bottom: 15px;
                                        padding-top: 8px;
                                        font-size: 12px; 
                                        font-weight: bolder;   
                                        }

#report_ehru2025 .text p                    {   
                                        text-align: left;
                                        font-size: 14px;
                                        }

#report_ehru2025 .sub_headline p            { 
                                        margin-top: 5px;
                                        text-align: left;
                                        font-size: 16px; 
                                        }

#report_ehru2025 .picbox-resize             {
                                        float: left; 
                                        margin-right: 20px;
                                        }

 #report_ehru2025 .picbox-resize img        {
                                        width: 595px;
                                        box-shadow: 3px 3px 5px black;
                                        margin-bottom: 8px; 
                                        border-radius: 0px;
                                        }

 .picbox-resize .bildtext               {
                                        font-size: 12px;
                                        font-weight: bolder; 
                                        font-family:sans-serif; 
                                        margin-bottom: 12px;
                                        }

#report_ehru2025 .text-float p              {   
                                        margin-top: 0px;
                                        text-align: left;
                                        font-size: 14px;
                                        }

/* ##### Info-Button ##### */

#report_ehru2025 .unibutton                   { 
                                        margin-top: 20px;
                                        }

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

#report_ehru2025 .ibutton a:hover           {
                                        color: #fff;
                                        background: #554E48;
                                        }


