body, html 
{
	height: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	/*background: #E9EBED;*/
	text-align: center;
	font-family: Arial;
}
	      
.tabreiter input[type=radio]
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.tabreiter 
{
	width: 850px;
	float: none;
	background: #E1540F;
	list-style: none;
	position: relative;
	padding: 3px;
	margin: 75px auto;
}

.tabreiter li
{
	float: left;
}

.tabreiter li:first-child
{
	margin-left: 3px;
}
			
.tabreiter label 
{
	z-index = 2;
	display: block;
	padding: 18px 20px;
	border-radius: 0px 0px 0 0;
	color: #000000;
	font-size: 0.8em;
	font-weight: 400;
	font-family: Arial, Sans-serif;
	background: #E1540F;
	cursor: pointer;
	position: relative;
	-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;
}
	      
.tabreiter input[type=radio]:checked + label
{
	z-index = 3;
	background: #fff;
	border-bottom-color: #fff;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

.tabreiter
{
	z-index = 1;
	width: 850px;
	height: 50px;
	float: none;
	background: #E1540F;
	position: relative;
}

.tabreiter label:hover 
{
	background: #000000;
	color: #fff;
}
	      
.tabreiter input[type=radio]:checked + label:hover 
{
	background: #fff;
	color: #E1540F;
}
	      
[id^=tabreiter]:checked ~ [id^=inhalt] 
{
	display: block;
}
	      
.inhalt
{
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	font-size: 0.8em;
	line-height: 140%;
	padding-top: 10px;
	background: #fff;
	padding: 15px;
	color: #000000;
	position: absolute;
	top: 53px;
	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;
}

.inhalt2
{
	font-size: 0.8em;
	font-weight: 400;
}

.tabreiter input[type="radio"]
{
	opacity: 0;
}



.subtab input[type=radio]
{
	position: relative;
}

.subtab li > div,
.subtab input[type="radio"] + label
{
    border: solid 1px #ccc;
}
 
.subtab li:first-child
{
	margin-left: 0px;
}
 
.subtab 
{
	width: 90%;
	height: 1000px;
	float: none;
	background: #fff;
	list-style: none;
	position: relative;
	margin: 40px;
	top: -20px;
	padding: 0px;
} 

.subtab li
{
	float: left;
}

.subtab label 
{
	z-index = 2;
	display: block;
   	padding: 5 20px;
    background: #f1f1f1;
    border-radius: 5px 5px 0 0;
    color: #000000;
	font-size: 0.8em;
	font-weight: 400;
	font-family: Arial, Sans-serif;
    cursor: pointer;
	position: relative;
	-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;
}

.subtab input[type=radio]:checked + label
{
	z-index = 3;
	background: #fff;
	border-bottom-color: #fff;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

.subtab label:hover 
{
	background: #000000;
	color: #fff;
}

.subtab input[type=radio]:checked + label:hover 
{
	background: #fff;
	color: #E1540F;
}

[id^=subtab]:checked ~ [id^=inhalt] 
{
	display: block;
}

 
.subtab input[type="radio"]
{
    opacity: 0;
}

.balkenoben1
{
	z-index: 2;
	width: 50%;
	height: 25px;
	float: none;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	font-family: Arial, Sans-serif;
	color: #fff;
}

.balkenoben2
{
	z-index: 1;
	width: 50%;
	height: 25px;
	float: right;
	background: #000000;
	position: relative;
	top: 0;
	padding: 15px;
	font-family: Arial, Sans-serif;
	color: #fff;
	text-align: right;
}

.balkenoben3
{
	z-index: 1;
	width: 90px;
	height: 25px;
	float: right;
	background: #000000;
	position: relative;
	top: 0;
	padding: 2px;
	font-family: Arial, Sans-serif;
	color: #fff;
	text-align: right;
}

.logobalken1
{
	float: none;
	position: relative;
	top: 50;
	background: #fff;
	width: 100%;
	height: 100px;
}

.kleingedrucktes
{
	font-size: 0.8em;
	font-weight: 400;
	font-family: Arial, Sans-serif;
	position: absolute;
	top: 70;
	left: 50;
	text-align: left;
}

.bild
{
	float: none;
	position: absolute;
	top: 185px;
}

.mlogo
{
	float: none;
	position: absolute;
	top: 185px;
}
