/* Basic Stylesheet 2004-1  *//* letztes Update 01.01.2004*//* Links normal:		#00FFFF	(   /   /   )	Blau	*//* Links hover:			#999999	(153/153/153)	Grau	*//* Text normal:			#000000 (   /   /   )	Schwarz	*//* Ueberschriften h1,h2		#999999	(153/153/153)	Grau	*//* Standardtexte h3, h4		#000000 (   /   /   )	Schwarz	*//* Standardtexte h5		#00599C	(  0/ 89/156)	Logoblau*//* Seitenende h6		#00599C	(  0/ 89/156)	Logoblau*/a:link{	color: #00599C;	font-weight: bold;	text-decoration: none;}a:visited{	color: #00599C;	font-weight: bold;	text-decoration: none;} a:active {	color: #00599C;	font-weight: bold;	text-decoration: none;}a:hover{   	color: #999999;   	font-weight: bold;   	text-decoration: none;}body{	font-family: Verdana, Arial, Helvetica;	background-color: #FFFFFF;	color: #000000;	font-size: 10pt;}h1, h2, h3, h4, h5, h6{	font-family: Verdana, Arial, Helvetica;}/* Hauptueberschriften */h1{	color: #999999;	font-size: 12pt;	font-weight: bold;	text-align: left;}h2{	color: #999999;	font-size: 10pt;	font-weight: bold;	text-align: left;}/* Standardtexte */h3{	color: #000000;	font-size: 10pt;	font-weight: normal;	text-align: left;}h4{	color: #000000;	font-size: 8pt;	font-weight: normal;	text-align: left;}h5{	color: #00599C;	font-size: 7pt;	font-weight: normal;	text-align: left;}/* Seitenende */h6{	color: #00599C;	font-size: 7pt;	font-weight: normal;	text-align: right;}