/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Bildunterschrift {
	font-family: Helvetica, sans-serif;
 	font-size: 12px;
 	text-transform: none;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	font-variant: normal;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.aufzaehlung {
	font-family: Helvetica, sans-serif;
 	font-size: 14px;
 	text-transform: none;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	font-variant: normal;
 	list-style-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.ueberschrift {
	font-family: Helvetica, sans-serif;
 	font-size: 28px;
 	text-transform: none;
 	color: rgb(0,102,255);
 	font-weight: bold;
 	text-decoration: none ;
 	font-variant: normal;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}
