/******************************************************************************
*** MULTIMENU HORIZONTAL, LAYOUT-FILE
******************************************************************************/

#mainNav {
}

#mainNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	behavior: url(css/menu.htc);
}

#mainNav a,
#mainNav li,
#mainNav ul
{
	color: #58585a;
	text-decoration:underline;
	font-weight:normal;
}

#mainNav a
{
	display: block;
	text-decoration: none;
	width: 140px;
	font-family: Arial; 
	font-size: 13px;
	font-weight: normal;
	line-height: 27px;
	text-align: center;
	
	}



#mainNav a:hover
{
	font-weight: normal;
	background-color: #;
	text-decoration:underline;
}

#mainNav ul ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial; 
	font-size: 13px;
    width: 140px;
    z-index: 99;
	line-height: 27px;
    overflow: visible;
    display: none;
	background: #D6E193;
}

#mainNav ul li { 
    margin: 0;   
    position: relative; 
    float: left;
    display: block;
}

#mainNav ul ul li {
	width: 100%;
}

#mainNav ul ul ul li,
#mainNav ul ul ul ul li {
	margin-left: 0;
}
 
#mainNav ul a {
	margin: 0;
    text-decoration: none; 
    display: block;

}


/******************************************************************************
** MENUEBENEN **/

/*all see this */
#mainNav ul ul,
#mainNav ul ul ul,
#mainNav ul ul ul ul {
	position: absolute;
}

#mainNav ul ul ul,
#mainNav ul ul ul ul {
    display: none;
    margin-left: 200px;
}

/* non-IE browsers see this */
#mainNav ul ul li ul,
#mainNav ul ul ul li ul {
    margin-top: -2.1em; 
}

 
#mainNav ul li:hover ul ul,
#mainNav ul li:hover ul ul ul,
#mainNav ul li:hover ul ul ul ul,
#mainNav ul li:hover ul ul ul ul ul {
    display: none; 
}

#mainNav ul li:hover ul,
#mainNav ul ul li:hover ul,
#mainNav ul ul ul li:hover ul,
#mainNav ul ul ul ul li:hover ul,
#mainNav ul ul ul ul ul li:hover ul {
    display: block;
}

/**/

#mainNav  a
{
	width: 105px;
	border-right: 0px solid #;
}
#mainNav  a:hover
{
	background-color: #D6E193;
}


#mainNav ul .on  a
{
	 background: url('../gfx/_bck_header_on.gif');	
}


#mainNav ul ul a
{
	background-color: #E5EFA8;
	text-align: left;
}

#mainNav ul .on ul a
{
text-align: left;
background: url('../gfx/_bck_header_off.gif');	
}

#mainNav ul li a:hover
{
 background: url('../gfx/_bck_header_on.gif');	
}

#mainNav ul li li a
{
	width: 140px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: normal;
	background: #D6E193;
}
#mainNav ul li li a:hover
{
	color: #58585a;
	text-decoration:underline;
}
/*
#mainNav li.nav_1 ul
{
	background: transparent url(/gfx/de_zuhause.gif) no-repeat center bottom;
	padding-bottom: 100px;

}
#mainNav li.nav_2 ul
{
	background: transparent url(/gfx/de_gesundheit.gif) no-repeat center bottom;
	padding-bottom: 100px;

}
#mainNav li.nav_3 ul
{
	background: transparent url(/gfx/de_wellness_spa_co.gif) no-repeat center bottom;
	padding-bottom: 100px;

}
#mainNav li.nav_4 ul
{
	background: transparent url(/gfx/de_wellness_titel.gif) no-repeat center bottom;
	padding-bottom: 100px;

}
#mainNav li.nav_5 ul
{
	background: transparent url(/gfx/de_urlaub_aktiv.gif) no-repeat center bottom;
	padding-bottom: 100px;

}
#mainNav li.nav_6 ul
{
	background: transparent url(/gfx/de_angebote.gif) no-repeat center bottom;
	padding-bottom: 100px;

}
#mainNav li.nav_7 ul
{
	background: transparent url(/gfx/de_interaktiv.gif) no-repeat center bottom;
	padding-bottom: 100px;

}
*/
