/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Waüberschrift {
	font-family: "Century Gothic",  Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12pt;
 	color: rgb(51,204,51);
 	font-weight: bold
}

.Walurba {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

.Linktext {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(51,204,51);
 	font-weight: bold;
 	text-decoration: none 
}