/*big menu*/

#kwick {
    
	position: inherit;
	/*border-bottom: 3px double #333;*/
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(../images/index_akkordion_hg.gif);
	background-repeat:repeat-x;
	padding-top:0px;
	
}

#kwick .kwicks {
	display: block;
	height: 65px;
	margin: 0px;
	margin-left:14px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	
}

#kwick li {
	float: left;
	line-height:14px;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;	
	overflow: hidden;
	height: 65px;
	width: 170px;
	/*padding: 10px;*/
	
	/*border-right: 5px solid #202020;*/
	/* border-right: 2px solid #fff; */
	margin-right:2px;	
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: url(../img/bg_menue.gif) ;
	background-repeat:repeat-x;
}

#kwick .opt2 {
	background: url(../img/bg_menue.gif) ;
	background-repeat:repeat-x;
}

#kwick .opt3 {
	background: url(../img/bg_menue.gif) ;
	background-repeat:repeat-x;
}

#kwick .opt4 {
	background: url(../img/bg_menue.gif) ;
	background-repeat:repeat-x;
}




