/* Basic style */
#MobileNavigation {
	display: none;
}

#MainNavigation {
	background: #00935e;
	height: 36px;
}

#MainNavigation > nav > div {
	margin: 0 auto;
	/*width:825px;*/
	width: 100.4%;
	position: relative;
	left: 0;
}

/* Erweitert */
/* Reset */
#MainNavigationList,#MainNavigationList a,#MainNavigationList ul,#MainNavigationList li,#MainNavigationList div {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

#MainNavigationList a {
	text-decoration: none;
}

#MainNavigationList li {
	list-style: none;
	cursor: pointer;
}

/* Menu Container */
#MainNavigationList {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 100;
	width: 100%;
	height: 40px;
}

/* Menu List */
#MainNavigationList > li {
	display: block;
	float: left;
	height: 36px;
}

/* Menu Links */
#MainNavigationList > li > a {
	position: relative;
	display: block;
	z-index: 510;
	padding: 0px 20px 0px 20px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14.4px;
	font-size: 0.9rem;
	color: #fcfcfc;
	text-shadow: 0 0 1px rgba(0, 0, 0, .35);
	border-right: 1px solid #fff;
	margin-top: 7px;
	transition: visibility 0s 2s, opacity 2s linear;
	height: 22px;
}

#MainNavigationList > li:hover {
	background: #a4cd40 !important;
}

/* Menu Dropdown */
#MainNavigationList > li > div {
	position: absolute;
	display: block;
	width: 99.9%;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	border-radius: 0 0 3px 3px;
	border-top: none !important;
	top: 36px;
	cursor: default;
}

/* Menu Content Styles */
#MainNavigationList .NavigationListCol {
	float: left;
	padding: 1% 0 0.6% 6px;
	width: 19%;
	min-height: 50px;
	word-break: break-all;
}

a.NavigationListColHeadline {
	line-height: 18px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12.2px;
	font-size: 0.75rem;
	color: #00935E;
	margin-bottom: 4px !important;
	display: block;
}

a.NavigationListColHeadline:hover {
	text-decoration: underline !important;
}

#MainNavigationList .NavigationListCol li a {
	display: block;
	line-height: 1.4 rem;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12.2px;
	font-size: 0.75rem;
	color: #00935E;
}

#MainNavigationList .NavigationListCol li a:hover {
	color: #a4cd40;
	text-decoration: underline;
}
/* Overrides */
#MainNavigation li:last-child a {
	border: none !important;
}

#MainNavigation li:last-of-type a {
	border: none !important;
}

.MobileHover,.NaviDisplay {
	border: 1px solid #00935E !important;
	overflow: visible !important;
	visibility: visible !important;
}

.NaviDisplay {
	transition: opacity 2s linear;
}

/* -- Navi Extend -- */
.NavigationListCol ul li ul {
	margin-left: 20px !important;
}

.NavigationListColPic {
	display: block;
	padding: 1.2% 1.5% 0 !important;
	float: left;
}

.NavigationListColPic img {
	display: block;
	float: left;
	height: 217px;
	width: 344px;
	margin-bottom: 5px;
	padding: 0;
}

.ActiveEntry {
	background: none repeat scroll 0 0 #FFFFFF !important;
	
}

.ActiveEntry > a {
	color: #00935E !important;
}

.ActiveEntry > a.NavEntryHome {
/*	background: url(/static/website/template-test/HomeIconHover.png) no-repeat scroll 19px center transparent;*/
}

.NoBorder {
	border-right-color: #00935E !important;
}

.NavEntryHome {
	display: block;
/*	background: url(/static/website/design/img/MainNavigationHomeIconWhite.png) no-repeat scroll 19px center transparent;
	background-repeat: no-repeat;
	height: 22px;
	margin-top: 7px !important;
	padding: 0px 44px 0px 20px !important;*/
}

/* aktiver Menüeintrag */
a.Active {
	color: #666666 !important;
	text-decoration: underline !important;
}

.Clear {
	clear: both;
}