/* SITEMAP */
.csc-sitemap {
	color: #000000;
	font-size: 10px;
}

/* level 1 */
/*
.csc-sitemap.ullevel1 {
	font-weight: bold;
	font-size: 10px;
}
*/

.csc-sitemap ul {
	/* padding-bottom: 10px; */
	list-style: none;
}

.csc-sitemap li {
        line-height: 15px;
        list-style: none;
        padding-left: 10px;
	background-image: url( /fileadmin/makronetz/_images/bullet_black.png );
	background-repeat: no-repeat;
	background-position: -5px 0px;
} 

.csc-sitemap a:link {
	color: #000000;
	text-decoration: underline;
}
.csc-sitemap a:visited {
	color: #000000;
	text-decoration: underline;
}
.csc-sitemap a:hover {
	color: #000000;
	text-decoration: none;
}
.csc-sitemap a:active {
	color: #000000;
	text-decoration: none;
}

