 h1
 {  text-align: center;

 }

 body
 {
   font-size: 15px;
   background-color:#ABABAB;
   font-family : Verdana,Helvetica;
   margin:1px;
   margin-top:20px;
   padding:0px;
   /*background-image: url(hg.jpg);*/
   background-attachment: fixed;
   color:darkblue;
 }


 div.titel
 {
   font-size: 22px;
   background-color: Silver;
   color: midnightblue;
   font-weight: bold;
   text-align: center;
}

 a
 {  color: #ff0000;
    text-decoration:none;
    background-repeat: no-repeat;
 }
 a.mail
 {  padding:0px
    width:20px;
    height:20px;
    background-image: url(emoff.gif);
 }
 a:hover.mail
 {  padding:0px
    width:20px;
    height:20px;
    background-image: url(emon.gif);

    text-decoration:none;
 }
 a.zu
 {  padding:0px
    width:20px;
    height:20px;
    background-image: url(zoff.gif);
 }
 a:hover.zu
 {  padding:0px
    width:20px;
    height:20px;
    background-image: url(zon.gif);
    text-decoration:none;
 }
 table
 {  width:600px;
    margin:0px;
    padding:0px;
    border-style:solid;
    border-width:0px;
    border-color:transparent;
    /*background-color:royalblue;*/
 }

 table.titel
 {  border-color:black;
 }
 tr
 {  margin:0px;
    padding:0px;
 }
 td
 {  font-size: 15px;
    margin:0px;
    padding-top:0px;
    background-repeat: no-repeat;
    height: 23px;
    text-align: justify;
 }
 td.t50
 {  width: 50%;
    text-align: left;
    font-size: 15px;
    margin:5px;
    padding:5px;
 }
 td.b50
 {  width: 50%;
    text-align: center;
 }
 td.titel
 {
    font-size: 12px;
    margin:0px;
    padding-top:0px;
    text-align: center;
    font-weight: bold;
    width: 200px;
    height: 23px;
    background-color: #edf3f8;
 }
 th
 {
   background-color: Silver;
   font-size: 16px;
   color: midnightblue;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
 td.artikel
 {
    width:100%;
 }
 td.kl
 {  width:200px;
 }

 td.text
 {  font-size: 12px;
    margin:5px;
    padding:5px;
 }

 fieldset
 {
    font-size: 15px;
 }
 img
 {
   margin:5px;

 }
 legend
 {  color: #404080;
    font-size: 15px;
    text-align: justify;
  }
