/*######### horizontales Akkordeon #######################################################*/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li{
	margin-bottom: 3px;
	display: block;
	overflow: hidden;
	padding: 0;
	cursor:default;
	background-image:url(../../icons/arrow_up_acc.gif);
	background-repeat: no-repeat;
}
.kwicks .active {
	background-image:url(../../icons/arrow_right_acc.gif) !important;
}
.kwicksPanelHeader {
	float: left;
}
.kwicksPanelContent {
	float: left;
	position: relative;
}
.kwicksTop {
	position:absolute; top:0px; left:0px;height:20px; z-index:5;
}
.kwicksTopLeft {
	float:left; width:20px; height:20px; background:url(../../icons/box_home_rahmen_top_l.png) no-repeat;
}
.kwicksTopCenter {
	float:left; height:20px; background:url(../../icons/box_home_rahmen_top_m.gif) repeat-x;
}
.kwicksTopRight {
	float:left; width:20px; height:20px; background:url(../../icons/box_home_rahmen_top_r.png) no-repeat;
}
.kwicksMiddle {
	
}
.kwicksMiddleLeft {
	position:relative; width:4px; background:url(../../icons/box_home_rahmen_mid_left.gif) repeat-y left; float:left; z-index:2;
}
.kwicksMiddleCenter {
	position:relative; float:left; z-index:1;
}
.kwicksMiddleRight {
	position:relative; width:7px; background:url(../../icons/box_home_rahmen_mid_right.gif) repeat-y left; float:left;
}
.kwicksBottom {
	position:absolute; left:0px;  height:20px; z-index:4;
}
.kwicksBottomLeft {
	float:left; width:20px; height:20px; background:url(../../icons/box_home_rahmen_bottom_l.png) no-repeat;
}
.kwicksBottomCenter {
	float:left;  height:20px; background:url(../../icons/box_home_rahmen_bottom_m.gif) repeat-x;
}
.kwicksBottomRight {
	float:left; width:20px; height:20px; background:url(../../icons/box_home_rahmen_bottom_r.png) no-repeat;
}

/*
#kwick1 {
	background: url(../../icons/home_energy_inactive.jpg) no-repeat;
	background-color: #00aae1;
}

#kwick1.active {
	background: url(../../icons/home_energy_active.jpg) no-repeat;
	background-color: #00aae1;
}

#kwick2 {
	background: url(../../icons/home_cable_inactive.jpg) no-repeat;
	background-color: #867c6b;
}

#kwick2.active {
	background: url(../../icons/home_cable_active.jpg) no-repeat;
	background-color: #867c6b;
}

#kwick3 {
	background: url(../../icons/home_building_inactive.jpg) no-repeat;
	background-color: #74b749;
}

#kwick3.active {
	background: url(../../icons/home_building_active.jpg) no-repeat;
	background-color: #74b749;
}

#kwick4 {
	background: url(../../icons/home_security_inactive.gif) no-repeat;
	background-color: #601d7e;
	margin-bottom: none;
}

#kwick4.active {
	background: url(../../icons/home_security_active.gif) no-repeat;
	background-color: #601d7e;
	margin-bottom: none;
}*/
