/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Open+Sans+Condensed:300,700);



/* TOPMENÜ -------------------------------------------------------------------------------------*/

#topmenu-wrapper {
	float: right;
	right: 0px;
    width: 540px;
	height:25px;
	top: 0px;
    margin-top: 0px;
	position: relative;
	border: 0px solid #FF0000;
	}

.topmenu{
    width: 540px;
	text-align: right;
    margin-right: 0px; 
}

.topmenubtn{
    margin-left: 2px;
    display: inline;
    border: none;
    cursor: pointer;
}


a.topmenubtn{
    font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	font-size: 15px;
	color:#6e7478; 
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	padding-left:11px;
	padding-right:11px;
	letter-spacing: 0px;
}
a.topmenubtn:hover{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	font-size: 15px;
	color:#fff; 
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	background-color:#90969b;
	border-radius: 10px;
	padding-left:11px;
	padding-right:11px;
	letter-spacing: 0px;
}

a.topmenubtn-active{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400 !important;
	font-size: 15px;
	color:#fff !important;
	text-decoration:none !important;
	text-transform: uppercase;
	text-align: center;
	background-color:#90969b;
	border-radius: 10px;
	padding-left:11px;
	padding-right:11px;
	letter-spacing: 0px;
}



/* LEFTMENÜ -------------------------------------------------------------------------------------*/

#menu-wrapper {
	float: left;
	width: 270px;
	left: 0px;
    margin-top: 40px;
	margin-bottom: 30px !important;
	padding-right: 20px;
	position: relative;
	height: 100%; 
    min-height: 100%; 
	border: 0px solid #ff0000;
	display:inline;
}

/* Level 1 ---------------------------------------*/
.menu{
	text-align: left;
	margin: 0;
	display:inline;
	border: 0px solid #ff0000;
}

ol {
    list-style-position: outside;	
	margin: 0;
	margin-left: -10px;
}

.grey-menu{
	list-style-image: url(../Images/dot_menu-grey.png); 
	}
.green-menu{
	background: url(../Images/dot_menu-green.png); 
	background-repeat: no-repeat;
}
.cyan-menu{
	background: url(../Images/dot_menu-cyan.png); 
	background-repeat: no-repeat;
}
.orange-menu{
	background: url(../Images/dot_menu-orange.png); 
	background-repeat: no-repeat;
}
.magenta-menu{
	background: url(../Images/dot_menu-magenta.png); 
	background-repeat: no-repeat;
}


li {
}
.menulink{
	margin-left: 0px; 
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	color:#72787d !important;
	font-size: 14px;
	line-height: 20px !important;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	top: -3px !important;
	position: relative;
}

a.menulink:hover{
	font-weight:700;
	color:#72787d !important;
	text-decoration: none !important;

}
a.menulink-active{
	font-weight:700;
	color:#72787d !important;
	text-decoration: none !important;
	top: -3px !important;
	position: relative;
}
.menuspacer{
    height: 7px;
}



/* Level 2+3 ---------------------------------------*/
.submenu{
	left: -15px;
	position: relative;
	text-align: left;
	display:inline;
	margin-bottom: 30px !important;
}


.grey-arrow{
	list-style-image: url(../Images/arr_menu.png); 
}

.submenulink{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	color: #72787d;
	font-size: 14px;
	line-height: 17px !important;
	text-decoration: none;
	text-align: left;
	
}
.submenulink:first-child{
	margin-top: -8px;
}


a.submenulink:hover{
	font-weight: 600;
	color:#72787d !important;
	text-decoration: none !important;
}

a.submenulink-active{
	font-weight: 600;
	color:#72787d !important;
	text-decoration: none !important;
}

.submenuspacer{
    height: 6px;
}


