.navi {
	background-image: url(../../../images/dunkel/bg2.png);
	padding: 30px;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 25px;
	word-spacing: 5px;
	margin: 0 auto 5px auto;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: #597282 0px 0px 0px;
	margin: 10px;
font-family: "Share Tech", sans-serif;
	font-size: 14px;
}

.menu {
	height: 100px;
	overflow:auto;
	text-align:justify;
	padding: 10px;
}

/******************* GRUNDGERÜST *******************/

.tab-headline {
background-image:url(../../../images/dunkel/header.png);
border-bottom: 3px solid #add3d7;
padding: 10px;
text-align: center;
font-family: "Raleway", sans-serif;
font-size: 20px;
color:#add3d7;
font-weight: bold;
text-transform: uppercase;
}

.tab-body {
height: 160px;
overflow: auto;
background-image:url(../../../images/dunkel/bg.png);
padding: 15px;  
font-family: "Raleway", sans-serif;
font-size: 10px;
color: #fff;
text-align: justify;
}

.tab-user {
height: 100px;
overflow: auto;
background-image:url(../../../images/dunkel/bg.png);
padding: 15px;  
font-family: "Raleway", sans-serif;
font-size: 10px;
color: #fff;
text-align: justify;
}

.tab-body b {
font-weight: bold;
text-transform: uppercase;
}

/******************* FAKTEN & DROPDOWN *******************/

.tab-facts {
	color: #ececec;
	max-width: 110px;
	min-width: 110px;
	background-image: url(../../../images/dunkel/bg2.png);
	text-transform: uppercase;
	text-align: center;
	padding: 4px 8px 3px 8px;
	display: inline-block;
	margin: 5px 5px 0px 5px;
font-family: "Raleway", sans-serif;
	font-size: 9px;
}

.tab-facts-l {
min-width: 120px;
background-image:url(../../../images/dunkel/bg2.png);
font-family: "Raleway", sans-serif;
font-size: 9px;
color: #fff;
text-transform: uppercase;
text-align: center;
padding: 4px 8px 3px 8px;
display: inline-block;
margin: 5px 10px 0px 5px;
float: left;
}

.tab-facts-r {
min-width: 120px;
background-image:url(../../../images/dunkel/bg2.png);
font-family: "Raleway", sans-serif;
font-size: 9px;
color: #fff;
text-transform: uppercase;
text-align: center;
padding: 4px 8px 3px 8px;
display: inline-block;
margin: 5px 5px 0px 10px;
float: right;
}

.tab-links {
width: 160px;
background-image:url(../../../images/dunkel/bg2.png);
font-family: "Raleway", sans-serif;
font-size: 9px;
color: #fff;
text-transform: uppercase;
padding: 2px 8px 1px 8px;
margin: 5px 5px 0px 5px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

/******************* TABS BEI 'INPLAY' *******************/

.tabs input[type=radio] {
position: absolute;
display: none;
}

.tabs {
	width: 280px;
	height: 160px;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: auto;
}

.tabs li{
text-align: center;
display: inline;
	content: none !important;
}

/* Schrift-Icons für versch. Tabs */
.tabs label {
display: inline;
color: #2d3236;
font-size: 35px;
font-weight: bold;
border: 3px solid #add3d7;
padding: 3px 7px;
margin: 5px;
position: relative;
top: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

/* Ausgewählter Tab */
[type=radio]:checked ~ label {
color: #a1abb5;
border: 3px solid #add3d7;
top: 0;
}

[type=radio]:checked ~ label ~ .tab-content {
display: block;
}

/* Tab-Inhalt */
.tab-content{
width: 100%;
height: 90px;
overflow: auto;
background-image:url(../../../images/dunkel/bg.png);
font-family: "Raleway", sans-serif;
font-size: 10px;
color: #fff;
text-align: justify;
padding-right: 5px;
z-index: 2;
display: none;
position: absolute;
top: 70px;
left: 0;
box-sizing: border-box;
-webkit-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-duration: 0.5s;
}

/******************* SCROLLBARS *******************/

.tab-scroll::-webkit-scrollbar {
width:6px;
}

.tab-scroll::-webkit-scrollbar-track-piece {
background-color:#dbdbdb;
}

.tab-scroll::-webkit-scrollbar-thumb:vertical {
height:10px;
background-color:#2d3236;
}

