/*style von nav2 für Link-Darstellung, wenn Link auf aktuelle Seite zeigt*/
.onsite a:link, .onsite a:visited, .onsite a:hover {color: #ccc;background: #333; border: 0.2em inset #ccc; padding: 0.2em; text-decoration: none; font-weight: bold; }

/* Initialisierung: Elemente ohne padding und margin */
.hintre, .ontop, ul li ul { 
	margin: 0px; 
	padding: 0px; 
	border: none; 
}


/* positioniert span-Bereich am rechten Rand (access-keys auf Sitemap) 
display:block = eigener Absatz, Textausrichtung rechts mit top wieder auf Höhe der ursprünglichen Zeile
position absolute + right 2em geht nicht im IE*/
span.hintre {
	text-align: right;
	display: block;
	position: relative;
	background: #444;
	top: -1.8em;
	padding: 0.2em;
	margin-bottom: -1.3em;
	border: 0.1em dotted #ccc;
	z-index: 0;
}
/* in den Vordergrund bringen (bei hintre funktionieren keine Links, weil der span-block über dem Text liegt) */
.ontop {position: relative; z-index: 150; }

ul .hint { margin: -1.5em 0em 2em 0.5em; }
.re ul li ul { margin: -1.3em 0 2em 2em; }
