

/* TEXTABSÄTZE */
p {
text-align: center;
}
p.meldung {
FONT-FAMILY: tahoma, arial, helvetica;
font-weight: bold;
FONT-SIZE: 14;
}

.form_input_kontakt
{
	COLOR: #FFFFFF;
	FONT-FAMILY: tahoma, arial, helvetica;
	FONT-SIZE: 10;
	FONT-WEIGHT: bold;
	border: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #3565bc;
}

.form_label_kontakt
{
	COLOR: #000000;
	FONT-FAMILY: tahoma, arial, helvetica;
	FONT-SIZE: 10;
	FONT-WEIGHT: bold;
	border: 1px;
}

.form_headline_kontakt
{
	COLOR: #3565bc;
	FONT-FAMILY: tahoma, arial, helvetica;
	FONT-SIZE: 14;
	FONT-WEIGHT: bold;
	border: 1px;
}


.button {
	width: 40%;
	font-weight: bold;
	background-color: #3565bc;
}

/* Eingabefeld für Nachricht */
textarea {
	font-size: 12px;
	color: #FFFFFF;
	FONT-FAMILY: tahoma, arial, helvetica;
	width: 85%;
	height: 80px;
	border: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #3565bc;
}

/* Markierung bei nicht ausgefülltem Pflichtfeld */
span.markiert {
color: #D3313A;
FONT-FAMILY: tahoma, arial, helvetica;
font-weight: bold;
}
/* Unterstreichung eines Teils der Fehlermeldung */
span.unterstrichen {
text-decoration: underline;
color: #D3313A;
FONT-FAMILY: tahoma, arial, helvetica;
font-weight: bold;
FONT-SIZE: 12;
}

span.default_cursor {
cursor: default;
}
