#suche form {
  padding: 0;
  margin: 0;
}

#suche {
  border-top: 1px solid #4AADA5;
  border-bottom: 1px solid #4AADA5;
  padding: 6px 0px 6px 10px;
  background-color: #BDE7DE;
  color: #52636B;
  background: transparent;
  color: #666;
  border: 1px solid #bebebe;
}

#suche a, #suche a:hover {
  display: block;
  width: 160px;
  background: transparent url('../../images/icon_search_help.gif') right center no-repeat;
  color: #52636B;
  text-decoration: none;
}

#suche input, #suche select {
  width: 135px;
  color: #52636B;
  font-size: 12px;
  margin: 2px 2px 2px 0px;
  padding: 2px 0px 2px 5px;
  width: 108px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #bebebe;
  background: #fff;
  height: 16px;
}

#suche .ck_submit {
  width: 15px;
  height: 21px;
  background: transparent url(../../images/btn_submit.gif) left top no-repeat;
  border: 0;
  cursor: pointer;
  background: transparent url(../../images/btn_go.gif) left top no-repeat;
  width: 18px;
  height: 18px;
}

#suche select {
  width: 160px;
  padding: 1px 0px 1px 0px;
}