/*
----------------Hinweis-------------------
Das span Element innerhalb des a Tags muss wegen dem IE bis Version 6 verwendet werden.
----------------Farben --------------------
Navigationstab aktiv und helle Schriftfarbe: #FFF0A5
Navigationstab Hintergrund und Schriftfarbe dunkel: #8E2800
Navigationstab hover: #D82800
---------------------------------------------
*/

#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	width: auto;
	border-bottom: 0px solid #3F3C3D;
}
#navigation a {
	display: block;
	float: left;
	width: auto;
	background: url("tab_links2.gif") no-repeat left top;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #3F3C3D;
	border-bottom: #A75F68;
}
#navigation a:hover {
	background-position: 0% -150px;
	border-bottom: #A75F68;
}
#navigation li.current {
	border-bottom: 0px solid #3F3D3C;
}
#navigation li.current a {
	background-position: 0 -150px;
	border-bottom: #A75F68;
}
#navigation li.current a span {
	background-position: 100% -150px;
	color: #B2B2B2;
	border-bottom: #A75F68;
}
#navigation a span {
	float: left;
	width: auto;
	display: block;
	background: url("tab_rechts2.gif") no-repeat right top;
	padding: 5px 15px 4px 0;
	color: #FFFFFF;
	border-bottom: #A75F68;
}
#navigation a:hover span {
	color: #E5CB8E;
	background-position: 100% -150px;
	cursor: pointer;
	border-bottom: #A75F68;
}


