/* CSS Document */
fieldset {
   border:none;
   padding:10px;
   margin:0;
   color:#343434;
   margin-top:10px;
   background:#EDEDED none repeat scroll 0 0;
   border:1px solid #E6E6E6;
}
form, fieldset {
   width:657px;
}
#mailformIhre_Nachricht, .mailform input {
   position:absolute;
}
.mailform {
   text-align:right;
   width:120px;
   margin-bottom:22px;
}
.mailform label {
   margin-top:10px;
}
.mailform input {
  background-color:#F7F7F7;
  border:1px solid #E6E6E6;
  color:inherit;
  font-family:inherit;
  font-size:inherit;
  height:25px;
  padding:0;
  margin-left:20px;
}
.mailformkunde, .mailformnews {
  width:330px;
  color:#000;
  margin-left:145px;
}
.mailformkunde {
   margin-top:25px;
}
.mailformnews {
   margin-bottom:25px;
}
textarea {
   width:390px;
   height:180px;
   background-color:#F7F7F7;
   border:1px solid #E6E6E6;
   margin-top:17px;
   padding:5px;
}
.buttonsenden input {
   width:91px;
   border:none;
   color:#fff;
   background-image:url(../img/typo/button_send.png);
   height:21px;
   margin-top:15px;
   background-position:1px 1px;
   background-repeat:no-repeat;
  
}
#check {
   margin-right:10px;
   margin-top:4px;
}
.error, .error div {
    clear:both;
    color:#A2171A;
    font-size:12px;
    font-weight:bold;
}