/* Formular ------------------------------------------------------------ */
label { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 120px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input.button {
  color: #FFF;
  background:url(../img/bg_technik.jpg) repeat-x top left;
  float: none;
  width: auto;
  padding:0px;
  cursor:pointer;
}

input, select {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#000;
  border:1px solid #999;
  width:220px;
  padding:1px 5px 1px 5px;
  margin-bottom:10px;
}

textarea{
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#000;
  border:1px solid #999;
  width:220px;
  padding:1px 5px 1px 5px;
  margin-bottom:10px;
}