body    {background-color:#3F7C50;
        margin-left:0px;
		margin-right:0px;
        margin-top:0px;
		margin-bottom:0px;
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#FFFFFF;
        SCROLLBAR-FACE-COLOR:#3F7D50;
        SCROLLBAR-HIGHLIGHT-COLOR:#3F7D50;
        SCROLLBAR-SHADOW-COLOR:#184725;
        SCROLLBAR-3DLIGHT-COLOR:#184725;
        SCROLLBAR-ARROW-COLOR:#184725;
        SCROLLBAR-TRACK-COLOR:#3F7D50;
        SCROLLBAR-DARKSHADOW-COLOR:#3F7D50;
                }
A       {
        text-decoration:underline;
        color:#FFFFFF;
        font-size:9pt;
        }
		
.alinks  {
        text-decoration:none;
        color:#000000;
        font-size:9pt;
        }

A:hover {
        color:#B1B1B1;
        }


table   {
        border-width:0px;
		text-align:left;
        }

.haupttable {
             background-color:#3F7C50;
             }

.tabletext {
			background-color:#6E4F16;
			}

.hell		{
			background-color:#D5C8B1;
			color:#6E4F16;
			font-weight:bold;
			}
			
.counter		{
			font-size:7pt;
			font-family:  Verdana, Arial, Helvetica, sans-serif;
			}
td {
   font-size:9pt;
   color:#FFFFFF;
   }

.td_braun {
    background-color: #75573D;
    border-width: 0px;
}

		
.td_schwarz {
        font-size:9pt;
        color:#FFFFFF;
        border-style:hidden;
        border-width:0px;
        }
		


h1      {
        font-size:14pt;
        font-weight:bold;
		color:#FFFFFF;
		margin-bottom:5px;
        }

h2      {
        font-size:12pt;
        font-weight:bold;
		margin-bottom:3px;
		margin-top:3px;
        }

h3      {
        margin-top:0px;
        margin-bottom:10px;
        font-size:10pt;
        font-weight:bold;
        }

h4      {
        margin-top:0px;
        margin-bottom:0px;
        font-size:10pt;
        font-weight:bold;
        }

form    {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#6E4F16;
        }

input  {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#6E4F16;
        background-color:#D5C8B1;
        border-color:#DFDFDF;

        }

form option {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#6E4F16;
        background-color:#D5C8B1;
        border-color:#DFDFDF;
        }

textarea {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#6E4F16;
        background-color:#D5C8B1;
        border-color:#DFDFDF;
        }

p 		{
		margin-top:2px;
		margin-bottom:1px;
		}
		
hr		{
		width:400px;
		color:#D5C8B1;
		}

.main-container {
    width: 764px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    position: relative;
    background: none;
}

/* Fullscreen image preview overlay */
.img-fullscreen-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
}
.img-fullscreen-overlay.active {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}
.img-fullscreen-img {
    max-width: 90vw;
    max-height: 90vh;
    box-shadow: 0 0 20px #000;
    border-radius: 4px;
    background: #fff;
}
.img-fullscreen-close {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 2.5rem;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: background 0.2s;
}
.img-fullscreen-close:hover {
    background: rgba(0,0,0,0.8);
}

/* Minimal mobile usability */
@media (max-width: 900px) {
    body, .main-container, table {
        width: 100vw !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        overflow-x: auto !important;
    }
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    .main-container {
        padding: 0 2vw;
    }
    td, th {
        word-break: break-word;
    }
    /* Horizontales Scroll-Menü */
    table[height="100%"], table[height="100%"] tr, table[height="100%"] td {
        display: block;
        width: 100vw !important;
        overflow-x: auto !important;
        white-space: nowrap;
    }
    table[height="100%"] img {
        max-width: none !important;
        height: auto !important;
        display: inline-block;
    }
}
