/****************************************************************************************************/
/***																								*/ 	
/***				SITEMAP																			*/
/***																								*/
/****************************************************************************************************/		
																

.sitemapContainer{
	width: 160px; 
	float: left;
	margin-right:20px;
}
.sitemapHT {
	font-size: 11px; 
	font-weight: bold;
	border-bottom:1px solid #a3d0fc;
}

/*--------------------------------------------------------------------------------------------------*/
/* Unterthemalink normal*/
.sitemapUT {
    font-size: 11px;
    font-weight: bold;
}
/* Sitemap */
.sitemapListe {
	list-style: none;
	margin: 0px;
	padding:0px;
}
.sitemapListe li{
	font-weight:bold;
}

.sitemapListe li div
{
	margin-left:15px;
	font-weight:normal;
}

