/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,153,102);
 	font-weight: normal;
 	font-style: normal
}

A:link {
	font-family: "Arial CE",  sans-serif;
 	font-size: x-small;
 	color: rgb(0,153,102);
 	font-weight: normal;
 	font-style: normal
}

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,153,102);
 	font-weight: normal;
 	font-style: normal
}

.pink_fett_gross {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(204,0,153);
 	font-weight: bold
}

P {
	font-family: "Arial CE",  sans-serif;
 	font-size: x-small;
 	font-weight: normal;
 	font-style: normal
}

A {
	font-family: "Arial CE",  sans-serif;
 	font-size: x-small;
 	color: rgb(0,153,102);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,153,102);
 	font-weight: normal;
 	font-style: normal
}
