div#kontaktform {
  border: 1px solid #bbb;
  background-color: #eee;
  margin: 3em auto;
  padding: 1em;
}

div#kontaktform table {
  width: 100%;
}

div#kontaktform input {
  background-color: white;
  border: 1px solid #bbb;
  height: 1.3em;
  width: 90%;
}

div#kontaktform textarea {
  background-color: white;
  border: 1px solid #bbb;
  font-family: Arial,sans-serif;
  width: 96%;
  height: 8em;
  resize: none;
  white-space: normal;
  overflow: auto;
  font-size: 0.9em;
}

div#kontaktform input[type="submit"] {
  border-top: 1px solid #DDD;
  border-right: 1px solid #333;
  border-bottom: 1px solid black;
  border-left: 1px solid #DDD;
  padding: 0.3em;
  text-align: center;
  vertical-align: center;
  background-color: white;
  height: 2em;
  width: 10em;
}
