#inhalt .visor {
	background:#CAC8CB;
	color:#000;
	min-height:400px;
	overflow:visible;
/*	position:relative;	 */
}

#inhalt .visor .headerLayer{
	
	color:#000;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

#inhalt .visor .headerLayer .title {
	float:left;
}

.productSelector, .functionsSelector, .functionDetailSection {
	/*position:absolute;
	top:0px;
	left:0px;
	*/
	background:#CAC8CB;
	padding:8px;
	width:500px;
}


#inhalt .productSelector .product {
	cursor:pointer;
}

#inhalt .productSelector .productsOptions a, #inhalt .functionDetailSection .detailProduct a {
	color:#000;
	display:list-item;
	list-style:square outside;
	margin-left:12px;
	text-decoration:underline;
}

#inhalt .functionDetailSection .detailProduct a {
	background:none;
	display:block;
	list-style:none;
	margin-left:0px;
}


#inhalt .functionDetailSection .detailProduct a.pdf {
	background:transparent url(/fileadmin/khs/global/media/content/branchen/PDF_Icon_.gif) left center no-repeat;
	height:20px;
	list-style:none;
	margin-left:0px;
	padding-left:30px;
	padding-top:5px;
	
}

#inhalt .productSelector .productsOptions{
	background:#EBEAEA;
	margin:5px 10px;
	padding:8px;
}



#inhalt .productSelector h3 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-top:13px;
	margin-bottom:4px;
}

/*.productSelector .productList {
	float:left;

}*/

#inhalt .productSelector .productsList {
	
	border-top:1px solid #FBFAFA;
	border-bottom:1px solid #FBFAFA;
	padding-bottom:10px;
	padding-top:10px;
	
}

#inhalt .productSelector .productsList .product{
	margin:0px;
	padding:0px;
	display:inline;
	position:relative;

}

#inhalt .productsList img {
	margin:0px;
	padding:0px;
}

#inhalt .productsList img.checkbox{
	margin:0px;
	padding:0px;
	left:27px;
	position:absolute;
	bottom:8px;
}


.functionsSelector {
	display:none;
	color:#000;
}

.functionsSelector .productFunctionsOption .functions {
	border-top: 1px solid #FBFAFA;
	clear:both;
	float:left;
	margin-top:12px;
	padding-top:12px;
	padding-bottom:12px;
}

.functionsSelector .productFunctionsOption .functions h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:25px;
}

.functionsSelector .productFunctionsOption .functions .function{
	float:left;
	font-size:10px;
	width:240px;

}

.functionsSelector .productFunctionsOption .functions .primaryFunctions{
	border-right:1px dotted #EBE9EA;
}

.functionsSelector .productFunctionsOption .functions .secondaryFunctions{
	padding-left:10px;
}

.functionsSelector .productFunctionsOption .functions .function h3{
	margin-bottom:15px;
	font-size:12px;
}

.functionsSelector .productFunctionsOption .functions .function .pointerCursor{
	background:#EBE9EA url(/fileadmin/khs/global/media/content/branchen/info_symbol.jpg) center right no-repeat;
	height:auto;
	margin-bottom:1px;
	min-height:28px;
	padding:5px 21px 5px 12px;
	width:200px;
}

.functionsSelector .productFunctionsOption .functions .function .noLink{
	background-image:none;
	cursor:arrow;
}

.functionsSelector .productFunctionsOption .functions .secondaryFunctions {
	background:#CAC8CB url(/fileadmin/khs/global/media/content/branchen/pfeil_balken.png) no-repeat;
	background-position:17px 29px;
	min-height:203px;
}

.functionsSelector .productFunctionsOption .functions .secondaryFunctions .pointerCursor{
	background:#EBE9EA url(/fileadmin/khs/global/media/content/branchen/box_pfeil_info.jpg) left center no-repeat;
}

.functionsSelector .productFunctionsOption .functions .secondaryFunctions .noLink{
	background:#EBE9EA url(/fileadmin/khs/global/media/content/branchen/box_pfeil.jpg) left center no-repeat;
}

.functionsSelector .productFunctionsOption .functions .thirdFunctions {
	background:transparent url(/fileadmin/khs/global/media/content/branchen/pfeil_spitze.jpg) top left no-repeat;
	float:right;
	font-size:10px;
	min-height:66px;
  overflow:visible;	
	padding:20px 15px 0px 54px;	
	width:179px;
}
.pointerCursor{
	cursor:pointer;
}

#inhalt .visor .close {
	color:#000;
	float:right;
	font-size:11px;
	cursor:pointer;
	padding-top:2px;
	padding-right:4px;
	font-weight:normal;
}
#inhalt .visor .closeImg {
	float:right;
}

.detailProductContent {
	border-top: 1px solid #EBEAEA;
	clear:both;
	font-size:11px;	
	margin-top:12px;
	padding-top:8px;
}

#inhalt .detailProductContent img{
	margin-bottom:15px;
	
}

.detailProductContent a{
	margin-top:4px;
}


.functionDetailSection {
	display:none;
}



.functionsSelector {
	
}

.functions {
		
}

.visor {
	border:1px solid #FBFAFA;
}

