html, body {
  background:     #ffffff;
  background-image: url("/bilder/kachel_grau.gif");
}
img {
  border:              none;
}
table{
  width:             100%;
}
table.border {
  border: 1px solid black;
  margin-top:        20px;
}


/* Klassen */
.border td {
  border:1px solid black;
}
.left {
  text-align:       left;
}
.td50 {
  width:             50%;
}
.zentriert {
  text-align:     center;
}
.li_gr {
  list-style-image:url(/bilder/pkt_grue.gif);
}