/* ----------------------------- header: AAP logo*/
#header img {
	float: left;
	margin-top: -116px;
	margin-left: 58px;
}
/* ----------------------------- header: menu top oranje balk (home, actueel...) */
div.moduletable_menu ul.menu {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-left: 288px;
	text-transform: uppercase;
	padding-top: 163px;
	margin-top: 0px;
}
div.moduletable_menu ul.menu li {
	float: left;
	background-image: none;
	padding-right: 13px;
	padding-left: 0px;
}
div.moduletable_menu ul.menu a:link, div.moduletable_menu ul.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, "Trebuchet MS", sans-serif;
}
div.moduletable_menu ul.menu a:hover, div.moduletable_menu ul.menu a:active {
	color: #000000;
	text-decoration: none;
}
/* ----------------------------- header: menu rechts (contact, over aap...) */
div.moduletable_menurechts ul.menu {
	font-size: 11px;
	letter-spacing: 0.05em;
	margin-top: -162px !important;
	text-transform: uppercase;
	/* z-index: 99; */
}

div.moduletable_menurechts , div.moduletable_zoek {
	position: relative; /* want het menu verdween in msie */
}

div.moduletable_menurechts ul.menu li {
	background-image: none;
	padding-left: 10px;
	margin-bottom: 3px;
}
div.moduletable_menurechts ul.menu a:link, div.moduletable_menurechts ul.menu a:visited {
	color: white; /* #9AB6A7; */
	text-decoration: none;
}
div.moduletable_menurechts ul.menu a:hover, div.moduletable_menurechts ul.menu a:active {
	color: #9AB6A7; /* #FFFFFF; */
	text-decoration: none;
}
/* ----------------------------- header: menu rechts taalkeuze*/
div.moduletable_language {
	border: solid 0px yellow;
	margin-top: -6px;
	margin-bottom: 3px;
	position: relative;
}
li.language {
	color: #F09901;
	list-style: none;
	padding: 0;
	margin: 0;
}
li.language a:link, li.language a:visited {
	color: #F09901;
	text-decoration: none;
	font-size: 11px;
}
li.language a:hover, li.language a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* ----------------------------- header: menu rechts zoek*/
input.inputbox_zoek {
	height: 17px;
	width: 110px;
	border: 1px solid #FFFFFF;
	margin-right: 2px;
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 9pt;
}
li#search {
	color: #F09901;
}
li#search a:link, li#search a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
li#search a:hover, li#search a:active {
	color: #FFFFFF;
	text-decoration: none;
}
