/* Text-Optionen*/

.klein      {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #22539F;
	text-decoration: none;
}

.klein-fett     {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.mittel      {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #22539F;
	text-decoration: none;
}


.mittel-fett     {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #22539F;
	text-decoration: none;
}


.gross      {
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.gross-fett     {
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #22539F;
	text-decoration: none;
}


.sehr-gross-fett     {
	font-family: Helvetica, sans-serif;
	font-size: 36pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.gross-fett-rot     {
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}




A:HOVER {
	font-family : Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color: #FF0000;
	text-decoration: none;
}
