/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Überschrift1 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	color: rgb(167,167,167)
}

.Überschrift3 {
	font-family: "Lato Black",  sans-serif;
 	font-size: 14px;
 	text-transform: none;
 	color: rgb(0,102,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	font-variant: normal
}

H3 {
	font-family: "Lato Black",  sans-serif;
 	font-size: 20px;
 	color: rgb(0,102,51);
 	font-weight: normal;
 	font-style: normal
}