BODY {
      background-color : #000000;
      background-image: black;
      background-repeat: repeat-y; 
      font-family : trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
      color : #FFFFFF;
      margin: 0px; 
      }
      
.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 0px;
    left: 3px;
    width: 160px;
    height: auto;
    font-family : trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/
    
    
.oldbrowser {display: none;} 

table {font-family : trebuchet ms, Arial, Helvetica, sans-serif; font-size: 11pt;}

.Inhalt {/*this is the main content area*/
    background: #000000;
    /*declare a color together with a contrasting background color*/
    font-size: 12px;
    font-family : trebuchet ms, Arial, Helvetica, sans-serif; 
    color: #FFFFFF;/*to insure readability*/
    margin-left: 170px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
   
    width: auto;
    border: 0 px solid #000000; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }
    
.Header {
    margin-top: 10px;
    margin-left: 170px;
    } 
  
.navbox {/*button-like box for the left-side navigation*/
     font-size: 12px;/*readability for the links*/
     font-family: trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
     background-color: #000000;
     /*Navigation border colour*/
     border-color: #556B2F;/*or, in shorthand, the three*/
     border-style: groove; /*border-properties would read:*/
     border-width: 2px;/*border: 2px groove #FF6633;*/
     padding: 1px;
     margin: 2px;
     font-weight: 600;
   }
   
 .navbox1 {/*button-like box for the left-side navigation*/
     font-size: 10px;/*readability for the links*/
     font-family: trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
     background-color: #000000;
     /*Navigation border colour*/
     border-color: #000000;/*or, in shorthand, the three*/
     border-style: transparent; /*border-properties would read:*/
     border-width: 2px;/*border: 2px groove #FF6633;*/
     padding: 1px;
     margin: 2px;
   }  
   
   .navbox2 {/*button-like box for the left-side navigation*/
        font-size: 12px;/*readability for the links*/
        font-family: trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
        background-color: #000000;
        /*Navigation border colour*/
        border-color: #000000;/*or, in shorthand, the three*/
        border-style: transparent; /*border-properties would read:*/
        border-width: 2px;/*border: 2px groove #000000;*/
        padding: 1px;
        margin: 2px;
        font-weight: 600;
   }
   
 P, OL, UL, DL {font-size: 12px;}
 /*font-family is already defined, here I only set the font-size*/
 P OL, P UL, P DL, OL UL {font-size: 13px;}
 /*and here the I prevent the incredible shrinking text*/
         
 .six {font-size: 12px;
   color: #999999; /*this is for small text*/
   background: transparent;}
 .mit {text-align: justify;}/*justified text*/
 .red {color : #FF0000; background: #FFFFFF;}
 .mint {color: #009999; background: #FFFFFF;}
 .ROT {font-size: 10px; /*also red, but bigger and in bold*/
   color: #FF0000; 
   font-weight: 600; 
   background: #FFFFFF;}
     
 a:link {/*normal links in the text*/
   color: orange; 
   text-decoration : none; 
   background: #000000;}
 a:visited {
   color: #76EE00; 
   text-decoration : none; 
   background: #000000;}
 a:hover { 
   color: red; 
   text-decoration : none; 
   background: #000000;}
 
 /*now follow the section links in the navigation bar on the left side*/        
 a.nav:link {
   color: orange; 
   text-decoration : none; 
   font-weight: 600; 
   font-size:13px; 
   background: transparent;}
 a.nav:visited {
   color: #76EE00; 
   text-decoration : none;
   font-weight: 600; 
   font-size:13px; 
   background: transparent;}
 a.nav:hover { 
   color: red; 
   text-decoration : none; 
   font-weight: 600; 
   font-size:13px; 
   background: transparent;}
 a.navtot {/*the style for the actual page*/
   color: #CDCDCD; 
   text-decoration: none; 
   font-weight: 600; 
   font-size: 13px; 
  background: transparent;}