/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition f?r die First-Level-Navigation*/
DIV.fstLevel a
{
   	color: #996666;
	font-size: 10px;
	line-height: 25px;
	width: 180px;
	padding-left: 6px;
	padding-right: -25px;
	margin-right: -25px;
	font-weight: normal;
	letter-spacing: 0.0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    min-width: 180px;
    max-width: 180px;
    display: block;
	background-image: url(../img/menu_bg_blatt.jpg);
	background-position: top left;
	background-repeat: no-repeat;  
	 
	
}
/*Style-Definition f?r die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
    text-decoration: none;
	padding-left: 6px;
	padding-right: -25px;
	margin-right: -25px;
	border-bottom: none;
	background: none;
	color: #cccccc;
    max-width: 180px;
    min-width: 180px;
    display: block;
	background-image: url(../img/menu_bg_blatt.jpg);
	background-position: top left;
	background-repeat: no-repeat;  
}
/*Style-Definition f?r die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
   	color: #ffcccc;
	font-size: 10px;
	line-height: 25px;
	width: 180px;
	padding-left: 6px;
	padding-right: -25px;
	margin-right: -25px;
	font-weight: normal;
	letter-spacing: 0.0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    min-width: 180px;
    max-width: 180px;
    display: block;
	background-image: url(../img/menu_bg_blatt.jpg);
	background-position: top left;
	background-repeat: no-repeat;  
	font-weight: normal;
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition f?r die Second-Level-Navigation*/
DIV.secLevel a
{
	color: #666666;
	padding-left: 0px;
	padding-right: -25px;
	margin-right: -25px;
	font-size: 10px;
	line-height: 25px;
	padding: 0px 0px;
	margin: 0;
	font-weight:normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 180px;
    max-width: 180px;
    display: block;
	background-image: url(../img/menu_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;  
}
/*Style-Definition f?r die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
color: #003366;
background-color: none;
}
/*Style-Definition f?r die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
	color: #003366;
	padding-left: 0px;
	padding-right: -25px;
	margin-right: -25px;
	font-size: 10px;
	line-height: 25px;
	padding: 0px 0px;
	margin: 0;
	font-weight:normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 180px;
    max-width: 180px;
    display: block;
	background-image: url(../img/menu_bg_b.jpg);
	background-position: top left;
	background-repeat: no-repeat;  
	font-weight: normal;
}

div#highlights {
	position:relative; 
	left:-33px; 
	margin:10px 0 10px 0;
}
