<!-- opmaak van de menu items -->
A {
font-weight: bold;
font-color: #ffffff;
}

a.box:link {
  color: #000000;
  text-decoration: none;
  font-size:10pt;
  font-weight: normal;
  }

a.box:hover {
  color: #49647f;
  text-decoration: underline;
  }
  
a.box:visited {
  color: #000000;
  text-decoration: none;
  }


BODY 
{
color : white;
 
}

TD {
font-family:  Verdana, Arial, Helvetica, sans-serif; 
font-size: 9pt;color: #363434;
}

.menu
{
	display: inline;
	background: #380f06;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 7pt;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

.menu:hover
{
background: #cccccc;
color: #380f06;
underline: none;
}

<!-- kleur menubalk -->
.menufiller
{
background: #49647f;
width:800px;
}



.box 
{ 
float: middle; width: 800px; height: 100%; 
}


#boxContent { border: none; background: white;
}

#boxContent { position: relative; left: 0px; top: 0px; 
}

<!-- rand om witte box -->
#boxContainer { position: relative; background:#999999; margin: 0px; } 

<!-- kleur container tekstbox -->
.zijlijn {
background-color: #ffffff;
borderwidth: 2px;
border:#666666;
}
