body {
	margin : 8px 0 0 0;
	padding : 0 0 0 0;
	
	background-color : #ffffff;
	background-image : url(/img/nav/backnav.gif);
	color : #000000;
	background-repeat : repeat;
}

a:link { 
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #003565;
	text-decoration : none;
}

a:visited { 
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #003565;
	text-decoration : none;
}

a:active { 
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #003565;
	text-decoration : none;
}

a:hover { 
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #535252;
	text-decoration : underline;
}

/*

  Hieronder de class definities voor de menuitems aan de linker kant.

*/
#container { 
	/* 
		IE handles the width as the full width of a css block 
		opposed to the inner width as CSS LVL1 specifies.

		Using a container around the menu divs items resolves 
		the width problem IE introduces.
	*/
	width: 149px; 
}

.menuitem {
	display : block;
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	margin-right : 15px;
	text-decoration : none;
	color : #003565;
	font-weight : regular;
	background-repeat : repeat-y;
	vertical-align : middle;
	line-height : 24px;
}

.menusplit1 {
	background-image : url(/img/nixel.gif);
	height : 1px;
}

.activesplit {
	background-image : url(/img/nav/split_blok.gif);
	height : 1px;
	background-repeat : no-repeat;
}

.level1 {
	background-image : url(/img/nav/background.gif);
	font-weight : bold;
	padding-left: 10px;
}

.level1_act {
	background-image : url(/img/nav/selected.gif);
	background-repeat : repeat-y;
	font-weight : bold;
	color : #ffffff;
	padding-left: 10px;
}

.menusplit2 {
	background-image : url(/img/nav/split_blok.gif);
	height : 1px;
	background-repeat : no-repeat;
}

.level2 {
	background-image : url(/img/nav/sub.gif);
	padding-left: 20px;
}

.level2_act {
	background-image : url(/img/nav/subsub.gif);
	font-weight : bold;
	padding-left: 20px;
}

.menusplit3 {
	background-image : url(/img/nav/split_blok.gif);
	height : 1px;
	background-repeat : no-repeat;
}

.level3 {
	background-image : url(/img/nav/sub.gif);
	padding-left: 30px;
}

.level3_act {
	background-image : url(/img/nav/subsub.gif);
	font-weight : bold;
	padding-left: 30px;
}

.menusplit4 {
	background-image : url(/img/nav/split_blok.gif);
	height : 1px;
	background-repeat : no-repeat;
}

.level4{
	background-image : url(/img/nav/sub.gif);
	padding-left: 40px;
}

.level4_act {
	background-image : url(/img/nav/subsub.gif);
	font-weight : bold;
	padding-left: 40px;
}

.white {
	color: #ffffff;
}

.block1 {
	display : block;
	margin : 0 15px 0 0;
	padding : 0 0 0 0;
	border : 0 0 0 0;
	background : #000;
	
}

.block2 {
	display : block;
	width : 168px;
	background: #000;
}

