@CHARSET "UTF-8";

#cyt_konfi {
	width: 655px;
	height: 408px;
	background: #FEFEFE url(../img/bgr.png);
	position: relative;
}

#cyt_konfi_icons {
	height: 140px;
}

#cyt_konfi_icons div {
	margin-right: 0px;
}

#cyt_konfi_buttons div {
	margin-right: 12px;
	margin-top: 29px;
}

#icon1 {
	position: absolute;
}

#icon2 {
	position: absolute;
	left: 160px;
}

#icon3 {
	position: absolute;
	left: 338px;
}

#icon4 {
	position: absolute;
	left: 473px;
}

#but1 {
	width: 147px;
	height: 27px;
	background: url(../img/but1.png);
}

.icon_hover,#but1:hover,#but2:hover,#but3:hover,#but4:hover {
	background-position: 0 -27px;
}

#but2 {
	width: 178px;
	height: 27px;
	background: url(../img/but2.png);
}

#but3 {
	width: 116px;
	height: 27px;
	background: url(../img/but3.png);
}

#but4 {
	width: 135px;
	height: 27px;
	background: url(../img/but4.png);
}

#icon-header {
	text-align: center;
	padding-top: 11px;
}

#action-icons {
	margin-left: 20px;
	margin-top: 14px;
}

.icon {
	float: left;
	cursor: pointer;
}

#cyt_konfi_selects {
	clear: both;
	position: absolute;
	top: 350px;
	left: 20px;
	display: none;
}

#cyt_konfi_selects ul {
	width: 194px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#cyt_konfi_selects li {
	list-style-position: inside;
	list-style-type: none;
}

/*::: Klappmenü ::::::::::*/
#cyt_konfi_selects>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 196px;
	height: 38px !important;
	float: left;
	margin-right: 14px;
	background: url(../img/select_bgr.png);
}

#cyt_konfi_selects a,#cyt_konfi_selects h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #e2e2e2;
	margin: 0;
	padding: 3px 4px;
}

#cyt_konfi_selects h2 {
	color: #555;
	text-transform: uppercase;
	border: none;
	height: 20px;
	padding-left: 10px;
	padding-top: 12px;
	overflow: hidden;
	width: 142px;
	white-space: nowrap;
}

#cyt_konfi_selects a {
	color: #555;
	background: #efefef;
	text-decoration: none;
}

#cyt_konfi_selects a:hover {
	color: #222;
	background: #fff;
}

.trigger ul {
	display: none;
}

#loader_modal {
	width: 653px;
	height: 400px;
	background-color: #FFF;
	position: absolute;
	z-index: 2000;
	top:1px;
	left:1px;
	opacity:.8;
	display:none;
}

#loader_modal img {
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-16px;
	margin-top:-16px;
	
}
/*
#cyt_konfi_selects li {
	position: relative;
}

#cyt_konfi_selects ul ul {
	position: relative;
	z-index: 500;
}


div#cyt_konfi_selects ul ul,div#cyt_konfi_selects ul li:hover ul ul,div#cyt_konfi_selects ul ul li:hover ul ul
	{
	display: none;
}

div#cyt_konfi_selects ul li:hover ul,div#cyt_konfi_selects ul ul li:hover ul,div#cyt_konfi_selects ul ul ul li:hover ul
	{
	display: block;
}*/