*{
	margin:0;
	padding:0;
}
body{
	font-family: Arial;
	font-size:17px;
	color: #fff;
	text-transform:uppercase;
	overflow-x:hidden;
}

ul.oe_menu{
	list-style:none;
	position:relative;
	width:650px;
	margin-left: 15px;
	margin-top: 15px;
	float:left;
	clear:both;
}

ul.oe_menu > li{
	width:130px;
	height:100px;
	padding-bottom:2px;
	float:left;
	position:relative;
}

ul.oe_menu > li > a{
	display:block;
	background-color:#4da8fe;
	color:#fff;
	text-decoration:none;
	font-weight: 600;
	font-size:11.5px;
	width:100px;
	height:60px;
	padding:10px;
	margin:1px;
	text-shadow:1px 1px 3px #333;
	
}

ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:#a1a1a1;
	color:#101010;
	opacity:1.0;
	
}

.oe_wrapper ul.hovered > li > a{
	background:#a1a1a1;
	text-shadow:0px 0px 1px #FFF;
	}
	
ul.oe_menu div{
	position:absolute;
	top:80px;
	left:1.5px;
	background:#fff;
	width:580px;
	opacity:0.9;
	height:180px;
	padding:30px;
	display:none;
}

ul.oe_menu div ul li a{
	text-decoration:none;
	color:#222;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;

	font-size:12px;
	padding-top: 10px;
}
ul.oe_menu div ul.oe_full{
	width:100%;

}


ul.oe_menu div ul li a:hover{
	background:#4da8fe;
	color:#fff;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 280px;
	margin-right:10px;
	padding-top: 10px;	
}
li.oe_heading{
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}


li.oe-li-tausch {padding-top:33px;}
