.container
{
	width: 974px;
	margin: 0 auto;
	display: inline-block;
	display: block;
}

.container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ic questions-comments-Form */
div#col-1
{
	border: 1px solid #EEE;
	border-top: none;
}

div#col-1.sitemap
{
	padding-top: 20px;
}

div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24
{
	float: left;
	margin-right: 10px;
}

.span-24, div.span-24
{
	width: 974px;
	margin: 0;
}

/* Layout whole 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 */


a.Main, div.Main
{
	/*color: #BF2236;*/
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	
}


a.Main:hover
{
	color: #0055FF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
a.Sub
{
	/*color: #000000;*/
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
a.Sub:hover
{
	color: #0055FF;
	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 43px;
	margin: 0;
	list-style-type: none;

}


/* Get the Backgrounds */
div#tx_slsitemap li.MainFirst
{
	background: url(../img/sl_sitemap_MainFirst.gif) no-repeat 0% 0%;
}
div#tx_slsitemap li.MainLast
{
	background: url(../img/sl_sitemap_MainLast.gif) no-repeat 0% 0%;
}
div#tx_slsitemap li.SubMiddle
{
	background: url(../img/sl_sitemap_SubMiddle.gif) no-repeat 0% 0%;
}
div#tx_slsitemap li.SubLast
{
	background: url(../img/sl_sitemap_SubLast.gif) no-repeat 0% 0%;
}
