@charset "utf-8";
/* CSS Document für die Formatierung des Kontaktformulars*/

#Beschriftungsfelder {
	display: block;
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-left: 10px;
	color: #009036;
}


#Nachrichtenfeld {
	margin-left: 10px;
	color: #009036;

}

#l-kurs{
	margin-top: 3px;
	margin-bottom: 14px;
	height: 20px;
}

#l-titel {
	margin-top: 3px;
	margin-bottom: 14px;
	height: 20px;
}
#l-vorname {
	margin-top: 3px;
	margin-bottom: 14px;
	height: 20px;
}
#l-nachname {
	margin-top: 3px;
	margin-bottom: 14px;
	height: 20px;
}
#l-strasse {
	margin-top: 3px;
	margin-bottom: 14px;
	height: 20px;
}
#l-plz {
	margin-top: 3px;
	margin-bottom: 14px;
	height: 20px;
}
#l-ort {
	margin-top: 3px;
	margin-bottom: 14px;
	height: 20px;
}
#l-telefon {
	margin-top: 3px;
	margin-bottom: 14px;
	height: 20px;
}
#l-email {
	height: 20px;
	margin-top: 3px;
}
#sendebutton {
	margin-left: 170px;
	color: #009036;
}
#Kontaktformular {
	margin-left: 50px;
}
#eingabefelder #Titel {
	margin-bottom: 8px;
	height: 22px;
}
#eingabefelder #Vorname {
	margin-bottom: 8px;
	height: 22px;
}
#eingabefelder #Nachname {
	margin-bottom: 8px;
	height: 22px;
}
#eingabefelder #Strasse {
	margin-bottom: 8px;
	height: 22px;
}
#eingabefelder #Postleitzahl {
	margin-bottom: 8px;
	height: 22px;
}
#eingabefelder #Ort {
	margin-bottom: 8px;
	height: 22px;
}
#eingabefelder #Telefon {
	margin-bottom: 8px;
	height: 22px;
}
#eingabefelder #email {
	margin-bottom: 8px;
	height: 22px;
}
#kontrolle {
	margin-left: 60px;
	margin-top: 20px; 
	margin-bottom: 20px;
    color: #009036;
}
#chrono_verification {
	margin-top: 17px;
	height: 22px;
}

#eingabefelder #Kurs {
	margin-bottom: 8px;
	height: 22px;
}

.chronoform {
	text-align: right;
}
.chronoform:link, .chronoform:visited {
	color: #ffffff;
	display: block;
}
.chronoform:active, .chronoform:hover {
	color: #ffffff;
	text-decoration: none;
}
