/***** Kontaktformular *************************************************************************/

form {
 margin-top: 1em;
 }

form > div {
 overflow: hidden;
 }

label, input, textarea, img {
 float: left;
 }

label {
 clear: left;
 padding-top: .5em;
 width: 100px;
 color: #2D435B;
 }

input, textarea {
 border:  0;
 color: #2D435B;
 font: 1em/1.0 verdana, arial, helvetica, sans-serif;
 margin-bottom: 1em;
 padding: 5px 9px 3px;
 }
 
input {
 background: url(../img/eingabefeld.gif);
 height: 23px; 
 width: 230px; 
 voice-family: "\"}"\";
 voice-family: inherit;
 height: 15px; 
 width: 212px;
 }
 
textarea {
 background: url(../img/kommentarfeld.gif);
 height: 158px; 
 width: 360px; 
 voice-family: "\"}"\";
 voice-family: inherit;
 height: 150px;
 width: 325px;
 } 
 
 #senden {
 background: #cddf93;
 color: #2D435B;
 height: auto;
 text-decoration: underline;
 margin-left: 80px;
 width: 343px;
 border: 1px solid #808080;
 }
 
form img {
 margin: 1em 20em 1em 1em;
 display: block;
 }
  
 
div#kontakt {
 margin: 0 auto;
 width: 470px;
 background: #CDDF93 url(../img/div_top.gif) no-repeat;
 border: 1px solid #BFBA6B;
 padding: 2em 0 1em 1em;
}

p {
 margin: 0.2em 6em;
 color: #2D435B;
 text-align: center;
 }

.text-red {
 color: red;
 text-align: center;
 }

