/******** Kontaktformular *********/

table#contact {
  width: 300 px;
  font-size: 1.3em;
}
 
input, textarea { 
  width: 259px; 
  font-size: 0.9em;
  color: #444;
  border: 1px solid #9b0363;
}

.submit { 
  font-family: calibri; font-size: 0.9em;;
  width: 127px;
  height: 25px;  
  cursor: pointer;
  background-color: #FFFFFF;
  color: #444;
}