ul.sitemap, .sitemap ul {
	margin: 0px;
}


.sitemap li {
	list-style: none;
}

.sitemap li.level1 {
	background-color: #f6f6f6;
	margin-bottom: 4px;
	padding: 8px;
}

.sitemap a {
	margin: 2px 0;
	display: block;
}

.sitemap a.infotext {
	color: #666666;
	text-decoration: none;
	margin-bottom: 10px;
}


.sitemap a.level1 {
	font-size: 1.5em;
}

.sitemap li.level2 {
	padding-left: 10px;
}

.sitemap a.level2 {
	position: relative;
	left: -10px;
	font-weight: bold;
	
	/* arrow */
	padding-left: 10px;
	background: url(/html/images/layout/arrow_darkblue.png) no-repeat left center;
}

.sitemap li.level3 {
	margin-left: 30px;
}

.sitemap a.level3 {
	font-weight: bold;
	color: red;
}

.sitemap li.level3 .infotext {
	padding-left: 0px;
}

.sitemap ul.level4 {
	display: none;
}