/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.feldnamen {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	color: rgb(254,237,13);
 	font-weight: bold;
 	text-align: right;
 	border-left-style: none;
 	border-top-style: none;
 	padding-right: 25px;
 	border-right-style: none;
 	border-bottom-style: none
}

.erklaerung {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 20px;
 	font-weight: normal;
 	font-style: normal;
 	border-left-style: none;
 	border-top-style: none;
 	padding-right: 20px;
 	border-right-style: none;
 	border-bottom-style: none
}

.fieldset {
	border: 2px solid rgb(255,127,1)
}

.eingabe {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	padding-left: 10px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 500px
}

.legend {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 20px;
 	color: rgb(255,127,1);
 	font-weight: bold;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.nachricht {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	padding-left: 10px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 500px;
 	overflow: hidden
}

.TextNavBar {
	font-size: 14px;
 	color: rgb(255,204,153);
 	font-weight: bold;
 	font-style: italic
}

.button {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(254,237,13);
 	border: 1px solid rgb(254,237,13);
 	padding-top: 2px;
 	padding-bottom: 2px
}
