body {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: repeat-x;
	background-image: url("bg2.gif");
	min-width: 800px;
}


a {
	text-decoration: none;
}

/* --- menu level 1 --- */

#nav  { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	top: 0px;
	left: 5px;
	z-index:1500;
	}

#nav ul { /* all lists */
	padding: 0px;
	margin: -3px 0 0 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	/* width: 90px; */
	padding-right: 30px;
	font: 0.8em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.5em;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px; 
	left: 0;
	padding: 2px;
	width: 130px;
	background-repeat: repeat-x;
	background-image: url("2ndlevelbkg.gif");
	}

#nav li ul a:link, #nav li ul a:visited 
	{
	padding: 2px;
	display:block;
	width: 130px;
	color: #fff;
	text-decoration: none;
	}

#nav li ul a:hover 
	{
	background: #fff;
	color: #000;
	text-decoration: none;
	}




#nav li:hover ul, #nav  li:hover ul,
#nav li.over ul.subnavigatie { /* lists nested under hovered list items */
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.subnavigatie li { float: left; height: 1%; }
* html ul.subnavigatie li a { height: 1%; }
/* End */

li#searches:hover ul#subnav-searches,
li#searches.over ul#subnav-searches { 
	display:block;
	}

.subnavigatie
	{
	line-height: 3em; 
	}

.hoofdtab
	{
	padding: 0px;
	text-align: center;
	font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #fff;
	height: 18px;
	line-height: 2em;
	display: inline;
	}	

.hoofdtab a:link, .hoofdtab a:visited 
	{
	color: #fff;
	text-decoration: none;	
	}	
