html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Sans Serif;
    font-size: 12px;
    background: #FFFFFF url(Bilder/Design/HG.gif);
    text-align: center;
  }
#Menu{
    float: left;
    padding: 20px 0px 20px 20px;
    width: 180px;
    font-size: 12px;
  }
#Menu a{
    display: block;
    float: left;
    padding: 2px 0px 2px 10px;
    width: 160px;
    font-weight: bold;
    color: #0d5e01;
    text-decoration: none;
    border-top: 1px solid #747474;
  }
#Menu a.Sub{
    padding-left: 20px;
    font-size: 11px;
    width: 150px;
    font-weight: normal;
    border-top: 1px dotted #747474;
  }
#Menu a.Letzte{
    border-bottom: 1px solid #747474;
 }
#Menu a:hover{
    background: #EFEFEF;
  }
#TabelleSeite{
      width: 950px;
      height: 100%;
      background: #FFFFFF;
      margin: auto;
      text-align: left;
  }
#Ueberschrift{
    margin: 10px 0 10px 0;
    padding: 2px 10px 2px 0px;
    background: url(Bilder/Design/HG_Ueberschrift.jpg) no-repeat top right;
    text-align: right;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
  }
#Inhalt{
    float: right;
    padding: 0px 20px 20px 0px;
    width: 710px;
    font-size: 12px;
   }
td{
  font-family: Arial;
  font-size: 12px;
  }
input.Text, textarea, select{
  width: 100%;
  border: 1px solid #808080;
  font-family: Courier New;
  font-size: 12px;
  font-weight: normal;
  }
input.Text:focus, textarea:focus{
  border: 1px solid #000000;
  }
