/**************************************
MENU  (heet origineel menu simple -vertical)
**************************************/
#menu_vert {
	margin-left: -25px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0em;
}

/* menu li block */
#menu_vert li {
	list-style: none;
	margin: 0;
	border-bottom: 0;
	display: block;
}

#menu_vert ul ul li {
	border: none;
	margin-left: -20px;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.2em 0.2em 0.2em 0.2em; /* some air for it */
	color: #CC6600; /* this will be link color for all levels */
	background: url(images/leeg.gif) no-repeat;
	min-height:1em; /* Fixes IE7 whitespace bug */
	font-weight: bold;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.2em;
	background-position: 0em;
	color: #CC9900;
	font-weight: normal;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.2em 0.2em 0.2em 0.2em;
   background: url(images/leeg.gif) no-repeat; 
}

/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	font-weight: bold;
	color: #FFFFFF;
}
div#menu_vert a.activeparent:hover {
   color: #FFFFFF;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/leeg.gif) no-repeat; 
   color: #CC9900;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 0.2em; 
   background-color: transparent;
   color: #FFFFFF;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/leeg.gif) no-repeat;
   background-color: transparent;
   display: block; 
   padding: 0.2em 0.2em 0.2em 0.2em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   background-position: 0.2em;
   background-color: transparent;
   border-bottom: none;
   color: #ffffff;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.2em 0.2em 0.2em 0.2em;
   background: url(images/leeg.gif) no-repeat; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 0.2em 0 0.2em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/* Nummer verbergen voor de menuitems */
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


/* Einde menu-opmaak*/

body {
	font: small Verdana, Sans-serif;
	background-color:#770000;
	left: 0px;
	top: 0px;
	}
#wrapper {
	position:absolute;
	left:50%;
	top:50px;
	margin-left: -380px;
	width:760px; 
	height:520px;
	}
#maincontainer {
	}	
#background {
	position:absolute;
	z-index:1;
	width:760px;
	top:110px;	
	height:410px;
	}
#header {
	z-index:12;
	height: 110px;
	}
#navi {
	position:absolute;
	top:120px;
	left:0px;
	width:145px;
	z-index:10;
	height: 290px;
	}
#scroller {
	position:absolute;
	width:760px;  
	top:120px; 
	left:0px; 
	height:285px;
/*bottom:114px; om ook in ie6 een goede scroll te krijgen moet je height gebruiken, niet met bottom*/
	overflow:auto; 
	z-index:2;

	scrollbar-arrow-color: #ffaaaa;
	scrollbar-face-color: #aa0000;
	scrollbar-highlight-color: #c40000;
	scrollbar-3dlight-color: #840000;
	scrollbar-shadow-color: #5e0000;
	scrollbar-darkshadow-color: #370000;
	scrollbar-track-color: #aa0000;
	} 

#content {
	padding: 0px 20px 0px 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
#footer {
	position:absolute;
	top:410px;
	width:760px;
	height:114px;
	z-index:10;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	}
#foottext {
	position: relative;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	z-index: 12;
	top: 95px;
	left: 165px;
	width: 595px;
	
}
#foottext a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

div#navi a.statisch {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.2em 0 0.2em 18px; /* some air for it */
	color: #CC6600; /* this will be link color for all levels */
	background: url(images/leeg.gif) no-repeat;
	min-height:1em; /* Fixes IE7 whitespace bug */
	font-weight: bold;
	bottom: 1px;
	position: absolute;
	border: 0;
}
div#navi a.statisch:hover {
	color: #FFFFFF;
}
