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



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

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

input#firma {
  border     : 1px solid #162D8B;
  background : #ffffff;
  width      : 250px;
  height     : 20px;
  margin-left: 24px
}
input#abteilung {
  border     : 1px solid #162D8B;
  background : #ffffff;
  width      : 250px;
  height     : 20px;
  margin-left: 2px
}
#strasse {
  border     : 1px solid #162D8B;
  background : #ffffff;
  width      : 250px;
  height     : 20px;
  margin-left: 20px
}

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

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

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

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

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

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




