	
/*-------------------Haupt-Navigation---------------------*/

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#nav a {
	display:block;
	height:100%;
	padding:3px 0 5px 0;
	color:#333;
	text-decoration:none;
	background-image:url(../img/nav/level1_off.gif);
	background-repeat:no-repeat;
	}

#nav a:hover,
#nav a.active,
#nav ul.level_2 li a.active,
#nav ul.level_2 li.last a.active
	{
	color:#fff;
	background-image:url(../img/nav/level1_on.png);
	}

#nav li {
	position:relative;
	width:156px;
	float:left;
	text-align:center;
	font-size:12px;
	}

#nav ul.level_2 li a {
	background-image:url(../img/nav/level2_off.png);
	padding:2px 0 3px 0;
	}

	
#nav ul.level_2 li.last a {
	background-image:url(../img/nav/level2_off_last.png);
	}	

#nav ul li a:hover,
#nav ul li.last a:hover {
	background-image:url(../img/nav/level1_on.png);
	}

#nav ul.level_2 {
	position:relative;
	display:none;
	top:0;
	}

#nav ul.level_2 li {
	position:relative;
	float:none;
	}

#nav ul.level_2 li.last {
	height:23px;
	}

#nav ul.level_1 li:hover ul.level_2{
	display:block;
	}


	
/*-------------------Footer Navigation---------------------*/

#footer ul {
	padding:0; 
	margin:0; 
	list-style:none;
	}

#footer li { 
	float:left;
	margin-top:6px;
	margin-right:15px; 
	}

#footer a {
	background:url(../img/nav/list_style_footer.png) no-repeat 0px 4px;
	text-decoration:none;
	padding-left:10px;
	color:#333;
	}
	
	#footer li.last { 
	float:right;
	margin-right:20px;
	}
	
/*-------------------Hautpflegebearter Navigation---------------------*/

#content .hautberater_nav {
	position:relative;
	width:630px;
	margin-bottom:5px;
	font-size:11px;
	letter-spacing:1px;
	}

#content .hautberater_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#content .hautberater_nav ul li,
#content .hautberater_nav span {
	width:157px;
	text-align:center;
	height:15px;
	float:left;
	}

#content .hautberater_nav a,
#content .hautberater_nav span
 {
	background-image:url(../php/hautpflegeberater/bt_off.jpg);
	color:#0099cc;
	text-decoration:none;
	padding-top:2px;
	text-transform:uppercase;
	display:block;
	height:100%;
	}
	

#content .hautberater_nav a:hover,
#content .hautberater_nav span.active,
#content .hautberater_nav a.active {
	background-image:url(../php/hautpflegeberater/bt_on.jpg);
	color:#fff;
	}

#page_hautpflege-berater-frage span.more,
#page_hautpflege-berater-frage span.more {
	position: absolute;
	right:35px;
	bottom:15px;
	}
