/*
CSS Formatierungen für das Grundlayout der Seite
Diese Teile werden statisch in TYPO3 eingeladen und unverändert ausgegeben
*/

form#mailform {
  background: #ffffbb;
  border: 1px solid silver;
  width:  445px;
}


form#mailform input, form#mailform textarea {
  border: 1px solid silver;
  width:  240px;
}

form#mailform input#mailformformtype_mail {
  background: #ff5555;
  width:      245px;
  border:     1px solid #777;
}

form#mailform  img {
  margin-right:  40px;
  margin-bottom: 10px;
}
