
body {
  background-color: #848484;
  color: #000000;
  font-family: Arial,Verdana,Trebuchet;
  font-size: 10pt;
  scrollbar-face-color : lightgreen;
  scrollbar-shadow-color : Darkgreen;
  scrollbar-highlight-color : Lightgreen;
  scrollbar-3dlight-color : Lightgreen;
  scrollbar-darkshadow-color : Darkgreen;
  scrollbar-track-color : #009E49;
  scrollbar-arrow-color : #000000;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

table, dt a {
  background-image: url('../images/achtergrond.png');
  color: #000000;
  font-family: Arial,Verdana,Trebuchet;
  font-size: 10pt;
}

a:link,a:active,a:visited {
  font-family: Arial,Verdana,Trebuchet;
  font-size: 10pt;
  color: #00A651;
  background: transparent;
  text-decoration: none;
}

a:hover {
  font-size: 10pt;
  color: 939598;
  text-decoration: none;
}

.topmenu, a.topmenu:link, a.topmenu:visited,a.topmenu:active{
  font-size: 12pt;
  font-family: Arial,Verdana,Trebuchet;
  color: #009E49;
  background: transparent;
  text-decoration: none;
 font-weight: bold;
}

a.topmenu:hover{
  font-size: 12pt;
  color: #939598;
  text-decoration: none;
 font-weight: bold;
}

/*
a.menu:link, a.menu:visited,a.menu:active{
background-image: url('../images/button_groen.png');
}
*/
#treemenu1 li:hover {
background-image:url("../images/button_grijs.png");
}

a.menu2:hover{
background-color: #CED9CD;
}

h1,h2,h3,h4,h5 {
  color: #000000;
  background: transparent;
  font-weight: bold;
  font-family: Arial,Verdana,Trebuchet;
}

pre {
  margin-left: 10%;
  white-space: pre;
}

.copy,a.copy,a.copy:hover,a.copy:visited,a.copy:active {
  font-family: Arial,Verdana,Trebuchet;
  text-weight: bold;
  color: #000000;
  text-decoration: none;
  font-size: 9px;
}

.button {
  color: #009E49;
  cursor: hand;
  background: #ffffff;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  border : 1px solid #009E49;
  font-family: Arial,Verdana,Trebuchet;
  font-size: 9pt;
}

select, .inputtext, textarea {
  border : 1px solid #009E49;
  color: #009E49;
  font-family: Arial,Verdana,Trebuchet;
  font-size: 9pt;
  font-style: bold;
}


/* ----------------------------------------------- */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 25px;
padding: 0;
list-style-type: none;
background-image: url('/images/button_grijs.png');
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-image: url('../images/button_groen.png');
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 203px; /*Width of top level menu link items*/
height: 33px; /*Width of top level menu link items*/
 font-size: 11pt;
 font-family: Arial,Verdana,Trebuchet;
 font-weight: bold;
 text-decoration: none;
 color: #FFFFFF;
}
	
.suckertreemenu:hover ul li{
/*background-color: #CED9CD;*/
background-image: url('/images/button_grijs.png');
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: -39px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
list-style-type: none;
text-align: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 203px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
color: #000000;
text-decoration: none;
padding: 0px;
border: 1px solid #ccc;
background-color: #CED9CD;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a.menu2:hover{
background-color: #CED9CD;
color: #ffffff;
}

.suckertreemenu ul li a:hover{
color: #ffffff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
display: none;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

</style>

