body     {
         background-color:#EBEBFB;       /* Basis Hintergrund Farbe */
         color: rgb(0,0,0);            /* Standardschriftfarbe */
         }

#normalseite                     /* Normalseiten in Gebrauch */
          {
          color: rgb(0,0,0);
          position: absolute;
          left: 60px;
          top:  60px;
          text-align: left;
          font-family: arial;
          font-weight: bold;
          font-size: 16px;
          padding-bottom:4px;
          width:610px;
          }
h1 {
   color: #ff7c00;
   font-size: 24pt;
   line-height: 24pt;
	}

h2 {
   color: #005c00;
   font-size: 12pt;
   line-height: 12pt;
}
td {
   color: #005c00;
   font-family: tahoma, verdana sans-serif;
   font-size: 10pt;
  }

#zentrum {                          /* Postitionierung des Starttextes */
        position:relative;
        left: 150px;
        top: 70px;
        text-align: center;
        font-family: georgia;
        font-style: italic;
        font-weight: bold;
        font-size: 25px;
        width: 400px;
        color: rgb(100,100,100);

        }
#startbild {
           position: absolute;
           left:5px;
           top: 10px;
           text-align: left;
           height: 300;
           width: 300;
           z-index:2;
           }
#uschrift1   {                         /* Überschrift 1 für h1 als Ersatz ist in gebrauch*/
        color: white;
        text-align: center;
        font-family: georgia;
        font-weight: bold;
        font-size: 30px;
        }

#uschrift2   {                         /* Überschrift 2 für h2 als Ersatz  noch unbenutzt */
        text-align: center;
        font-family: georgia;
        font-weight: bold;
        font-size: 28px;
        }
#uschrift3   {                         /* Überschrift 3 für h3 als Ersatz in Gebrauch*/
        color: rgb(230,250,250);
        text-align: left;
        font-family: georgia;
        font-weight: bold;
        font-size: 16px;
        }
#uschrift3bl   {                         /* Überschrift 3 für h3 als Ersatz in Gebrauch*/
        color: black;
        text-align: left;
        font-family: georgia;
        font-weight: none;
        font-size: 20px;
        }
.hervorheben {font-weight:bold;}
#navi {
       position:absolute;
        left: 15px;
        top: 80px;
        font-family: georgia;
        font-weight: bold;
        font-size: 15;
       }
#hier {
        position:relative;
        font-family: georgia;
        font-weight: bold;
        font-size: 25;
      }

a {text-decoration:yes;}

/* Pseudo Klassen in gebrauch*/

a:link    {color:blue;}
a:visited {color:rgb(0,145,0);}
a:active  {color:rgb(160,0,0);}
a:hover   {background-color:rgb(245,245,25);}