/* ######### CSS for Shade Tabs. Remove if not using ######### */


.menuewbk{ /*Bestimmt den Hintergrund der Naviliste*/
	top: 0px;
	padding: 0;
	width: 645px;
	height: 110px; /*Oberer Border*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #D25A0B;
	color: #FFFFFF;
}

.menuewbk ul{
	padding: 1px;
	list-style: none;
	top: -30px;
	color: #FFFFFF;
}

.menuewbk li{
	display: inline;
	padding: 0;
	text-transform:none;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}

.menuewbk a{
	width: 70px; /*Breite des einzelnen Menüpunktes*/
	height: 20px;
	float: left;
	display: block;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none; /*Margin zwischen den einzelnen Menüpunkten*/
	background-image:url(../images/menue.png); /*menuepunkte hintergrund*/
	/*	border-top: 1px solid white;*/
	font-family: Arial;
	font-size: 11px;
	font-weight: lighter;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
}


.menuewbk a:hover{
	color: #000000;
	/*
	border-top-style:solid;
	border-top-color:#FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;*/
	text-decoration:none;
	width: 70px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
}

.menuewbk a.selected{ /*currently selected tab*/
	letter-spacing: 2px;
	color: #333333;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: lighter;
	padding-top: 1px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 0px;
	font-variant: normal;
	text-align: left;
	vertical-align: middle;
}

