.clear {
  clear: both;
}
.left {
  float: left;
}
.small {
  font-size: 9px;
}
.error {
  color: red;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}
#pollenwrap {
  float: left;
  width: 570px;
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica,sans-serif; 
  /*border: 1px solid red;*/
}
#pollenwrap h1 {
  font-size: 13px; 
  text-decoration: none;
  color: #ff6600;
}
#pollenwrap label,
#pollenwrap input {
  float: left;
  margin-top: 5px;
} 
#pollenwrap label {
  width: 100px;
}
#searchform,
.suchergebnis {
  width: 275px;
  float: left;
}
.suchergebnis table{
  border: 1px solid #dbdbdb;
  border-collapse: collapse;
}
.suchergebnis table td {
  vertical-align: top;
  width: 120px;
  padding: 1px;
  font-size: 10px;
  font-family: Verdana,Arial,Helvetica,sans-serif; 
}
.suchergebnis table td.spacer {
  line-height: 10px;
  margin: 0;
  padding: 0;
}
.suchergebnis .art {
  background-color: #dbdbdb;
  padding-left: 10px;
}
.suchergebnis .ergebnis {
  text-align: right;
  padding-right:10px;
}
.suchergebnis .null {
  background-color: white;
}
.suchergebnis .eins {
  background-color: #ADFF2F;
}
.suchergebnis .zwei {
  background-color: orange;
}
.suchergebnis .drei {
  background-color: red;
}

