/* default styles for extension "tx_slideshow_pi1" */
		.tx-slideshow-pi1 {
			text-align: center;
		}
/* default styles for extension "tx_slsitemap" */
	
		/* 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:px;
			font-weight:bold;
			color:#1E2B56;
			margin:0 0 2px -43px;
		}

		/* Layout the Links */
		a.Main {
			color:;
			font-weight:bold;
			font-size:;
			text-decoration:none;
		}
		a.Main:hover {
			color:;
			font-weight:;
			font-size:;
			text-decoration:;
		}
		a.Sub {
			color:;
			font-weight:normal;
			font-size:;
			text-decoration:none;
		}
		a.Sub:hover {
			color:;
			font-weight:;
			font-size:;
			text-decoration:;
		}

		/* 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;
		}

		/* 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:px;
			font-weight:bold;
		}