/* CSS-Datei fuer Fusion Site */
/* Teil B fuer das Hauptfenster */

/* fuer body etc. */
body { 
	margin-top: 			15px; 
	margin-bottom:		10px; 
	margin-left:			15px; 
	margin-right:			10px;
	background-color: #F0F0F0;
}

/* fuer links */
A 					{color:	#333333; text-decoration: none; font-weight: bold}
A:visited 	{color: #888888;}
A:active 		{color: #555555;}
A:hover 		{color: #ffbb33; font-weight:bold}
A:link 			{color: #333333;}


/* fuer text */
h1,h2,h3,h4,h5,ul,ol,li,tr,td,th,i,p 
		{font-family: Verdana, Arial, Helvetica, sans-serif;	
		}

h1 	{font-size: 		26pt;
		color: 		 			#FFBB33;
		text-align:			right;
		font-weight:		normal;
		text-indent:		0px;
		}


p  	{font-size: 		10pt;
		color: 		 			#000000;
		width:					100%;
		text-align:			justify;
		margin-top:			10px;
		margin-bottom:	10px;
}

p.r	{text-align:		right;
		}	
/* Ueberschrift 2 */
p.h2{font-size: 		14pt;
		color: 		 			#333333;
		text-align:			left;
		text-indent:		0px;
		font-weight:		normal;
		margin-top:			10px;
		margin-bottom:	10px;
		}

p.h3{font-size: 		14pt;
		color: 		 			#000000;
		text-align:			left;
		text-indent:		50px;
		font-weight:		normal;
		}

/* nur fuer Text rechts oben */
p.h4{font-size: 			14pt;
		width:						100%;
		color: 		 				#FFBB33;
		text-align:				right;
		text-indent:			50px;
		font-weight:			normal;
		line-height:			100%;
		margin-bottom:		0%;
		}
		
/* fuer kleine Zwischenueberschriften */
p.h6{font-size: 		10pt;
		font-weight:		bold;
		color: 		 			#000000;
		width:					100%;
		text-align:			left;
		margin-top:			10px;
		margin-bottom:	0px;
}

p.t{font-size: 			8pt;
		color: 		 			#000000;
		text-align:			center;
		margin-top:			0px;
		margin-bottom:	0px;
}

/* fuer under construction */
p.uc{font-size: 		14pt;
		color: 		 			#000000;
		text-align:			center;
		margin-bottom:	30px;
		margin-top:			30px;
}

p.kc{font-size: 		8pt;
		width:					100%;
		color: 		 			#000000;
		text-align:			center;
		margin-top:			0px;
		margin-bottom:	2px;
		}

/* fuer Navigationslinks */
p.l	{font-size: 		10pt;
		width:					100%;
		color: 		 			#000000;
		text-align:			left;
		text-indent:		0px;
		margin-top:			5px;
		margin-bottom:	5px;
		}

/* dies ist fuer die gelben Linien notwendig  */
/* fuer Netscape unbedingt border angeben !!! */
/* Fuer EXAMPLES */
p.n1{color: 		 			#000000;
		width:						200%;
		background-color:	#FFBB33;
		border-style:			none; 
		border-width:			1px; 
		border-color:			##F0F0F0;
		margin-top:				5px;
		margin-bottom:		5px;
		padding: 					0px;		
		}

/* dies ist fuer die gelben Linien notwendig  */
/* fuer Netscape unbedingt border angeben !!! */
/* FUER METHODS */
p.n2{color: 		 			#FFBB33;
		width:						100%;
		border-top-width:	1px;
		background-color:	#F0F0F0;
		border-top-style:	solid; 
		border-top-width:	1px; 
		border-color:			#FFBB33;
		margin-top:				5px;
		margin-bottom:		0px;
		padding: 					0px;
		}

/* fuer Listen etc */		
ul	{list-style-type:	square;
		font-size: 				10pt;
		margin-top:				0px;
		margin-bottom:		0px;
		}

ul.r{margin-top:			0px;
    }		

li	{text-align:			left;
		margin-top: 		0px;
		}

li.r{font-size:				8pt;
		} 
		
table {align: center;}
td 		{align: center;}
