
BODY {
     background-image:url(http://www.d-buschmann.de/hg-oben.bmp);
     background-repeat: repeat;
     }


.tabelle {

      left: 270px;
      top: 12px;
      margin 200px;
      }
.tabelle td{
   padding: 1px 0px 0px 1px;
}

  .navleft a {
    height: 22px;
    margin: 1px;
    padding: 2px 2px 0px 1px;
    border 0px;
    color: maroon;
    text-decoration: none;
    font-weight: bold;
    display: block;;
    border-left-color: white; border-top-color: white;
     background-color: #ccc;
    width: 146px;
  }

  .navleft a:hover {
    height: 22px;
    margin: 1px;
    padding: 2px 2px 0px 1px;
    border 0px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;;
    border-left-color: white; border-top-color: white;
     background-color: gray;
    width: 146px;
  }


  .unten {
     
      padding: 2px 2px 0px 1px;
      left: 3px;
      top: 500px;
      width: 90px;
      }

   * html td#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 155;
  }
