/* >> Navigationspfad */
/* Einstellungen für die Navigationspfad Tabelle */
table.trailShell
{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 20;
	margin: 0px;
}

/* Anpassungen des Trail Homelinks fuer normalen Link,  besuchter Link und Reaktion beim Ueberfahren mit der Maus */
a.trailHomeNormal,
a.trailHomeNormal:link, a.trailHomeNormal:visited, a.trailHomeNormal:hover
{
	font-size: 10px;
	text-decoration: none;
}

/* Einstellung für die momentan aktive Seite */
span.trailHomeHere
{
	font-size: 10px;
	font-weight: bold;
}

/* Anpassungen der Trail links fuer normalen Link,  besuchter Link und Reaktion beim Ueberfahren mit der Maus */
a.trailItemNormal,
a.trailItemNormal:link, a.trailItemNormal:visited, a.trailItemNormal:hover
{
	font-size: 10px;
	text-decoration: none;
}

/* Einstellung für die momentan aktive Seite */
span.trailItemHere
{
	font-size: 10px;
	font-weight: bold;
}

/* Anpassungen fuer das Navigationspfad Trennelement*/
img.trailSeperator
{
	height: 9px;
	width: 5px;
	margin: 2px 4px 0px 4px;
	background: url(../xist4c/web/img/standard/01/trailSeperator.gif) center left no-repeat;
}
/* << Navigationspfad */

