/*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: 80px;
	margin: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	
	overflow: hidden;
	height: 80px;
	width: 185px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;	
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #333333 url(../images/index_akkordion_liwa.jpg) ;
}

#kwick .opt2 {
	background: #333333  url(../images/index_akkordion_braunsdorf.jpg);
}

#kwick .opt3 {
	background: #333333  url(../images/index_akkordion_ndw.jpg); 
	border:none;
}

#kwick .opt4 {
	background-image: url(../images/index_akkordion_date.gif)  ;
	
	color:#333333
}




