/* CSS Document */
form {
  width:613px;
  height:auto;
  background-color:#DACDB1;
  font-size:11px;
}
fieldset {
  border:none;
  padding:0;
  margin:0;
  margin-left:50px;
  width:570px;
}
.buttonreset {
 /* width:110px;*/
  margin-right:20px;
}
.buttonsenden {
  /*width:60px;*/
}
.buttonsenden, .buttonreset {
  float:left;
  margin-bottom:20px;
}
.buttonsenden input, .buttonreset input {
  color:#fff;
  font-weight:bold;
  border:none;
  height:25px;
  padding-bottom:2px;
  outline:none;
}
.buttonsenden input {  
  width:116px;
  background-image:url(../img/senden.png);
}
.buttonreset input {
  width:126px;
  background-image:url(../img/eingabe.png);
}
.error, .error div {
  color:#A2171A;
  font-weight:bold;
  font-size:14px;
  clear:both;
}
.error {

}
.mailform { 
  margin-bottom:20px;
  float:left;
}
label {
  position:absolute;
}
.rahmen {
  float:left;
  margin-top:40px;
  margin-bottom:10px;
}
.nachricht {
  margin-bottom:50px;
}
input, textarea {
  margin-left:0;
  border:1px solid #403A2E; 
}
input {
  height:25px;
  margin-top:5px;
}
textarea, .rahmen input {
  margin-top:20px;
  margin-right:30px;
}
