<!--Farbdefinitionen für dieses Angebot
		R		G		B
-------------------------------------------------------------
Blau	50		50		255		#3333FF
Grün	0		255		100		#00FF66
Rot		255		0		100		#FF0066
gelb	255		255		50		#FFFF33
------------------------------------------------------------
Vollton oder 30% Deckung
bei Verläufen 25% Blau, 50% grün, 25% blau --->


body         { font-family: Arial; font-size: 10pt }

p            { font-family: Arial; font-size: 10pt }

td           { font-family: Arial; font-size: 10pt }

h1           { font-family: Arial; font-size: 14pt; font-weight: bold; color: #0000FF; 
               line-height: 100% }
h2           { font-family: Arial; font-size: 12pt; font-weight: bold; color: #0000FF}

h3           { font-family: Arial; font-size: 10pt; color: #FF0000; font-weight: bold }
ul           { font-size: 10pt; text-indent: 6pt; list-style-type: disc; margin-left: 3pt }


A	 {font-family : Arial; font-style : normal; text-decoration : underlinde; color : #000000}

A:link  {font-family : Arial; font-style : normal;  text-decoration: underlinde; color : #FF3300}
	
	
	
}

A:active  {
	color : #000000;
}

A:visited  {
	color : #FF3300;
}

A:hover  {
	color :#FF0000 ;
	font-weight: bold}


