
/* Über die folgenden Angaben können Sie das Aussehen Ihres Kontaktformulars ändern.
Die StyleSheets können beliebig ergänzt werden */

/* Tabellen-Eigenschaften */
table  { margin-right: auto; margin-left: 0; border-width: 0 }

td {
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
}

.td_text {
width: 150px;
}

.td_form {
width: 200px;
}

/* Form-Tag */
form {
display: inline;
}

/* Eingabefelder und Button */
input {
font-size: 12px;
background-color: #FFFFFF;
color: #000000;
}
input.feld {
width: 100%;
}

/* Zeichenzähler */
.counter {
width: 50px;
border-width: 0px;
text-align: left;
background-color: #FFFFFF;
color: #000000;
cursor: default;
}

.button  { font-weight: bold }

/* Eingabefeld für Nachricht */
textarea {
font-size: 12px;
background-color: #FFFFFF;
color: #000000;
width: 100%;
height: 120px;
}

/* Markierung bei nicht ausgefülltem Pflichtfeld */
span.markiert {
color: #CC3300;
font-weight: bold;
}
/* Unterstreichung eines Teils der Fehlermeldung */
span.unterstrichen {
text-decoration: underline;
}

span.default_cursor {
cursor: default;
}