   body {
      margin: 10px;
      padding: 10px;
      background-color: rgb(233,110,110);
   }

   #maintable {
      border-style: solid;
      border-color: black;
      border-width: 1px;

      width: 100%;
      height: 100%;
   }

   #oben {
         width: 100%;
         height: 120px;
   }

   #mitte {
      width: 100%;
      height: 80%;
   }

   #menue {
      width: 170px;
   }

   #inhalt {
      /*
      border-style: solid;
      border-color: black;
      border-width: 1px;
      */

      width: 100%;
      height: 100%;

      font-family: "Arial", "Verdana", "Courier";
      font-size: 10pt;
      color: black;

      margin-left: auto;
      margin-right: auto;

      padding: 10px;
      background-position: center;
      background-attachment: scroll;
      background-repeat: no-repeat;
      /*background-color: rgb(255,246,198);*/
   }
   
   td.links{
      vertical-align: top;
      text-align: left;
   }
   
   td.mitte{
      text-align: center;
      vertical-align: middle;
   }

   #menuepunkte {
         position: absolute;
         top: 150px;
         width: 18%;
   }

   #foto {
       width: 20%;
   }

   /*LINKS*/

   a.menuepunkt {
      border-style: solid;
      border-color: black;
      border-width: 1px;
      display: block;
      width: 160px;
   }

   a.menuepunkt:link {
      font-family: "Arial", "Verdana", "Courier";
      font-size: 10pt;
      color: black;
      height: 100%;
      padding: 10px;
      background-image: url("../bilder/button_n.gif");
      background-repeat: no-repeat;
      display: block;
      width: 160px;
   }

   a.menuepunkt:visited {
      font-family: "Arial", "Verdana", "Courier";
      font-size: 10pt;
      color: black;
      height: 100%;
      padding: 10px;
      background-image: url("../bilder/button_n.gif");
      background-repeat: no-repeat;
      display: block;
      width: 160px;
   }

   a.menuepunkt:hover {
      color: orange;
      padding: 10px;
      background-image: url("../bilder/button_h.gif");
      background-repeat: no-repeat;
      height: 100%;
      display: block;
      width: 160px;
   }

   div.menuepunkt {
      width: 160px;
      font-family: "Arial", "Verdana", "Courier";
      font-size: 10pt;
      color: black;
      background-image: url("../bilder/button_n.gif");
      background-repeat: no-repeat;
      height: 100%;
      padding: 10px;
      cursor: default;
   }

   .menuepunkt {
      margin-top: 10px;
   }

   .text_impressum {
      text-align: center;
   }

   .frage {
      font-style: italic;
      font-weight: bold;
   }

   .text_haftung {
      text-align: justify;
      font-size: 8pt;
   }

   .ueberschrift {
      font-size: 12pt;
      font-weight: bold;
   }

   a.normalLink:link, a.normalLink:visited {
      font-family: "Arial", "Verdana", "Courier";
      font-size: 10pt;
      color: black;
   }

   a.normalLink:hover {
      font-family: "Arial", "Verdana", "Courier";
      font-size: 10pt;
      color: orange;
   }

   .text_kontakt {
      width: 100%;
      height: 250px;
      text-align: center;
      vertical-align: middle;
   }

   .text_home {
      font-size: 12pt;
      font-weight: bold;
      text-align: center;

      width: 100%;
      height: 250px;
   }

   #bannerinhalt {
      width: 100%;
      height: 100px;

      background-image: url("../bilder/welle.gif");
      background-repeat: no-repeat;
      background-position: center;
   }

   #absatz:first-letter {
      font-size: 200%;
   }

   /* HILFSTABELLE */
   #htab {
      height: 100%;
      width: auto;

      padding: 2%;
      padding-left: auto;
      padding-right: auto;

      text-align: center;
      vertical-align: middle;

      position: relative;
      z-index: 9;
      border-color: rgb(255,246,296);
   }

   /* --------------ECKEN-------------- */

   #lo {
      background-image: url("../bilder/eckelo.png");
      background-repeat: no-repeat;
      background-position: top left;


      width: 50px;
      height: 50px;

      margin-left: -1px;
      margin-top: -1px;
      padding: 0px;
      z-index: 10;

      border-width: 0px;
   }

   #lu {
      background-image: url("../bilder/eckelu.png");
      background-repeat: no-repeat;
      background-position: bottom left;


      width: 50px;
      height: 50px;

      margin-bottom: -2px;
      margin-left: -1px;
      padding: 0px;
      z-index: 10;
   }

   #ro {
      background-image: url("../bilder/eckero.png");
      background-repeat: no-repeat;
      background-position: top right;

      width: 50px;
      height: 50px;

      margin-right: -3px;
      margin-top: -1px;
      padding: 0px;
      z-index: 10;
   }

   #ru {
      background-image: url("../bilder/eckeru.png");
      background-repeat: no-repeat;
      background-position: bottom right;

      width: 50px;
      height: 50px;

      margin-right: -1px;
      margin-bottom: -1px;
      padding: 0px;
      z-index: 10;
   }
