#contentliste th {
  font-size: 11px;
  color: #FFFFFF;
  background: #6F93AC;
  height: 24px;
  margin: 4px;
}
#infobittable th {
  background: #FFFFFF;
}
#contentliste td {
  font-size: 11px;
  color: #000000;
  height: 24px;
  margin: 4px;
}
#contentliste .listeblau, #contentliste .listeweiss {
  background:#DEEDF7;
  cursor:hand; /* fuer alte ie */
  cursor:pointer;  /* fuer neue browser */
}
#contentliste .listeweiss {
  background: #FFFFFF;
}
#contentliste .orange {
  color: #FF7800;
}
#listhighlight a:hover {
  background: red;
}
#htdigliste {
  background: #DEEDF7;
  cursor:pointer;
}
#htdigliste td {
  padding: 4px 0px 4px 0px;
  display: table-cell;
}
#htdigspacer td {
  padding: 0px;
  height: 2px;
  background: white;
  display: table-cell;
  cursor:normal;
}
#htdighit {
  width: 35px;
  color: #FFFFFF;
  font-size: 3em;
}

