#sitemap {
}

#sitemap a {
	color: #103184;
	font-weight: bold;
}
		
#sitemap .sitemap_entry {
  margin-bottom: 10px;
}
		
#sitemap .sitemap_entry .head {
	background: url('/axaweb/images/bs2009/sitemap/contentbox_header_background.gif') repeat-x;
	cursor:pointer;
	height: 25px;
	line-height: 25px;
	position: relative;
}
		
#sitemap .sitemap_entry .head .headline {
	line-height:25px;
	padding: 0 27px 0 12px;
	margin: 0;
}

#sitemap .sitemap_entry .head .headline a {
	font-size: 14px;
}
		
#sitemap .sitemap_entry .head .opener_closer {
	background: url('/axaweb/images/bs2009/sitemap/contentbox_opener.gif') no-repeat;
	position: absolute;
	right: 5px;
	top: 4px;
	height: 17px;
	width: 16px;
}

#sitemap .sitemap_entry .head .open {
	background: url('/axaweb/images/bs2009/sitemap/contentbox_closer.gif') no-repeat;
}

#sitemap .sitemap_entry .content .aufklappbareliste .entry {
	border-left:1px solid #d6dde2;
	border-right:1px solid #d6dde2;
}

#sitemap .sitemap_entry .content .aufklappbareliste .entry .list_content {
	padding: 4px 10px 4px 25px;
}

#sitemap .sitemap_entry .content .aufklappbareliste .entry .list_content a {
	display: block;
	font-weight: bold;
	line-height:20px;
	background: url('/axaweb/images/meta/blue_arrow_opener.gif') no-repeat 0px 6px;
	padding-left: 12px;
}

