/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation(hellgrün)*/
DIV.fstLevel a
{
TEXT-DECORATION: none;
WIDTH: 130;
padding-left: 2px;
padding-right: 2px;
padding-top: 6px;
padding-bottom: 6px;
MARGIN: 2px;
FONT-FAMILY: verdana;
FONT-SIZE: 11px;
FONT-WEIGHT: 300;
TEXT-ALIGN: left;
vertical-align: middle;
COLOR: #039;
BACKGROUND-COLOR: #fff;
border-style: groove;
	border-bottom-width: thin;
	border-right-width:thin;
	border-left: none;
	border-top: none;
 display: block;
}

/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
TEXT-DECORATION: none;
WIDTH: 130;
padding: 2px;
MARGIN: 2px;
/*FONT-FAMILY: verdana;
FONT-SIZE: 11px;
*/
font-size: 15px; font-family: Georgia, Times, serif; 
font-style: italic;
FONT-WEIGHT: 300;
TEXT-ALIGN: left;
vertical-align: middle;
COLOR: #600;
BACKGROUND-COLOR: #fff;
border-style: groove;
	border-bottom-width: thin;
	border-right-width:thin;
	border-left: none;
	border-top: none;
 display: block;
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
{
TEXT-DECORATION: none;
WIDTH: 130;
padding: 2px;
MARGIN: 2px;
FONT-FAMILY: verdana;
FONT-SIZE: 11px;
FONT-WEIGHT: 300;
TEXT-ALIGN: left;
vertical-align: middle;
COLOR: #039;
BACKGROUND-COLOR: #fff;
border-style: groove;
	border-bottom-width: thin;
	border-right-width:thin;
	border-left: none;
	border-top: none;
 display: block;
}

/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
COLOR: #c00;
BACKGROUND-COLOR: #ffc;
}



/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
TEXT-DECORATION: none;
WIDTH: 130;
padding: 2px;
MARGIN: 2px;
FONT-FAMILY: verdana;
FONT-SIZE: 11px;
FONT-WEIGHT: 300;
TEXT-ALIGN: left;
vertical-align: middle;
COLOR: #039;
BACKGROUND-COLOR: #fff;
border-style: groove;
	border-bottom-width: thin;
	border-right-width:thin;
	border-left: none;
	border-top: none;
 display: block;
}