/* The default CSS-Script for Extension sl_sitemap
	feel free to replace in your TypoScript Template */


/* Layout hole Sitemap */

div#tx_slsitemap {
	padding:0 0 10px 62px;
	line-height:20px;
}
div#tx_slsitemap .tx_slsitemap-websiteTitle {
	font-size:13px;
	font-weight:bold;
	color:#1E2B56;
	margin:0 0 2px -43px;
}


/* Layout the Links */
li.MainFirst a {
	font-weight:bold;
}

a.Main {
	font-weight:bold;
	text-decoration:none;
}
a.Main:hover {
	font-weight:bold;
	text-decoration:none;
}
a.Sub {
	font-weight:normal;
	text-decoration:none;
}
a.Sub:hover {
	font-weight:normal;
	text-decoration:none;
}



/* List margin und padding */
div#tx_slsitemap ul {
	padding:0 0 0 22px;
	margin:0 0 0 -43px;
}
div#tx_slsitemap li {
	padding:0 0 0 43px;
	margin:0;
	list-style-type:none !important;
}

/* Get the Backgrounds */
div#tx_slsitemap li.MainFirst {
	background:url(/typo3conf/ext/sl_sitemap/images/default/sl_sitemap_MainFirst.gif) no-repeat 0% 0%;
}
div#tx_slsitemap li.MainLast {
	background:url(/typo3conf/ext/sl_sitemap/images/default/sl_sitemap_MainLast.gif) no-repeat 0% 0%;
}
div#tx_slsitemap li.SubMiddle {
	background:url(/typo3conf/ext/sl_sitemap/images/default/sl_sitemap_SubMiddle.gif) no-repeat 0% 0%;
}
div#tx_slsitemap li.SubLast {
	background:url(/typo3conf/ext/sl_sitemap/images/default/sl_sitemap_SubLast.gif) no-repeat 0% 0%;
}

/* Active Point */
.Sitemap_pathActive {
	color:#BF2236;
	font-size:13px;
	font-weight:bold;
}
