body {
        margin: 0px; 
        height: 100%; 
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;     
        color: black;
        font-size: 10pt;
        background-image: url('0_backgr.gif'); background-repeat: repeat;
}          
.hdr {
        position: fixed;
        border: 1px solid black;
        background-color: #005020; 
        left: 0px;
        top: 0px;
        width: 97%;
        height : 80px;
        color: #ffcc33;
}        
.menu {
        position: fixed;   
        border: 1px solid black;
        background-color: #005020; 
        left: 0px;
        top: 83px;
        width: 150px;
        height : 700px;
        color: white;
}
.inhalt {
        position: static;
        margin: 90px 20px 20px 170px;  
        padding: 10px;
}

td.big {
        font-size: 24pt; 
        text-align: center;
}

/* ----------------------- my css entries -------------------------------------*/

H1  { font-family: Verdana; font-size: 20pt; font-weight: lighter;  }
H4  { font-family: Verdana;                  font-weight: lighter;  }

div.hoch { line-height: 150%; }

TD.weiss { background-color: #FFFFFF; padding-left: 10pt; padding-right: 10pt; padding-top: 3pt; padding-bottom: 3pt; }
TD.grau  { background-color: #F0F0F0; padding-left: 10pt; padding-right: 10pt; padding-top: 3pt; padding-bottom: 3pt; }

TD.unsichtbar {font-size: 0pt; color: transparent; }

A.unsichtbar         { color: #FFFFFF; text-decoration:none; font-size: 0pt;}
A.unsichtbar:link    { color: #FFFFFF; text-decoration:none; font-size: 0pt;}
A.unsichtbar:visited { color: #FFFFFF; text-decoration:none; font-size: 0pt;}
A.unsichtbar:active  { color: #FFFFFF; text-decoration:none; font-size: 0pt;}
A.unsichtbar:hover   { color: #FFFFFF; text-decoration:none; font-size: 0pt;}


