/* CSS layout */


body {
  font-family:Arial;
  font-size:12px;
  color:#000000;
}

td {
  font-family:Arial;
  font-size:12px;
  color:#000000;
}


a {color:#000000; text-decoration:none;}
a:hover {color:#000000; text-decoration:none;}



h1 {
  font-family:Arial, Times New Roman, Times, serif;
  font-size:14px;
  font-weight:bold;
  color:#000000;
  margin:0px;
  padding:0px;

}


hr{
  background-color:#FFFFFF;
  color:#000000;
  border:1px dotted #000000;
  height:1px;
  width:100%;
}



.liste {
  width:660px;
}

.liste_kopf {
  background-color:#000000;
  color:#FFFFFF;
}
 
.liste_hell {
  background-color:#FFFFFF;
}

.liste_dunkel {
  background-color:#CCCCCC;
}