@charset "UTF-8";
/* CSS Document */

/* Main menu settings for menu-1 */
#centeredmenu-1 {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	font-family:'Lato' Verdana, Geneva, sans-serif; /* Menu font */
	font-weight:300;
	font-size:150%; /* Menu text size */
	text-transform: uppercase;
	z-index:999; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	/* border-bottom:1px solid #000;  black line below menu */
	}
	
/* Top menu items */
#centeredmenu-1 ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
	}
#centeredmenu-1 ul li {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:0px;
	}
#centeredmenu-1 ul li a {    /* textlink */
	display:block;
	margin:0;
	padding:.3em .4em .3em .4em;
	background:#fff;
	text-decoration:none;
	color:#333;
	}
#centeredmenu-1 ul li.active a { /* de actieve link */
	color:rgba(190,38,48,1.00);
	background:#000;
	}
#centeredmenu-1 ul li a:hover {
	background:#0064a3; /* Top menu items background colour */
	color:#fff;
	}
#centeredmenu-1 ul li:hover a,
#centeredmenu-1 ul li.hover a { /* This line is required for IE 6 and below */
	background:#000; /* Top menu items background colour */
	color:#fff;
	border-bottom:0px solid #03f;
	}

/* Submenu items */
#centeredmenu-1 ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:1.5em;    /* hoogte van uitklapmenu */
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
}
#centeredmenu-1 ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0;   /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu-1 ul ul li a,
#centeredmenu-1 ul li.active li a,
#centeredmenu-1 ul li:hover ul li a,
#centeredmenu-1 ul li.hover ul li a { /* This line is required for IE 6 and below */

	font-size:.7em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#eee;
	color:#444;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:2px solid #ddd; /* sub menu item horizontal lines */
	float:left;
	width:100%;
	padding-top:10px ;
}
#centeredmenu-1 ul ul li a:hover,
#centeredmenu-1 ul li.active ul li a:hover,
#centeredmenu-1 ul li:hover ul li a:hover,
#centeredmenu-1 ul li.hover ul li a:hover { /* This line is required for IE 6 and below */

	background:#000; /* Sub menu items background colour */
	color:#fff;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu-1 ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu-1 ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu-1 ul li:hover ul,
#centeredmenu-1 ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
	z-index:999;
}






/* Main menu settings for menu-2 */
#centeredmenu-2 {
	background:#0179b5;
	clear:both;
	float:left;
	margin:0;
	padding:0;
	border-bottom:1px solid #000; /* black line below menu */
	width:100%;
	font-family:Arial, Geneva, sans-serif; /* Menu font */
	font-size:88%; /* Menu text size */
	text-transform: uppercase;
	z-index:400; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}

/* Top menu items */
#centeredmenu-2 ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#centeredmenu-2 ul li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:1px;
}
#centeredmenu-2 ul li a {    /* textlink */
	display:block;
	margin:0;
	padding:.6em .8em .8em .8em;
	font-size:1em;
	line-height:1em;
	background:#0179b5;
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #000;
}
#centeredmenu-2 ul li.active a { /* de actieve link */
	color:#fff;
	background:#000;
}
#centeredmenu-2 ul li a:hover {
	background:#0179b5; /* Top menu items background colour */
	color:#fff;
	border-bottom:1px solid #000;
	z-index:450;
}
#centeredmenu-2 ul li:hover a,
#centeredmenu-2 ul li.hover a { /* This line is required for IE 6 and below */
	background:#000; /* Top menu items background colour */
	color:#fff;
	border-bottom:1px solid #03f;
	z-index:450;
}

/* Submenu items */
#centeredmenu-2 ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:2.4em;    /* hoogte van uitklapmenu */
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:12em; /* width of the drop-down menus */
}
#centeredmenu-2 ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0;   /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu-2 ul ul li a,
#centeredmenu-2 ul li.active li a,
#centeredmenu-2 ul li:hover ul li a,
#centeredmenu-2 ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.8em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#eee;
	color:#444;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
	float:left;
	width:100%;
	z-index:450;
}
#centeredmenu-2 ul ul li a:hover,
#centeredmenu-2 ul li.active ul li a:hover,
#centeredmenu-2 ul li:hover ul li a:hover,
#centeredmenu-2 ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#000; /* Sub menu items background colour */
	color:#fff;
	float:left;
	z-index:450;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu-2 ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu-2 ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu-2 ul li:hover ul,
#centeredmenu-2 ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
	z-index:450;
}






/*------------------------- PAGE-VERTICAL-MENU  -------------------------*/ 	

#pagemenu	{ font-family: 'KreonLight', Arial, sans-serif; font-size:15px; line-height:20px; color:#0064a3; }
#pagemenu a	{ font-family: 'KreonLight', Arial, sans-serif; font-size:15px; line-height:20px; color:#0064a3; }
#pagemenu a:hover	{ font-family: 'KreonLight', Arial, sans-serif; font-size:15px; line-height:20px; color:#333; text-decoration:none;; }

#pagemenu li { list-style:none; }
#pagemenu ul { list-style:none; }
	

/*------------------------- FOOTERMENU -------------------------*/ 	

#footermenu { text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:9px; padding:0px; color:#666; text-transform:uppercase; }
#footermenu a {  color:#666;  }
#footermenu a:hover{  color:#333; text-decoration:underline; }
