/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.feldnamen {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	text-align: right;
 	border-left-style: none;
 	border-top-style: none;
 	margin-right: 20px;
 	border-right-style: none;
 	border-bottom-style: none
}

.fieldset {
	border: 1px solid rgb(251,185,0)
}

.eingabe {
	border: 1px solid rgb(251,185,0);
 	padding-left: 5px
}

.legend {
	font-size: 14px;
 	color: rgb(251,185,0)
}

.button {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	font-weight: normal;
 	font-style: normal;
 	border: 1px solid rgb(251,185,0)
}
