.tab-wrapper
{
	clear:					both;
	width:411px;
	border-left: 1px #7f7f7f solid;
	border-right: 1px #7f7f7f solid;
	border-bottom: 1px #7f7f7f solid;
	background-color: #303030;
	min-height: 204px; 
	float: left;
	padding: 23px 13px;
	overflow:auto;
	height: 204px;
}

* html .tab-wrapper
{
	clear:					both;
	width:411px;
	border-top: none;
	border-left: 1px #7f7f7f solid;
	border-right: 1px #7f7f7f solid;
	border-bottom: 1px #7f7f7f solid;
	background-color: #303030;
	height: 204px; 
	float: left;
	padding: 23px 13px;
	margin-top: -0px;
}

.tab-wrapper   p{
	color:#8f8f8f;
	padding-bottom: 8px;
	
	}

.tab-wrapper p span{
	color: #8f8f8f;
	font-weight: bold;
	display: inline;
	padding-right: 5px;
	
}

.innerContent  .reitermenue ul li.tab-selected {
	padding: 1px 5px;
	color:#E9BD54;	
	background-color: #303030;
	float: left;
	border-top: 1px #7f7f7f solid;
	border-left: 1px #7f7f7f solid;
	border-right: 1px #7f7f7f solid;
	border-bottom: 1px #303030 solid;
	margin-bottom: -1px;
}

* html .innerContent .reitermenue ul li.tab-selected {
	padding: 1px 5px;
	color:#E9BD54;	
	background-color: #303030;
	display: block;
	float: left;
	border-top: 1px #7f7f7f solid;
	border-left: 1px #7f7f7f solid;
	border-right: 1px #7f7f7f solid;
	border-bottom: 1px #303030 solid;	
}

* html .innerContent  .reitermenue ul li{
	padding: 1px 5px;
	color:#E9BD54;	
	background-color: #000;
	display: block;
	float: left;
	border-top: 1px #7f7f7f solid;
	border-left: 1px #7f7f7f solid;
	border-right: 1px #7f7f7f solid;
	border-bottom:1px #7f7f7f solid;
}

.innerContent  .reitermenue ul li{
	padding: 1px 5px;
	color:#E9BD54;	
	background-color: #000;
	float: left;
	border-top: 1px #7f7f7f solid;
	border-left: 1px #7f7f7f solid;
	border-right: 1px #7f7f7f solid;
	border-bottom: 1px #7f7f7f solid;
	margin-bottom: -1px;
	
}
/* +++++++++++++++++Farben*+++++++++++++++++++*/
.mount .innerContent  .reitermenue ul li{
	color:#EF2437;
}

.road .innerContent  .reitermenue ul li{
	color:#2498f4;
}

.cross .innerContent  .reitermenue ul li{
	color:#f27b2c;
}

.city .innerContent  .reitermenue ul li{
	color:#70b228;
}

.fun .innerContent  .reitermenue ul li{
	color:#FCE831;
}

.bekl .innerContent  .reitermenue ul li{
	color:#5c7b88;
}

.zub .innerContent  .reitermenue ul li{
	color:#4e3a5f;
}

.team .innerContent  .reitermenue ul li{
	color:#e9bd54;
}
/* +++++++++++++++++Farben ende*+++++++++++++++++++*/

.tab-menu
{
	width: 439px;
	height: 27px;
	border-bottom: 1px #7f7f7f solid;

}

* html .tab-menu
{
	width: 439px;
	height: 27px;
	border-bottom:1px #7f7f7f solid;
}



.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:			2em;
}
.tab-menu li a
{
	padding:				0 .5em;
	font-weight:			bold;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
}
