/* Kontakformular: Contact me, Version 2.4
http://www.webmaster-inside.net, (c) 2006 */

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

p.meldung {
font-weight: bold;
color: #666666;
}

.td_text {
width: 100px;
font-size:12px;
color:#194C9F;
}

.td_form {
width: 200px;
font-size:12px;
color:#194C9F;
}



input.feld {
width: 100%;
}

/* Zeichenzähler */
.counter {
width: 50px;
border-width: 0px;
text-align: left;
background-color: #FCF197;
font-size:12px;
color:#194C9F;
cursor: default;

}

.button {
width: 40%;
font-weight: bold;
}


/* 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;
}