/* >> Seitenstruktur */
/* Definition der Links fuer normal, besucht und beim ueberfahren mit der Maus*/
a.sitemapElementLink,
a.sitemapElementLink:link, a.sitemapElementLink:visited, a.sitemapElementLink:hover
{
	text-decoration: none;
}

/* Anpassungen beim ueberfahren mit der Maus */
a.sitemapElementLink:hover
{
	text-decoration: underline;
}

/* Element definition fuer die momentan aktive Seite */
em.sitemapElementBold
{
	font-style: normal;
	font-weight: bold;
	color: #000;
}

/* Einstellungen fuer das Einrueckungselement */
img.sitemapIndentBullet
{
	height: 4px;
	width: 4px;
	margin: 5px 6px 0px 3px;
	background: #a4ccdf;
}

/* Anpassungen fuer den Pfeil fuer die Seite von der aus man auf die Sitemap gegangen ist*/
img.sitemapHereArrow
{
	height: 14px;
	width: 14px;
	margin: 1px 0px 0px 5px;
	vertical-align: text-bottom;
	background: url(../xist4c/web/frankia/01/img/sitemapArrow.gif) left bottom no-repeat;
}
/* << Seitenstruktur */

