body, nav, ul, li, a {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
.navicontainer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: -60px;
	z-index: 1000;
}

.toggleMenu {
	display: none;
	color: #fff!important;
	padding: 10px 0px;
	font-size: 32px;
	width: 100%;
	text-align: left;
	background-color: #003366;  /* Chrome, Firefox 3+, IE 9+, Opera 10.10+, Safari 3+ 	*/
}
.nav {
	list-style: none;
 *zoom: 1;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
}
.nav a {
	padding: 20px 0px;
	font-size: 24px;
	color: #fff;
}
* html .nav li ul a {
	background-color: #FFF!important;
} /* nur für den IE6 */
*+html .nav li ul a {
	background-color: #FFF!important;
} /* nur für den IE7 */

.nav li {
	position: relative;
}
.nav > li {
	float: left;/*border-top: 1px solid #104336;*/
}
.nav > li > .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	bottom: 100%; /*für Pull Up*/
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: transparent;
	background-color: rgba(0, 102, 153, 0.8)!important;  /* Chrome, Firefox 3+, IE 9+, Opera 10.10+, Safari 3+ 	*/
	background-color: rgba(0, 51, 102, 0.9)!important;
	position: relative;
	z-index: 100;
	color: #fff;
	font-size: 18px!important;
}
.nav li li a:hover {
	background-color: #04225B!important;
}
.nav li li li a {
	background: #249578;
	z-index: 200;
	border-top: 1px solid #808080;
}

@media screen and (max-width: 767px) {
.active {
	display: block;
}
.nav > li {
	
	float: none;
}
.nav > li > .parent {

	background-position: 95% 50%;
}
.nav li li .parent {
	 background-image:none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Aufklappen mit separaten icon */

.nav li .more {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: right;

	padding: 10px 25px;
	margin: 0px;
	cursor: pointer;
	z-index: 200;
	position: relative;
}
.nav li .more:before {
/*	content: "";
	background: rgba(0,0,0,.3);
	width: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;*/
}
.nav .hover .more {
	background-image: url("images/upArrow.png");
}
/* ******************* */	
	
	
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}
