@charset "utf-8";
/* CSS Document */

/*Sitemap zum Anbinden an Seite*/

#sitemap li.kat{
	font-weight:bold;
	background-image:url(../pics/red-pfeil.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:10px;
}
#sitemap li.subkat{
	padding-left:10px;
	background-image:url(../pics/black-pfeil.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}


/*Sitemap zum Ausklappen (unter Footer)*/

.toggleLink {
	padding-left:10px;
	background-position:left 3px;
	background-repeat:no-repeat;
	background-image:url(../pics/arrowClosed.png);
}
.toggleLink.opened {background-image:url(../pics/arrowOpen.png);}


#sitemapHolder {
	background-color:#e9e9e9;
}

#sitemapHolder #sitemapContent {
	width:1000px;
	margin:0 auto;
	padding-top:15px;
}

#sitemapHolder .headline {
    color: #5D5B58;
    font-size: 12px;
    font-weight: bold;
}

#sitemapHolder .sitemapColumn {
    float: left;
    width: 20%;
}

#sitemapHolder, #sitemapHolder a {
    color: #81796A;
    font-size: 11px;
    line-height: 18px;
}

#sitemapHolder .sitemapRow {
	padding-bottom:20px;
}



.backLink {
    width: 620px;
}
.headerFc.right {
    width: 210px;
}
