/* -- Sitemap -- */
#sitemap  {
	clear: both;
	position: relative;
	margin-left: 0px !important;
	width: 650px;
	line-height: 180%;
	padding-top: 8px;
	font-size: 12px;
}
#sitemap .sitemap1 a,#sitemap .sitemap2 a,#sitemap .sitemap3 a {
	text-decoration: none;
	background-color: transparent;
}

#sitemap a.sitemap1:hover,#sitemap a.sitemap2:hover,#sitemap a.sitemap3:hover {
	background-color: transparent;
	color: #CCCCCC;
}

#sitemap .sitemapoben{
	text-align:	left;
	padding: 10px;
}

#sitemap .sitemaphome{
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
}

#sitemap a.sitemaphome{
	vertical-align: middle;
	width: auto;
	background-image: url(../images/yellow.gif);
	background-position: left;
	background-repeat: 	no-repeat;
	padding: 3px 10px 0px 22px;
	white-space: nowrap;
	color: #7495AB !important;
}

#sitemap a.sitemaphome:hover{
	background-image: url(../images/blue.gif);
	background-position: left;
	background-repeat: 	no-repeat;
	padding: 3px 10px 0px 22px;
	color: #7495AB !important;
}

#sitemap .sitemap1{
	text-align:	left;
	font-weight: bold;
	margin-left: 16px;
	margin-top:	0px;
}

#sitemap a.sitemap1{
	vertical-align: middle;
	width: auto;
	background-image: url(../images/red.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 3px 10px 0px 22px;
	white-space: nowrap;
	color: #7495AB !important;
}

#sitemap a.sitemap1:hover{
	background-image: url(../images/blue.gif);
	background-position: left;
	background-repeat: 	no-repeat;
	padding: 3px 10px 0px 22px;
	color: #C1C1C1 !important;
}

#sitemap .sitemap2{
	text-align:	left;
	font-weight: normal;
	margin-left: 32px;
	padding-top: 1px;
}

#sitemap a.sitemap2{
	vertical-align: middle;
	width: auto;
	background-image: url(../images/voll.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 3px 10px 0px 22px;
	white-space: nowrap;
	color: #000000 !important;
}

#sitemap a.sitemap2:hover{
	background-image: url(../images/leer.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 3px 10px 0px 22px;
	color: #C1C1C1 !important;
}

#sitemap .sitemap3{
	text-align:	left;
	margin-left: 50px;
	padding-top: 0px;
	font-weight: normal;
}

#sitemap a.sitemap3{
	vertical-align: middle;
	width: auto;
	background-image: url(../images/voll.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 10px 3px 30px;
	white-space: nowrap;
	color: #000000 !important;
}

#sitemap a.sitemap3:hover{
	background-image: url(../images/leer.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 10px 3px 30px;
	color: #C1C1C1 !important;
}

/* -- config.ccml -- */
/* -- Zum anzeigen der Sitemap den Code in einen HTML-Absatz einfügen-- */
<div id="sitemap">
<div class="sitemapoben">
<a class="sitemaphome" href="./index.html" title="Gehe zu Startseite">Startseite</a>
</div><br />

<div class="sitemap1"><a class="sitemap1" href="./ueber-die-stiftung/index.html" title="Gehe zu &uuml;ber die Stiftung">&uuml;ber die Stiftung</a></div>

<div class="sitemap1"><a class="sitemap1" href="./wissenswertes/index.html" title="Gehe zu Wissenswertes">Wissenswertes</a></div>

<div class="sitemap1"><a class="sitemap1" href="./impressum-/index.html" title="Gehe zu Impressum">Impressum</a></div>

</div>
<br /> 


