 body
  {
   background: 50% 50% no-repeat;
   background-image: url(../bilder/bg.jpg);
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: 0;
   border: 0;
   background-color: #ffffff;
  }
 a
  {
   color: #000;
   text-decoration: none;
  }
 a:hover
  {
   color: #000;
   text-decoration: none;
  }
 a:visited
  {
   color: #000;
   text-decoration: none;
  }
 .seitenkopf
  {
   color: #000;
   font-size: 18px;
   font-family: Georgia, serif;
   font-weight: bold;
  }
 .seitenkopf2
  {
   height: 60;
   color: #000;
   font-size: 16px;
   font-family: Georgia, serif;
   font-weight: bold;
   vertical-align: middle;
   text-align: left;
  }
 .blocksatz
  {
   font-size: 15px;
   font-family: Georgia, serif;
   text-align: justify;
   vertical-align: top;
   color: #000000;
  }
 .blocksatz a:hover
  {
   text-decoration: underline;
  }
 img.rand
  {
   border: 1px solid #999;
  }
 img.rand:hover
  {
   border: 1px solid #000;
  }
 img.rand:visited
  {
   border: 1px solid #000;
  }
 table
  {
   border-collapse: collapse;
   border-spacing: 0px 0px;
   vertical-align: middle;
  }
 td
  {
   font-size: 16px;
   font-family: Georgia, serif;
   border: 0px dotted #000;
   text-align: center;
   vertical-align: middle;
   overflow: hidden;
  }
 content
  }
   width: 900;
   border: 1px solid #000;
  }
 .rand
  {
   border: 1px solid #6c542a;
  }
 .navtabelle
  {
   vertical-align: middle;
   border: 1px solid #6c542a;
   background: #efd9ab;
   width: 124;
  }
 .navtabelle td:hover
  {
   background-color: #f1e9d8;
  }
 .navzelle
  {
   vertical-align: middle;
   background: #efd9ab;
   font-family: Georgia, serif;
   color: #000;
   font-size: 16px;
   height: 35px;
   width: 124px;
   cursor: pointer;
  }
 .navzelle
  {
   background-color: expression(
   this.onmouseover = new Function("this.className += ' navzellehover';"),
   this.onmouseout = new Function("this.className = this.className.replace('navzellehover', '');")
   );
  }
 .navzelle td:hover, .navzellehover
  {
   background-color: #f1e9d8;
  }
 .currentsite
  {
   height: 35px;
   cursor: default;
   font-weight: bold;
   color: #000;
   background: #fff;
  }
 .orgeln td
  {
   text-align: left;
   vertical-align: top;
  }
