  body
  {
   /* background-image: url(lidimg/aqua.jpg); */
    font: normal 80.01% "Eras Medium ITC", Helvetica, verdana, sans-serif;
    color: black; background-color: #aaaaaa;
  }

ul#Navigation
  {
    margin: 0em;  /* Abstand zum Aussenrand des Fensters*/
    padding: 0em;
    text-align: center;
  /*  border: 1px solid black;*/
    background-color: silver;/* Hintergrundbalken*/
    color : black;
  }
  ul#Navigation li
  {
    list-style: none;
    display: inline;
    margin: 0em; padding: 0em;
  }

  ul#Navigation a, ul#Navigation span
  {
    /*float: left;*/
    width: 1em;     /* Breite eines Links*/
    padding: 0em;
    text-decoration: none; font-weight: bold;
    /* border: 1px solid black;
    border-left-color: white; border-top-color: white;
    font-color: red; background-color: #ccc;    Balken unter einzelnen links*/
  }
  * html ul#Navigation a, * html ul#Navigation span
  {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
  }
  ul#Navigation a:visited, ul#Navigation span
  {
    color: rgb(136, 21, 12);
  }
  ul#Navigation a:hover, ul#Navigation span
  {
    /*  border-color: white;
    border-left-color: black; border-top-color: black;*/
    color: white; background-color: gray;
  }

  ul#Navigation a:active, ul#Navigation span
  {
    color: rgb(136, 21, 12);
  }

  ul#Navigation a:link, ul#Navigation span
  {
    color: rgb(136, 21, 12);
  }

/* ul#Navigation div
  {
     clear: left;
  }*/

  .botline {
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none;
   color: rgb(136, 21, 12);
   background-color: rgb(120,150,170);
  }
   .botline a:active
   {  text-decoration: none;
    color: white;
    font-weight: bold;
  }
  .botline a:visited
  { text-decoration: none;
    color: rgb(136, 21, 12);
    font-weight: bold;
  }
   .botline a:hover
   {
    text-decoration: none;
    font-weight: bold;
    color: white;
   }
   .botline a:link
   { text-decoration: none;
     font-weight: bold;
     color: rgb(136, 21, 12);
    }

  .eingabe {
    background-image: url(gfx/transblue.jpg);
    background-attachment: fixed;
    font-family: "Eras Medium ITC", helvetica, verdana, sans-serif;
    font-size: 16pt;
    text-decoration: bold;
   color: white ; /*rgb(136, 21, 12);*/
   background-color: rgb(120,150,170);
  }
 /* .eingabe a:link {
   color: blue;
  }*/

 /* .sitetext
   { text-decoration: none;
     font-family: "Jenkins v2.0",cursive;    font-size: 26pt;    color: rgb(136, 21, 12);        font-weight: bold;
    color:  rgb(136, 21, 12);
    }*/
  .sitetext
   {
     margin-right: 16%;
     margin-left: 16%;

    }

   .sitetext a:active
   {  text-decoration: none;
     /*font-family: "Jenkins v2.0",cursive;
     font-size: 26pt;
     color: rgb(136, 21, 12);*/
    color: white;
    font-weight: bold;
    }

  .sitetext a:visited
  { text-decoration: none;
    /*font-family: "Jenkins v2.0",cursive;
    font-size: 26pt;*/
    color: rgb(136, 21, 12);
    font-weight: bold;
  }

   .sitetext a:hover
   {
    text-decoration: none;
    /*font-family: "Jenkins v2.0",cursive;    font-size: 26pt;    color: rgb(0, 0, 0);*/
    font-weight: bold;
    color: white;
   }

   .sitetext a:link
   { text-decoration: none;
     /*font-family: "Jenkins v2.0",cursive;    font-size: 26pt;*/
     font-weight: bold;
     color: rgb(136, 21, 12);
    }