

body, div, span{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.Kd_Umgebung{
	width: 100%;
	clear: both;
	float: left;
	overflow: hidden; /*wg. Innenrhmen wg. Linie 100% rechts rauslaufend*/
	position: relative;
}
.KD_Tab{
	float: left;
}
.KD_Tab_innen{
	float: left; /*zum Umbrechen der Tabs bei kleiner Breite, siehe js*/
}
.KD_Tab_Label{
	height: 32px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #000;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	cursor: pointer;
	background: #fff;
}
.Label_hover{
	color: #000;
	border-color: #000;
}
.KD_Tab_Abstand{
	height: 32px;
	width: 15px;
	float: left;
	border-bottom: 2px solid #000;px;
	border-top-left-radius: 12px;
}
.KD_Tab_A_rechts{
	;
}
.KD_offen{
	border-bottom: 0px;
	cursor: default;
}
.KD_Inhalt{
	width: 100%;
	clear: both;
	float: left;
	background: #fff;
	padding-top: 15px;
}
.KD_I_Text{
	margin-left: 15px;
	margin-right: 15px;
	color: #333;
	display: none;
	overflow: hidden; /*(wg. transition smooth)*/
	filter: alpha(opacity=0);
	opacity: 0;
}
.KD_I_offen{
	display: block;
}
.Anfang{
	filter: alpha(opacity=100);
	opacity: 1;
}
/*Stile, um den Kasteninhalt ein bischen nett zu machen*/
.Ini{
	margin-right:5px;
	margin-left: -6px;
	font-size:75px;
	float:left;
	line-height: 0.75;
	color: #97cf4e;
}
.BH_rechts{
	float: right;
	width: 30%;
}
.BH_kleiner{
	width: 20%;
}
.BH_rechts img{
	width: 100%;
	height: auto;
}
.Bulletrahmen{
	display: block;
	border-left: 7px solid #97cf4e;
}
.Bullet{
	display: block;
	margin-bottom: 3px;
	margin-left: 5px;
	font-family: "droid_sansbold";
}

@media (max-width: 768px){
	.Kw_Head{
		width: 80%;
	}
}