.klick ul {
	position: relative;
	list-style-position: outside;
	list-style-type: none;
	/*position: relative;*/

	margin: 0px;
	width: auto;

	height: auto;
	padding: 0px 0px 0px 0px;
	clear:both;
	margin-left: 17px;
	
}
.klick  ul  li {
	position: relative;
	float: left;
	padding-left: 17px;
	padding-right: 17px;

	display: block;	

	

}
.klick > ul > li {
	/*border:dotted 1px red;*/
	/*background-position:5px 0px;*/
}
.klick ul li a{
	position: relative;
	top:5px;
	/*
	margin: 2px 2px 5px 5px;*/
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 80px;
	line-height: 75px;

	font-weight: bold;
	color: #7C7C7D;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}

.klick > ul > .current, .klick > ul > li:hover{
	background-image: url(../userfiles/images/meta/li-hg.png);

}
.klick ul li a:hover,.klick ul .current a{
	color: #000;
}
.klick ul .current a, .klick ul .current .current li a{
	color: #000;
}
.klick ul .current .current a, .klick ul .current .current .current a{
	color: #000;
}
.klick ul .current a:hover{
	color: #000;
}
.klick ul ul {
	width: auto;
	width: inherit;
	/*width: 185px;*/
	margin: 0px;
	padding-bottom:10px;
	position: absolute;
	z-index:400;
	left: 0px;
	top: 75px;/**/
	height: auto;	
	text-align:left;	
	background-color: rgba(255,255,255,0.5);
}
.klick ul li ul li {
	padding:3px 17px;
	width: 100%;

}
.klick ul .current ul li  a{
	line-height: 20px;
	color:#000;
	color: #7C7C7D;

}
.klick ul ul ul{
	background-color: #FEE2F3;
	background-color: #D67DA5;
}


/* Tablet Portrait */
@media only screen and (max-width: 1023px) {
	.klick  ul  { width: auto; margin-right: 17px;}
	.klick  ul  li {
	position: static;
	float: none;
	padding-left: 0px;
	padding-right:0px;
	display: block;	
	text-align:left;
	

}
.klick ul li a{ 	line-height: 30px; position: static;}
.klick ul ul { position: static; background-color: rgba(255,255,255,0);}


	
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	
}	
	
/* Smartphone Portrait und Landscape */
@media only screen and (min-width: 512px) and (max-width: 767px) {

}
@media only screen and (min-width: 320px)  and (max-width: 512px) {

}


