/* [module_name]_[skinname] */

div.sitemap_gesundheitsziele {
	margin:		29px 30px 30px 30px;
	width:		407px;
	font-family:	arial, Helvetica, sans-serif;
	font-size:	11px;
	line-height:    14px;
	color:          #333333;
}

div.sitemap_gesundheitsziele  h1 {
	padding:	0;
	margin:		0 0 20px 0;
	color:		#002878;
	font-size:	13px;
}

div.sitemap_gesundheitsziele  h2 {
	padding:	0;
	margin:		0 0 20px 0;
	color:		#9a9a9a;
	font-size:	13px;
}

div.sitemap_gesundheitsziele ul {
	margin:		0 0 0 0; 
	padding:	0;
	list-style:	none;
}

div.sitemap_gesundheitsziele li {
	height:		20px;
	padding:	6px 0 0 0;
	list-style:	none;
}

div.sitemap_gesundheitsziele a {
	margin: 		0;
	padding: 		7px 0 0 35px;
	color:			#002878;
	width:			372px; /* 407 -35 */
	height:			19px; /* 26 - 7 */
	display:		block;
	background-image:	url(arrow_16_link.gif);
	text-decoration:	none;
}


div.sitemap_gesundheitsziele a:hover {
	margin: 		0;
	padding: 		7px 0 0 35px;
	color:			#002878;
	width:			372px; /* 407 -35 */
	height:			19px; /* 26 - 7 */
	display:		block;
	background-image:	url(arrow_16_link_hover.gif);
	text-decoration:	none;
}	
