.nav0 ul {
	list-style-position: outside;
	list-style-type: none;
	/*background-color: #CE779F;*/
	width: auto;
	height: 26px;
	margin: 10px;
	padding: 0px;
	float: right;

}
.nav0 ul li {
	font-size: 14px;
	line-height: 16px;
	float: left;
	background-color: #EB589A;
	margin-top: 3px;
	margin-left: 10px;
}
.nav0 ul li a{
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.nav0 ul li:hover a, .nav0 ul .current a{
	color: #000;
}

#nav1 ul {
	height: 60px;
}
#nav1 ul li {
	float: left;
	margin-right: 30px;
	display: block;
}
#nav1 ul ul {
	position: absolute;
	left: 0px;
	top: 30px;
	height: auto;	
}


#nav2 ul{
	margin-top: 3px;
	margin-left:0px;
	height: auto;
	
}
#nav2 ul ul{
	margin-left:10px;

}
#nav2 ul ul ul{
	margin-left:20px;

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

	background-color: #FFF;/**/
	margin: 0%;
	width: auto;
	height: 26px;
	height: auto;
	padding: 0px;
	padding: 2px 2px 4px 5px;
	clear:both;
	margin-left: -10px;
	margin-bottom:30px;
}
.klick ul li {
	font-size: 14px;
	line-height: 16px;
	margin-right: 5px;
	margin-top: 3px;
	padding-right: 25px;
	border-right:solid 2px #000;

}
.klick ul li:last-of-type {
   border-right:solid 2px #FFF;
}
.klick ul li a{
	background-color: #FFF;
	/*
	margin: 2px 2px 5px 5px;*/
	padding: 0px 0px 0px 2px;
	font-size: 18px;
	line-height: 20px;

	color: #000;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}

.klick ul li a:hover,.klick ul .current a{
	color: #52812B;
	color: #CC3333;
}
.klick ul .current li a, .klick ul .current .current li a{
	color: #FFF;
}
.klick ul .current .current a, .klick ul .current .current .current a{
	color: #000;
}
.klick ul .current li a:hover{
	color: #000;
}
.klick ul ul {

	width: auto;
	width: inherit;
	margin: 0px;
	background-color: #F6BDD8;
}
.klick ul li ul li {

}
.klick ul li ul li  a{

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

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.klick ul li { padding-right: 10px; }
#nav1 ul li { margin-right: 10px; }

}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#nav0 ul  { margin-top: 6px;}
	#nav1 {}
	#nav1 ul  { position:static; height: auto; margin-bottom:100px;}
	#nav1 ul ul  { position:static; height: auto; padding-left: 0px;}
	#nav1 ul ul ul { position:static; height: auto; left:0px;}
	#nav1 ul ul li a{  padding-left:20px;}
	#nav1 ul ul ul li a{  padding-left:40px;}
	#nav1 ul li { width: 100%;   margin-right: 0px;}
	
	
	/*
	#header {height: auto;}
	#nav1 ul  { background-color:grey; position:static; height: auto; left:0px;}
	#nav1 ul ul  { position:static; height: auto; left:0px;}
	#nav1 ul ul ul { position:static; height: auto; left:0px;}
	
	.klick ul li { float:none;}
	.klick ul li, .klick ul li ul li, .klick ul li ul li ul li { margin-left:0px; margin-right:0px; padding-left:0px;}
	*/
	.klick ul li { border-right:none; border-bottom:solid 1px #d1d1d1;  margin-right: 0px; padding-right: 0px;}
	#nav1 ul li a { /*padding-left:50px; margin-right:0px;   background-color:grey;*/}
	/*
	#nav2 ul ul, #nav1 ul ul{ margin-left:0px; }
	#nav2 ul ul ul, #nav1 ul ul ul{ margin-left:0px; }
	*/
}
/* Smartphone Portrait und Landscape */
@media only screen and (min-width: 512px) and (max-width: 767px) {

	#nav1 ul li { width: 100%;}

}
@media only screen and (min-width: 320px)  and (max-width: 511px) {
	#nav1 ul  { height: auto; background-color:lightgrey;}
	
	.nav0 ul{ height: auto;  margin-top: 0px; margin-bottom: 10px; margin-left: 0px; padding-left: 0px; }
	#topnav {float: none;width: 100%;margin-right: 0px;}
	#sprach {float: right;}
	/**/
	.nav0 ul li{ width: 90%;   margin-left: 0px; padding-left: 0px;}
	.nav0 #sprach li{ width: auto;   margin-left: 0px; padding-left: 0px;}/**/
	/*.nav0 #sprach { width: auto;   margin-left: 0px; padding-left: 0px;}*/
	.nav0 ul li a{  padding-left:20px;}



}


