/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.logon {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	text-transform: none;
 	color: rgb(102,51,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	font-variant: normal
}

.Listeneintrag {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	text-transform: none;
 	color: rgb(102,51,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	font-variant: normal;
 	background-color: transparent;
 	border-left-style: none;
 	margin-top: 0px;
 	border-top-style: none;
 	border-right-style: none;
 	margin-bottom: 0px;
 	border-bottom-style: none
}