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

#main_right .boxElement {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #d1d1d1;
}

#main_right .boxElement.last {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:none;
}


/*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)*/

#sitemapHolder{background-color:#cecece;}

.toggleLink {
	padding-left:10px;
	background-position:left 4px;
	background-repeat:no-repeat;
	background-image:url(../pics/arrow-open-close.png);
	margin-right:7px;
	cursor:pointer;
}
.toggleLink.opened {background-position:left -46px;}


#sitemapHolder {
	/*background-color:#e9e9e9;*/
}

#sitemapHolder #sitemapContent {
	width:1000px;
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sitemapHolder .headline a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
	line-height:26px;
}

#sitemapHolder .headline a:hover{color:#ccc;} 
#sitemapHolder, #sitemapHolder a:hover{color:#000;}

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

#sitemapHolder, #sitemapHolder a {
    font-size: 12px;
    line-height: 20px;
}

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

ul.uebersicht li{margin-bottom:7px !important;}



