/* Formularseite */

form.kontaktform {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  }

form.kontaktform table {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(46, 49, 146);
  /* background-color: rgb(240, 240, 240); */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  }

form.kontaktform table td {
  white-space: no-wrap;
  text-align: left;
  }

form.kontaktform input {
  border-width: 1px;
  border-color: rgb(46, 49, 146);
  border-style: solid;
  background-color: rgb(235, 235, 235);
  }

form.kontaktform input.sendbutton {
  width: 120px;
  height: 30px;
  background-image: url(../images/absenden.png);
  background-repeat: no-repeat;
  background-position: center center;
  }
  
form.kontaktform textarea {
  border-width: 1px;
  border-color: rgb(46, 49, 146);
  border-style: solid;
  background-color: rgb(235, 235, 235);
  }
  
/* Bestaetigungs-Seite */
table.kontakt {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  }
  