/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Stern {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: medium;
 	color: rgb(255,0,0);
 	font-weight: bold
}

.Bezeichnung {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: xx-small;
 	font-style: italic
}

.Anmerkungen {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: xx-small;
 	font-weight: normal;
 	font-style: normal
}

.Eingabefeld {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: xx-small;
 	font-weight: normal;
 	font-style: normal;
 	border: 1pt solid rgb(127,153,179)
}

.BezeichnungPflichtfeld {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: 8pt;
 	font-weight: bold
}

.LinkWeiß {
	font-size: 8pt;
 	color: rgb(255,255,255);
 	vertical-align: baseline;
 	text-decoration: underline
}

.TextObject {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: x-small
}

.BezeichnungGruppe {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: small;
 	font-weight: bold;
 	font-style: italic
}

.RadioAuswahlfeld {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: xx-small;
 	font-weight: normal;
 	font-style: normal;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Pflichtfeld {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: xx-small;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	border: 1pt double rgb(0,0,0)
}

.TextNavBar {
	font-size: 8pt;
 	color: rgb(255,255,255);
 	vertical-align: baseline;
 	text-decoration: underline
}
