
/* [module_name]_[skinname] */

div.menu_gesundheitsziele { 
	margin: 22px 0 0 0;
}

div.menu_gesundheitsziele ul {
	margin: 0;
	padding: 0;

	/* eine Linie oben */
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 0 0 0;

	list-style-type: none;
	background-color: #f8ebcf;

}

div.menu_gesundheitsziele li { 
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 1px 0;

}

div.menu_gesundheitsziele a {
	padding: 6px 15px;
	display: block;
	width: 182px;

	color: #002878;
	text-decoration: none;
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.menu_gesundheitsziele ul h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;

	background-color: #f8b16b;
}

div.menu_gesundheitsziele a:hover {
	color: #ffffff;
	background-color: #f8b16b;
}

/* Submenu */

div.menu_gesundheitsziele ul ul {
	margin: 0;
	padding: 0 0 6px 0;

	/* eine Linie unten */
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 0 0;

	list-style-type: none;

	background-color: #f8b16b;
}

div.menu_gesundheitsziele ul ul li { 
	border-width: 0;
}

div.menu_gesundheitsziele ul ul a {
	padding: 2px 0 2px 16px;
	display: block;

	font-size: 11px;
}

div.menu_gesundheitsziele ul ul a:hover {
	color: #ffffff;
	background-color: #f8b16b;
}

div.menu_gesundheitsziele div.seperator {
/*	margin: 2px 0 2px 0;*/
	height: 22px;
/*	background-color: white;*/
}
