/* kontaktformular */
.formular {
 margin:0px auto;
 width:480px;
 border:1px solid #000000;
 text-align:left;
}
.fehler {
 color:#FF3300;
 text-align:left;
}
.box {
 margin-top:10px;
}
.um {
 margin-left:105px;
}
.bez {
 float:left;
 text-align:left;
 width:9.5em;
 line-height:25px;
}
input {
 margin-top:5px;
}
.nachricht {
 clear:both;
 text-align:center;
}
.copy {
 font-size:10px;
 position:relative;top:30px;
}