/*  Das CSS für das Formular befindet sich in CSS für Hauptseite wegen der Ausrichtung!!! */

#Formular_Beschriftung{
	font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight:100;
	text-decoration:none;
	line-height: 20px;
	letter-spacing: 1px;
}
#Formular_Beschriftung a{
	font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight:100;
	text-decoration:none;
	line-height: 20px;
	letter-spacing: 1px;
}
#Formular_Beschriftung a:visited{
	color: black;
}
#Formular_Beschriftung a:hover{
	color: grey;
}
.radiobutton{
	font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight:100;
	text-decoration:none;
	line-height: 20px;
	letter-spacing: 1px;
}
td span{
	font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight:100;
	text-decoration:none;
	line-height: 20px;
	letter-spacing: 1px;
}
#nachricht{
	font-family: arial;
	font-size: 12px;
	color: black;
}
#input_field{
	border: 1px solid #573c3c;
	background: white;
	color:black;
	font-family: arial;
	font-size: 13px;
}