/* Contact me - (c) webmaster-inside.net - style.css */

/* Ü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 : 12px;
	color : #99CCFF;
	background: #000066;
	background-color: #000066;
}

/* 1. ÜBERSCHRIFT */
h1 {
font-size : 28px;
text-align: center;
letter-spacing: 3px;
}

/* TEXTABSÄTZE */
p {
text-align: center;
}

/* Link normal */
A:link {
color : #FFFFFF;
text-decoration : none;
}
/* Besuchter Link */
A:visited {
color : #FFFFFF;
text-decoration : none;
}
/* Aktiver Link */
A:active {
color : #FFFFFF;
text-decoration : none;
}
/* Link bei Mausber&uuml;hrung */
A:hover {
color : #FFFFFF;
text-decoration : underline;
}

/* Tabellen-Eigenschaften */
table {
border-width: 0px;
width: 350px;
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;
width: 100%;
}

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

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

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