/*Sitemap in der Tabelle sitemap*/


/*Header nzw. Startknoten*/
TABLE#sitemap .header {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#2D16F6 /*#0066FF;*/
	letter-spacing: 0.5px;
}
TABLE#sitemap .header A {
	font-size: 8pt;
	text-decoration:none;
	color: #FFFFFF;
}
TABLE#sitemap .header A:hover{
	text-decoration:underline;
}


/*Erste Ebene*/
TABLE#sitemap .sitemap1 {
	background-color:#0066FF;
	padding:2px;
	border:1px solid #404040;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	letter-spacing: 0.5px;
}

TABLE#sitemap .sitemap1 A {
	font-size: 8pt;
	text-decoration:none;
	color: #FFFFFF;
}
TABLE#sitemap .sitemap1 A:hover{
	text-decoration:underline;
}


/*Zweite Ebene*/
TABLE#sitemap .sitemap2 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
TABLE#sitemap .sitemap2 A {
	font-size: 8pt;
	text-decoration:none;
	color: #404040;
}
TABLE#sitemap .sitemap2 A:hover{
	text-decoration:underline;
}
