body			{font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: normal; FONT-SIZE: 9pt; color: #CCCCCC;}

<!-- hyperlinks{  }
	a:link		{text-decoration: underline; color: #327FC3;}
	a:active	{text-decoration: underline; color: #327FC3;}
	a:visited	{text-decoration: underline; color: #327FC3;}

<!-- tables{  }
	table		{font-size: 100%; cellspacing: 0; cellpadding: 3; bordercolor: #DDDDDD; frame: below; rules: rows;}
	th			{text-align: left; background: #DDDDDD; vertical-align: top;}
	tr			{vertical-align: top;}
	td			{vertical-align: top; align: left;}

<!-- tekst{  }
	p			{font-size: 100%; margin-left: 10; margin-right: 10}
	.p2 		{font-size: 14px; font-family: Arial; color: #CCCCCC; text-decoration: none;}
	.ngw 		{font-size: 9px; font-family: Arial; color: #CCCCCC; text-decoration: none;}
	.titel 		{font-size: 16px; font-family: Arial; color: #CCCCCC; text-decoration: none;}
	.alerter	{font-size: 12px; font-family: Arial; color: #F20000;}

<!-- velden{  }
	.veld		{font-size: 12px; font-family: Arial; COLOR: #CCCCCC; background-color: #000000; border:1px solid #CCCCCC}
	.veldscript {border: 0px; background-color: #E9E9E9; FONT-SIZE: 12px; font-family: Arial; COLOR: #006eb9;}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: black url("../images/list.jpg") no-repeat left top;
list-style-type: none;
padding-left: 32px;
margin-bottom: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: black url("../images/closed.jpg") no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


.treeviewHelp ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeviewHelp li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: black url("../images/list.jpg") no-repeat left top;
list-style-type: none;
padding-left: 32px;
margin-bottom: 0px;
}

.treeviewHelp li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: black url("../images/vraagteken.jpg") no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeviewHelp li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeviewHelp .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

</style>
