/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.linkfettgroß {
	font-size: 12pt;
 	color: rgb(255,102,51);
 	font-weight: bold;
 	text-decoration: underline
}

UL {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	list-style-type: circle
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

OL {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(231,121,25);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline;
 	background-color: transparent
}
