/*fix default browserspaces between elements*/
/*deaktiviert, da probleme mit listen im text
* {
  padding:0px;
  margin:0px;
}
*/

#formular h1 {
  font-size: 14px;
  font-weight:bold;
  background:#F4F4F4;
  display:block;
  padding:5px;
  border-bottom: 1px dotted #333;
  margin-bottom:10px;
}
#formular a:link, #formular a:visited, #formular a:active {
  color: #666666;
  text-decoration: none;
}
#formular a:hover {
  text-decoration: underline;
  color: #333333;
}
label {
  float:left;
  clear:both;
  display:block;
  width:120px;
  margin-bottom:10px;
}
.label_rechts {
  font-size: 12px;
  width:300px;
  margin-left:120px;
}
.label_small {
  font-size: 11px;
}
input, textarea, select {
  float:left;
  display:block;
  width:300px;
  border: 1px solid #999;
  background:#F4F4F4;
  font: 12px Arial, Helvetica, Geneva, sans-serif;
  margin-bottom:10px;
  padding:1px;
}
#suche input {
  width:150px;
}
.input_rechts {
margin-left:120px;
}

#strasse  {
width:240px;
margin-right:6px;
}

#haus_nr  {
width:50px;
}

#plz  {
width:50px;
margin-right:6px;
}

#ort  {
width:240px;
}

.invisible {
	display: none;
}

 
/*clearing all floats and fix Firefox and IE backgroundcolor-bug */
div.clearer {
  clear:both;
  font-size:1px;
  line-height:1px;
  display:block;
  height:1px;
}
.form-button {
  margin-left:120px !important;
  margin-left:85px; /*to fix IE6 position*/
  width:auto;
  clear:both;
}
.option {
  border:none;
  background:none;
  width:auto;
}
fieldset {
  border:none;
  padding-left:120px;
  padding-bottom:10px;
  display:block;
  clear:both;
}
fieldset input {
  width:auto;
  border:none;
  background:none;
  float:left;
  display:block;
  margin-right:10px;
  margin-top:3px !important;
  margin-top:0px; /*to fix IE6 position*/
}
fieldset label {
  width:auto;
  clear:none;
  float:left;
  display:block;
  padding-right:2px;
  white-space:nowrap; /*to fix IE6 wrapping*/
}

