td, li, div, input, select, textarea {
  font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}

A {
  color: red;
  text-decoration: none;
  font-weight: normal;
}

A:hover {
  color: #FF6600;
  text-decoration: none;
}

A.balk {
  color: white;
  text-decoration: none;
  font-weight: normal;
}

A.balk:hover {
  color: #FEEDB7;
  text-decoration: none;
}

img {
   behavior: url("pngbehavior.htc");
}

table { 
  empty-cells:show;
}

tr.dicht {
  display: none;
}

tr.open {
  display: table-row;
}

tr.open td {
  padding-bottom: 8px;
}

input.hits {
  text-align: center;
}

input.size {
  text-align: right;
}

input.radio {
  margin: 2px;
  width: 15px;
  height: 13px;
}

ul {
  margin-left: 0px;
  margin-top: 2px;
  margin-bottom: 0px;
  padding-left: 20px;
}

li {
  margin-bottom: 0px;
}

div.tooltip {
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
