/* Überschrift der Contentseiten */ h1 { 	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #000000;  	//margin-top: 8px;	//padding-top: 8px;} /* normaltext */ .normal { 	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: normal;	color: #333333;  	//margin-top: 8px;	//padding-top: 8px;} /* Unterüberschriften der Contentseiten */ h3 { 	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	//margin-top: 25px; 	//padding-top: 25px; }    /* Links */ a, a:visited, a:active {font-family: Arial, Helvetica, sans-serif;			text-decoration: none;			font-size: 12px; 			font-weight: bold;			color: #333333; 			text-decoration: underline;} a:hover { 	color: #999999;		text-decoration: none;} .haupt {	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-VARIANT: normal}/* Links in der Hauptnavigation */ a.mainmenue, a.mainmenue:visited, a.mainmenu:active { 	color: #333333;						font-size: 11px;						font-weight: bold; 						text-decoration: none; } a.mainmenue:hover { 	color: #666666; 			text-decoration: underline; } /* Drucken-Link in der Hauptnavigation */ a.mainmenue-print, a.mainmenue-print:visited, a.mainmenue-print:active { color: #FFFFFF;									 text-decoration: none;									 font-weight: normal; } /* Links in der Subnavigation */ .submenue, .submenue:visited, .submenue:active{ 		font-family: Arial, Helvetica, sans-serif;							font-size: 11px;							color: #CCCCCC;							text-decoration: none;							font-weight: normal; }.submenue:hover { 	font-size: 11px;			color: #ffffff;			text-decoration: none;} a.extern, a.extern:visited, a.extern:active {	color: #000000;						font-size: 9pt;						text-decoration: none;}a.extern:hover {	color:#000066;			text-decoration: underline;		}a.back, a.back:visited, a.back:active {	color: #000000;						font-size: 11px;						text-decoration: none;						font-weight: normal; }a.back:hover {	color:#000066;			text-decoration: underline;			font-weight: normal; 		}