/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Beschriftung {
	text-align: right;
 	background-color: rgb(192,192,192);
 	border-left-style: none;
 	margin-top: 5px;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Eingabefeld_Anrede {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	text-decoration: none ;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 60px
}

.Eingabefeld {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	text-decoration: none ;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 500px
}

.mzEingabefeld {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	text-decoration: none ;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 500px;
 	overflow: auto
}

.Button {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	text-decoration: none ;
 	width: 200px
}