BODY {
      color: white;
      background-color: black;
      background-image: URL(bilder/logobg.gif);
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
      scrollbar-3dlight-color:gray;
      scrollbar-arrow-color:red;
      scrollbar-base-color:red;
      scrollbar-darkshadow-color:#000000;
      scrollbar-face-color:#000000;
      scrollbar-highlight-color:gray;
      scrollbar-shadow-color:gray;
      font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
      font-size: 10pt;
     }
P {
   font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
   font-size: 10pt;
  }
H1 {
    font-family: Cambria, Georgia, Times, “Times New Roman”, serif;
    font-size: 20pt;
    font-weight: bold;
    font-variant: small-caps;
   }
H2 {
    font-family: Cambria, Georgia, Times, “Times New Roman”, serif;
    font-size: 15pt;
    font-weight: bold;
   }
H3,TH {
       font-family: Cambria, Georgia, Times, “Times New Roman”, serif;
       font-size: 12pt;
       font-weight: bold;
      }
TD,TR {
       font-family : Arial, “Helvetica Neue”, Helvetica, sans-serif;
       font-size : 9pt;
      }
UL {
    font-family : Arial, “Helvetica Neue”, Helvetica, sans-serif;
    font-size : 9pt;
   }
A:link {
        color: white;
        background-color : transparent;
        text-decoration: underline;
       }
A:visited {
           color : white;
           background-color : transparent;
           text-decoration: underline;
          }
A:hover {
         color: red;
         background-color : transparent;
         text-decoration: none ;
        }
A:active {
          color: red;
          background-color : transparent;
          text-decoration: underline;
         }
A:link .bild {
               border : 1px solid white;
               text-decoration : none;
              }
A:visited .bild {
                border : 1px solid white;
                text-decoration : none;
                }
A:hover .bild {
               border : 1px solid red;
               text-decoration : none;
              }
A:active .bild {
               border : 1px solid red;
               text-decoration : none;
               }
.fuss {
       font-family : Arial, “Helvetica Neue”, Helvetica, sans-serif;
       font-size : 10px;
      }

.highlight {
            font-family : Arial, “Helvetica Neue”, Helvetica, sans-serif;
            font-size : 11pt;
            font-weight: bold;
           }
.klein {
        font-family : Arial, “Helvetica Neue”, Helvetica, sans-serif;
        font-size : 8px;
       }
.wdgt_ft { display: none;
         }
.inhalt {
         max-width: 600px;
         text-align: justify;
         margin: auto;
         font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
        }