/* 
	interact NEU interact-theme 
*/
.megamenu_container.megamenu_interact_theme {
	background:none;
	border:0px none;
	max-width: 803px;
	position: absolute; right: -1px;
	height:46px;
	z-index:200;
	text-align: right;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

	ul.megamenu {
 	}
	#navMain .megamenu_interact_theme .megamenu > li {
		background:#1A181D;
		height: 46px;
	}

	#navMain .megamenu_interact_theme .megamenu > li > a {
		/* buttonGröße */
		padding:15px 20px 13px 20px;
		font-size:18px;
		font-family: 'Open Sans';font-weight:600;
		color: #fff; text-shadow: none;
	}

	#navMain .megamenu_interact_theme .megamenu > li:hover, 
	#navMain .megamenu_interact_theme .megamenu > li.active 
	{
		background-color:#FFF;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}

	#navMain .megamenu_interact_theme .megamenu > li:hover > a,
	#navMain .megamenu_interact_theme .megamenu > li.navHi:hover > a	
	{
		text-shadow: none;
		color:#FFF;
		background-color: #333;
	}

	#navMain .megamenu_interact_theme .megamenu #navMainKontakt {
	    margin-right: 0;
	}

	#navTop .megamenu_interact_theme .megamenu > li:hover, 
	#navTop .megamenu_interact_theme .megamenu > li.active {
		background: transparent;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}

	#navTop .megamenu_interact_theme .megamenu > li:hover > a,
	#navTop .megamenu_interact_theme .megamenu > li.navHi:hover > a	
	 {
		text-shadow: none;
		color:#000;
		background-color: #FFF;
		text-decoration:none;
	}

	.megamenu_interact_theme .megamenu > li .megamenu_drop {
		background-image:none;
		background-position:0;
	}
	

	.megamenu_interact_theme .megamenu > li {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}

	.megamenu_interact_theme .megamenu li ul {
   		list-style: none;
		margin:0px 0 30px 0; padding:0;
	}

	.megamenu_interact_theme .megamenu li ul li {
		font-size:15px;
		font-family: 'Open Sans';
		font-weight:400;
		line-height:24px;
	}

	.megamenu_interact_theme .megamenu > li > div a,
	.megamenu_interact_theme .megamenu li ul li,
	.megamenu_interact_theme .megamenu li ol li {
		color:#242424;
	}

	.megamenu_interact_theme .megamenu > li > div a:hover {
		color:#e4011f;
	}
	
	

	.megamenu_interact_theme .megamenu li .dropdown_container,
	.megamenu_interact_theme .megamenu li .dropdown_fullwidth,
	.megamenu_interact_theme .megamenu li .dropdown_multilevel,
	.megamenu_interact_theme .megamenu li .dropdown_flyout li ul	
	{
		padding-top:0px;
		padding-bottom:0px;
		z-index:1000;
		border:1px solid #333;
		border-top-width: 0;
		background: #333;
		color: #212121;
		opacity: 0.98;
		filter: alpha(opacity=98); /* For IE8 and earlier */

	}


/*		.megamenu_interact_theme .megamenu li .dropdown_container .abstand {
			margin-top:30px;
		}
*/


	.megamenu_interact_theme .megamenu li .dropdown_flyout li ul {
		border:1px solid #dcdcdc;
		background: #dcdcdc;		
	}
	

	.megamenu_interact_theme .megamenu li .dropdown_container ul li.main {
		margin-top: 24px;
		font-weight:400 !important;
		text-transform:uppercase;
	}

	
/* zweite Ebene Klappmenü */	
.megamenu_interact_theme .megamenu li .dropdown_flyout .dropdown_parent {

	background:url("../img/right-w.png") no-repeat right 12px;

}
.megamenu_interact_theme .megamenu li .dropdown_flyout .dropdown_parent:hover,
.megamenu_interact_theme .megamenu li .dropdown_flyout .dropdown_parent.active {
	background-color:transparent;
}

.megamenu .dropdown_flyout ul li {

    padding: 3px 10px;
    width: 100%;

}

.megamenu_interact_theme .megamenu .dropdown_flyout .dropdown_flyout_level {

	background:#dcdcdc;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}

.megamenu_interact_theme .megamenu .dropdown_flyout_level {
/*
padding-left:10px; background:#70cceb; width:100%;
*/
}

#navTop .megamenu_dark_bar .megamenu > li > a:link,
#navTop .megamenu_dark_bar .megamenu > li > a:visited
 {
	color:#707070;
	font-weight:600;
}
#navTop .megamenu_dark_bar .megamenu > li > a:hover,
#navTop .megamenu_dark_bar .megamenu > li > a:active
{
	color:#000;
	text-decoration:none;
}


.megamenu_interact_theme .megamenu li.megamenu_right {
    float: right;
    margin-right: 0;
}
.megamenu_interact_theme .megamenu li.megamenu_right a {
	margin-right:0;
}



/* MenüButton */
.megamenu_interact_theme .megamenu li.megamenu_button > a {
	background-image: url("../img/menue-brown.png") !important;
	background-position: right center;
	background-repeat: no-repeat;	
}
.megamenu_interact_theme .megamenu li.megamenu_button:hover > a {
	background-color:#006e19;
	background-image: url("../img/menue-white.png") !important;
	background-repeat: no-repeat;
	background-position: right center;
}
	