/* CSS Styhlsheet für Kontaktformular Deutsch /Schriftgröße 11px */


#mitteilung {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width       : 450px;
  height      : 120px;
  margin-left : 0px
}

#name {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width	      : 250px;
  height      : 20px;
  margin-left : 21px;
}

#vorname {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width       : 250px;
  height      : 20px;
  margin-left : 5px
}

#firma {
  border	  : 1px solid #162D8B;
  background  : #ffffff;
  width		  : 250px;
  height	  : 20px;
  margin-left : 23px
}

#abteilung {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width		  : 250px;
  height	  : 20px;
  margin-left : 4px
}
#strasse {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width	      : 250px;
  height      : 20px;
  margin-left : 18px
}

#plz {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width       : 250px;
  height      : 20px;
  margin-left : 33px
}

#ort {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width       : 250px;
  height      : 20px;
  margin-left : 39px
}

#telefon {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width	      : 250px;
  height      : 20px;
  margin-left : 14px
}

#telefax {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width       : 250px;
  height      : 20px;
  margin-left : 16px
}

#email {
  border      : 1px solid #162D8B;
  background  : #ffffff;
  width       : 250px;
  height      : 20px;
  margin-left : 21px
}



