td { 
  font-family:Arial;font-size:9pt
}

#fusszeile {
   font-size: 80%;      /*kleiner als in body definiert */
   font-style: normal;  /* normale Schrift, nicht kursiv */
   letter-spacing: 2px; /* Abstände zwischen den Buchstaben */

   position:absolute;

   width: 95%;
   padding-top: 5px;
   border-top: 2px solid #9C9C9C;
   margin-top: 5px;
   margin-left: 50px;
   clear: both;
}
.impressum {
   color: #FF0000;
}
