<style type="text/css">

 td{font-family: Verdana; font-size: 13px; align:left;}
 th{font-family: Verdana; font-size: 13px; align:left;}

 input{font-family:Verdana; font-size: 13px;}

 H1{font-family: Verdana; font-size: 18px; color:teal;}
 H2{font-family: Verdana; font-size: 13px; color:teal;}
 H3{font-family: Verdana; font-size: 9px; align:center;}

 p{font-family: Verdana; font-size: 12px; align:left;}

 a{font-family: Verdana; font-size: 12px; align:left;}
 a:link { text-decoration:none;  color:gray; }
 a:visited { text-decoration:none;  color:gray; }
 a:hover { text-decoration:none;  color:black;}
 a:activ { text-decoration:none;  color:gray;}

 body, html {
    background-color: #CCCCCC;

    font-family: Verdana;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  body {
    background-color: #CCCCCC;

    font-family: Verdana;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
  
 div#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 959px;
    padding: 0em;
    border: 0px;
    background: #CCCCCC url(../images/design/rand.jpg) repeat-y;
  }

  div#NAV {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    float: left; width: 250px;
    margin: 0; padding: 0;
    border: 0px;
  }
  
  topmenu#NAV a:link {
    text-decoration:none;  
    color:kblue;  
  }

  topmenu#NAV a:visited {
   text-decoration:none;  
   color:blue;
  }
  
  topmenu#NAV a:hover {
   text-decoration:none;  
   color:red
  }
  
  div#haupt {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 0 0 18em;
    padding: 0 1em;
    border: 1px;
  }

  div#footer {
    clear: left;  
    border: 0px;
  }
  
  div#impressum {
    width: 959px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    border: 5px;
    align: center;
  }
  
  p#impressumg {
    text-align: center;
  }

  
 
</style>

