/*style.css*/
/*Stand: 25.12.2008*/
/*Q-Tech: Rudolf Kallenbach*/

body {
      font-family: arial, helvetica, serif;
      background-image: url("images/backall.gif");
      font-size : 14px;
     }

hl {
  font-family: arial, helvetica, serif;  
  font-size: 24px;
  font-weight: bold;
     }

h1 {
  font-family: arial, helvetica, serif;  
  font-size: 24px;
     }

h2 {
  font-family: arial, helvetica, serif;  
  font-size: 18px;
     }

h3 {
  font-family: arial, helvetica, serif;  
  font-size: 14px;
  font-weight: bold;
     }

p {
  font-family: arial, helvetica, serif;  
  font-size: 14px;
     }

td {
  font-family: arial, helvetica, serif;  
  font-size: 14px;
  border: 0.5px solid silver;
  vertical-align: top;
  padding: 4px;
  border-style: inset;
  border-width: 1.0px;
  
      }

table {
  width:100%;
  border-style: outset;
  border-width: 1.0px;
     }
