/*
 * CSS-Formatierungen fuer den Kopf der Seite (oberste Zeile der Layout-Tabelle)
 * ACHTUNG: Verwendung von einmaligen IDs/Klassen! Ansonsten Fehler moeglich!
 *     TIP: Seitenkopf befindet sich in TD-Element mit ID 'header' (td#header)
 */
td#header td.navigation {
	background-color				: #333333;
}
#menueEintrag1 {
	background-color				: #333333;
	border-left-width				: thin;
	border-left-style				: solid;
	border-left-color				: #FFFFFF;
}
#menueEintrag1 a {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	line-height						: 150%;
	font-weight						: bold;
	text-decoration				: none;
	display							: block;
	width								: 100%;
}
#menueEintrag1 a:link {
	color								: #FFFFFF;
}
#menueEintrag1 a:hover {
	background-color				: #9E9C9F;
}
#menueEintrag1 a:visited {
	color								: #FFFFFF;
}
#menueEintrag2 {
	background-color				: #333333;
	border-left-width				: thin;
	border-left-style				: solid;
	border-left-color				: #FFFFFF;
}
#menueEintrag2 a {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	line-height						: 150%;
	font-weight						: bold;
	text-decoration				: none;
	display							: block;
	width								: 100%;
}
#menueEintrag2 a:link {
	color								: #FFFFFF;
}
#menueEintrag2 a:hover {
	background-color				: #FF9900;
}
#menueEintrag2 a:visited {
	color								: #FFFFFF;
}
#menueEintrag3 {
	background-color				: #333333;
	border-left-width				: thin;
	border-left-style				: solid;
	border-left-color				: #FFFFFF;
}
#menueEintrag3 a {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	line-height						: 150%;
	font-weight						: bold;
	text-decoration				: none;
	display							: block;
	width								: 100%;
}
#menueEintrag3 a:link {
	color								: #FFFFFF;
}
#menueEintrag3 a:hover {
	background-color				: #003399;
}
#menueEintrag3 a:visited {
	color								: #FFFFFF;
}
#menueEintrag4 {
	background-color				: #333333;
	border-left-width				: thin;
	border-left-style				: solid;
	border-left-color				: #FFFFFF;
}
#menueEintrag4 a {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	line-height						: 150%;
	font-weight						: bold;
	text-decoration				: none;
	display							: block;
	width								: 100%;
}
#menueEintrag4 a:link {
	color								: #FFFFFF;
}
#menueEintrag4 a:hover {
	background-color				: #66CC66;
}
#menueEintrag4 a:visited {
	color								: #FFFFFF;
}
#menueEintrag5 {
	background-color				: #333333;
	border-left-width				: thin;
	border-left-style				: solid;
	border-left-color				: #FFFFFF;
}
#menueEintrag5 a {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	line-height						: 150%;
	font-weight						: bold;
	text-decoration				: none;
	display							: block;
	width								: 100%;
}
#menueEintrag5 a:link {
	color								: #FFFFFF;
}
#menueEintrag5 a:hover {
	background-color				: #660000;
}
#menueEintrag5 a:visited {
	color								: #FFFFFF;
}
#menueEintrag6 {
	background-color				: #333333;
	border-left-width				: thin;
	border-left-style				: solid;
	border-left-color				: #FFFFFF;
}
#menueEintrag6 a {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	line-height						: 150%;
	font-weight						: bold;
	text-decoration				: none;
	display							: block;
	width								: 100%;
}
#menueEintrag6 a:link {
	color								: #FFFFFF;
}
#menueEintrag6 a:hover {
	background-color				: #FF9900;
}
#menueEintrag6 a:visited {
	color								: #FFFFFF;
}