/* ***************************** */
/* ******* Allgemeines ********* */
/* ***************************** */
form { 
  display: inline; 
}

select,
input.radio,
input.checkbox,
input.submit {
  cursor: pointer;
  font-size: 12px;
}

input,
select,
textarea,
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
  background-color: #fff !important;
}
div#suche select {
  width: 130px;
}
div#suche input {
  width: 134px;
}