@charset "utf-8";
/* CSS Document */

#vorname {background-image: url(formular-hintergrund.jpg); padding-left: 2px; border-color: #FF9933; border-width: 1px; border-style: dotted;}
#vorname:focus { border-style: solid;}

#nachname {background-image: url(formular-hintergrund.jpg); padding-left: 2px; border-color: #FF9933; border-width: 1px; border-style: dotted;}
#nachname:focus { border-style: solid;}

#email {background-image: url(formular-hintergrund.jpg); padding-left: 2px; border-color: #FF9933; border-width: 1px; border-style: dotted;}
#email:focus { border-style: solid;}

#betreff {background-image: url(formular-hintergrund.jpg); padding-left: 2px; border-color: #FF9933; border-width: 1px; border-style: dotted;}
#betreff:focus { border-style: solid;}

#nachricht {padding-left: 2px; border-color: #FF9933; border-width: 1px; border-style: dotted;}
#nachricht:focus { border-style: solid;}



#submit { background-image: url(submit-button.jpg); border: none; height: 23px;}

#abbrechen { background-image: url(abbrechen-button.jpg); border: none; height: 23px;}


