/* >>Top Navigation*/
/* Einstellungen fuer die Topnavigationtabelle */
table.topNavTableShell
{
	position: absolute;
	left: 15px;
	top: 10px;
	z-index: 20;
}

/* Formatiert den Bezeichner für die Navigation */
td.topNavPrompt
{
	display: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

/* Grundeinstellung der Top Navigation für die Zustände "normal", "im Pfad" und "hier"*/
span.topNavElementHere,
a.topNavElementNormal,
a.topNavElementNormal:link, a.topNavElementNormal:visited, a.topNavElementNormal:hover,
a.topNavElementInPath:link, a.topNavElementInPath:visited, a.topNavElementInPath:hover
{
	font-size: 11px;
	color: #356d8b;
}

/* Abweichende einstellungen für den Zustand "im Pfad" */
a.topNavElementInPath:link, a.topNavElementInPath:visited, a.topNavElementInPath:hover
{
	font-weight: bold;
}

/* Folgende Angaben definieren die Reaktion beim überfahren mit der Maus */
a.topNavElementNormal:hover,
a.topNavElementInPath:hover
{
	text-decoration: underline;
}

/* Angabe für den Zustand "hier" */
span.topNavElementHere
{
	font-weight: bold;
}

/* Einstellung der Trennelemente */
td.topNavSeperatorAdjust img
{
	height: 12px;
	margin: 2px 2px 0px 2px;
	background-color: #356d8b;
}
/* <<Top Navigation */
