#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:100px;
  margin-bottom:10px;
}
.label_rechts {
  font-size: 12px;
  width:240px;
  margin-left:100px;
}
*html .label_rechts {
  margin-left:50px;
}
.label_small {
  font-size: 11px;
}
input, textarea, select {
  float:left;
  display:block;
  width:240px;
  border: 1px solid #ccc;
  background:#f9f9f9;
  font: 12px Arial, Helvetica, Geneva, sans-serif;
  margin-bottom:10px;
  padding:1px;
}
.input_rechts {
margin-left:100px;
}

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

#haus_nr  {
width:50px;
}

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

#ort  {
width:180px;
}

.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 {
  width:350px;
}
.form-button {
  margin-left:100px !important;
  margin-left:85px; /*to fix IE6 position*/
  width:auto;
  clear:both;
}
*html .form-button {
  margin-left:50px;
}
.option {
  border:none;
  background:none;
  width:auto;
}
fieldset {
  border:none;
  padding-left:100px;
  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*/
}
