/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.feldnamen {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10px;
 	color: rgb(51,51,51);
 	text-align: right;
 	border-left-style: none;
 	border-top-style: none;
 	margin-right: 10px;
 	border-right-style: none;
 	border-bottom-style: none
}

.fieldset {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	border: 1px solid rgb(0,51,153)
}

.eingabe {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	padding-left: 5px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 250px
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.legend {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	color: rgb(128,0,0)
}

.nachricht {
	padding-left: 10px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 250px;
 	overflow: hidden
}

.button {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10px;
 	color: rgb(0,0,0);
 	text-align: center;
 	background-color: rgb(255,255,204);
 	border: 1px solid rgb(128,128,128);
 	padding: 2px
}
