@charset "utf-8";

/*- Menu TabsE Navigation Unterseiten oben*/
#tabsE  {
	font-size: 93%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: normal;
	float: left;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	clear: both;
}
#tabsE ul {
	list-style: none;
	margin: 0 auto;
	width: 665px;
}
#tabsE li {
	display: inline;
}
#tabsE a {
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 2px;
	float: left;
}
#tabsE a span  {
	color: #d1d0c7;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background: url(/grafik/tabrightE.gif) no-repeat right top;
	display: block;
	padding: 5px 20px 4px;
	float: left;
	border-radius: 5px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span {
	float: none;
}
/* End IE5-Mac hack */
#tabsE a:hover span {
	color: #d1d0c7;
}
#tabsE a:hover {
	background-position: 0 -42px;
}
#tabsE a:hover span {
	background-position: 100% -42px;
}
#tabsE #current a {
	background-position: 0 -42px;
}
#tabsE #current a span {
	background-position: 100% -42px;
}
