﻿.cssPnlContainer
{
	display:block;
	float:left;
	width:100%;
	padding:0 10px 0 10px;
	font-size:1em;
}

.cssPnlKnoepfeIntro 
{
	display:block;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.cssLblKnoepfeIntro {
	display: block;
	float: left;
	line-height:1.3em;
	color: black;
	font-size:14px;
}

.cssPnlKnoepfeSection {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	background-color: #CDB174;
	/*	border: 1px solid black;*/
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cssLblKnoepfeSection {
	display: block;
	float:left;
	margin-left:10px;
	color:black;
	font-size:1.1em;
	margin-top:6px;
	width:calc(100% - 40px);
}


.cssLblKnoepfeSectionExtra {
	display: block;
	float: left;
	color: black;
	font-size: 19px;
	font-style: normal;
	line-height: 1.5;
	padding: 12px;
	margin-top: -10px;
	padding-bottom: 0px;
	font-family: "Marck";
}

.cssLblKnoepfeSectionInactive {
	display: block;
	float: left;
	margin-left: 10px;
	color: #6F7000;
	font-size: 1.1em;
	font-style: italic;
	margin-top: 6px;
	width: calc(100% - 40px);
}

.cssPnlKnoepfeSectionOpen {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url('/Images/minus.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	cursor: pointer;
}

.cssPnlKnoepfeSectionClose {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url('/Images/plus.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	cursor: pointer;
}

.cssPnlKnoepfeSectionCloseInactive {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background-color: transparent;
	cursor: default;
}

.cssPnlImgKnoepfe {
	display: block;
	float: left;
	position: relative;
	z-index: 100;
	margin: 6px;
	border-radius: 3px;
	margin-bottom:16px;
}

.cssImgKnoepfe {
	display: block;
	float: left;
	margin: 6px;
	border-radius: 3px;
/*	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
*/}

.cssImgDH{
	width:24px;
	height:24px;
	margin-top:-1px;
}

