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

/* ALLGEMEINES */
body { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; color : #000000; background-image: none; background-repeat: repeat; background-attachment: scroll; }

/* 1. UEBERSCHRIFT */
h1 { font-size : 16px; text-align: left; letter-spacing: 2px; padding-left: 30px; }

/* TEXTABSaeTZE */
p { text-align: left; padding-left: 30px; }
p.meldung {
font-weight: bold;
color: #666666;
}
/* Link normal */
A:link {
color : #336699;
text-decoration : none;
}
/* Besuchter Link */
A:visited {
color : #CC6600;
text-decoration : none;
}
/* Aktiver Link */
A:active {
color : #0099CC;
text-decoration : none;
}
/* Link bei Mausber&uuml;hrung */
A:hover {
color : #0099CC;
text-decoration : underline;
}

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

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 {
width: 40%;
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;
}