

div.kopfzeile
  {
    position:absolute;
    left:0%;
    width:100%;
    height:200px;
    top:0%;
    background-image:url(img/kopfzeile.gif);
    background-repeat:no-repeat;
   }


div.linkespalte
  {
    position:absolute;
    margin-left:20px
    margin-right:20px
    left:0%;
    width:20%;
    height:100%;
    top:200px;
    text-align:right;
  }

div.rechtespalte
  {
    position:absolute;
    left:25%;
    width:60%;
    height:100%;
    top:200px;
   }




body   { color : #0000de;
         background : #99CCFF;
         }

p, li, ul
    {
     font-family:  "Tahoma", monospaced;
     color : #000000;
     text-align : justify;
    }

td
    {
     font-family:  "Tahoma", monospaced;
     color : #000000;
    }


A   {
     font-family: "Tahoma", monospaced;
     font-style:   italic;
     color : #0000FF;
     text-decoration : none;
    }
    
A.navi
    {
    text-align : right;
    }



H1  {
        font-size : xx-large;
        font-family: verdana, helvetica, sans-serif;
        color : #000000;
        text-align : center;
        }

H2  {
      font-family: verdana, helvetica, sans-serif;
        font-size : x-large;
        color : #000000;
        }

H3  {
      font-family: verdana, helvetica, sans-serif;
      font-size : large;
      color : #000000;
      }


H4    {
      font-family: verdana, helvetica, sans-serif;
      font-size : medium;
      color : #000000;
      }

