/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.main ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
	line-height: normal;
}

DIV.main li {
	display: block;
	float: left;
}


/*DIV.main
 {
	
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
	line-height: normal;}

*/


DIV.main a
{
	display: block;
	float: left;
	margin-right: 5px;
	padding: 5px 12px 5px 28px;
	background: url(../images/img06.gif) no-repeat left 50%;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	
}
/** html DIV.fstLevel a {
line-height: 200%;
}*/

/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.main a:hover
{
	color: #ffffff;
	text-decoration:underline;
}

/*Style-Definition für die First-Level-Navigation bei aktivem Link*/

DIV.mainActive a
{
	font-size: 12px; 
	color:#ffffff;
	text-decoration: underline;

}

