DIV#sitemap {
	padding: 1em 1.5em;
	line-height: 20px;
	font-size:11px;
}
DIV#sitemap a {
	color:#7C6798;
	text-decoration:none;
}
DIV#sitemap a:hover {
	color:#ffc20e;
	text-decoration:none;
}
.sitemap_header {
	font-weight:bold;
	line-height: 20px;
}
/***********************
* UL ELEMENT
************************/
DIV#sitemap ul {
	padding: 0 0 0 24px;
	margin: 0 0 0 -24px;
	list-style-type: none;
	font-weight:normal;
	/*background: url(../images/exim.gif) repeat-y 0% 0%;*/
}
DIV#sitemap ul.first {
	background: url(../images/exim.gif) repeat-y top left;
}
DIV#sitemap ul.last {
	background-image: none;
}
/***********************
* LISTEN ELEMENT
************************/
DIV#sitemap li {
	font-weight:normal;
	padding: 0 0 0 24px;
	margin: 0;
	list-style-type: none;
	background: url(../images/extm.gif) no-repeat 0% 0%;
}
DIV#sitemap li.first {
	background: none;
}
DIV#sitemap li.last {
	background: url(../images/exlm.gif) no-repeat 0% 0%;
}

/*
DIV#sitemap li a.abschnitt {
	line-height:15px;
	text-decoration: none;
	background:#eee;
	padding: 2px;
	border: 1px solid #ccc;
	display:block;
	width:500px;
}
DIV#sitemap li > a.abschnitt {
	line-height: 14px;
}
DIV#sitemap li a.abschnitt:hover {
	background:#def;
	padding: 2px;
	border: 1px solid #9cf;
}
*/

