/* = = = = = = = = = = = = = = = = andrebreitling.de = = = = = = = = = = = = = = = =  */

/* - - - Kontaktformular - - -  */
/* Tabelle linke Spalte*/
.contactSubjectTd{
	height: 30px;
	text-align: right;
	border: 0px solid #000000;
}
/* Tabelle reche Spalte*/
.contactInputTd{
	text-align: left;
	border: 0px solid #000000;
}
/* Eingabefelder */
.contactField{
	width: 200px;
	background-color: #eeeeee; 
	border: 0px solid #000000;
}
/* Textfeld */
.contactTextarea{
	width: 18em;
	height: 10em;
	font-family:Arial;
	background-color: #eeeeee; 
	border: 0px solid #000000;
}
/* Schaltfläche A b s e n d e n */
input[type="submit"] {
	margin-top: 3em;
	margin-left: 8em;
	font-size: 14px; padding: 5px 10px; 
	font-family:Arial;
	font-weight: 300;
	border: 1px;
	border-radius: 15px;
	background-color: #ff9900;
}
/* - - - Kontaktformular Ende - - -  */

