/* default styles for extension "tx_slsitemap" */
	
		/* Layout whole Sitemap */
		div#tx_slsitemap {
			padding:0 0 10px 40px;
			line-height:20px;
		}
		div#tx_slsitemap .tx_slsitemap-websiteTitle {
			font-size:13px;
			font-weight:none;
			color:#1E2B56;
			margin:0 0 2px -43px;
		}

		/* Layout the Links */
		a.Main {
			color:#BF2236;
			font-weight:normal;
			font-size:13px;
			text-decoration:none;
		}
		a.Main:hover {
			color:#000000;
			font-weight:bold;
			font-size:13px;
			text-decoration:none;
		}
		a.Sub {
			color:#000000;
			font-weight:normal;
			font-size:13px;
			text-decoration:none;
		}
		a.Sub:hover {
			color:#FF0000;
			font-weight:normal;
			font-size:13px;
			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 20px;
			margin:0;
			list-style-type:none;
		}

		/* Get the Backgrounds */
		div#tx_slsitemap li.MainFirst {
			background:url(/) no-repeat 0% 0%;
		}
		div#tx_slsitemap li.MainLast {
			background:url(/) no-repeat 0% 0%;
		}
		div#tx_slsitemap li.SubMiddle {
			background:url(/) no-repeat 0% 0%;
		}
		div#tx_slsitemap li.SubLast {
			background:url(/) no-repeat 0% 0%;
		}

		/* Active Point */
		.Sitemap_pathActive {
			color:#BF2236;
			font-size:13px;
			font-weight:bold;
		}