/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.senden {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 9px;
 	color: rgb(200,23,23);
 	text-align: center;
 	border: 2px double rgb(200,23,23)
}

.feldname1 {
	font-size: 10px;
 	color: rgb(128,128,128);
 	text-align: right;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.feldname {
	font-size: 10px;
 	color: rgb(128,128,128);
 	text-align: right
}

.eingabe {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	border: 1px solid rgb(128,128,128);
 	margin: 0px 0px 0px 5px;
 	width: 250px
}
