/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel
 {
	
	padding-left: 20px;
	line-height: 200%;}


DIV.fstLevel a
{
	margin-bottom: 30px;
	list-style: none;
	line-height: normal;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	line-height: 200%;
	
}
* html DIV.fstLevel a {
line-height: 200%;
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
	color: #0066cc;
	text-decoration:underline;
}

/*Style-Definition für die First-Level-Navigation bei aktivem Link*/

DIV.fstLevelActive a
{
	font-size: 12px; 
	color:#0066cc;
	text-decoration: none;
	padding-left: 20px;
	line-height: 200%;
}

