/* CSS-Datei fuer Fusion Site */
/* Teil A fuer das Navigationsfenster */

/* fuer body etc. */
body { 
	margin-top: 			10px; 
	margin-bottom:		10px; 
	margin-left:			10px; 
	margin-right:			10px;
	background-color: #000000;
}

/* fuer text */
p 	{font-family:		Verdana, Arial, Helvetica, sans-serif;
		font-size: 			10pt;
		color: 		 			#000000;
		text-align:			justify;
		}

/* fuer text */
p.d	{font-size: 		7pt;
		color: 		 			#AAAAAA;
		text-align:			center;
		}
		
/* dies ist fuer die gelben Linien notwendig  */
/* fuer Netscape unbedingt border angeben !!! */
p.n	{color: 		 			#000000;
		width:						200%;
		background-color:	#FFBB33;
		border-style:			none; 
		border-width:			1px; 
		border-color:			#FFBB33;
		padding: 					0px;
		margin-top: 			10px;
		margin-bottom: 		6px;
		}

/* wie oben mit Abstand vorher 10 px*/
/* fuer Netscape unbedingt border angeben !!! */
p.mg {color:					#AAAAAA;
			margin-left:		10px;
			font-size:			14pt;
			margin-bottom: 	0px;
			margin-top: 		10px;
			}

p.mk	{color:					#AAAAAA;
			margin-left:		20px;
			margin-top:			5px;
			margin-bottom:	5px;
			font-size:			9pt;
			}


/* fuer links */
A 					{text-decoration: none;}
A:visited 	{color : #AAAAAA;}
A:active 		{color : #FFFFFF; text-transform:uppercase;}
A:hover 		{color : #ffbb33; font-weight:normal; text-transform:uppercase;}
A:link 			{color : #AAAAAA;}

