



BODY
    { background-color: #4e4838; 
    margin: 25px 0 0; 
    inherit; scrollbar-arrow-color: #000000; 
    scrollbar-base-color: inherit; scrollbar-dark-shadow-color: inherit; scrollbar-face-color: #B1D0F2; scrollbar-highlight-color: inherit; scrollbar-shadow-color: inherit;
    }


table, tr, td
{
	border-spacing:0;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	}

a:link {

color: white; font-size: 11px; font-family: Verdana, sans-serif; font-weight: normal; line-height: 11pt;text-decoration: underline

}

a:visited {

	color: white; font-size: 11px; font-family: Verdana, sans-serif; font-weight: normal; line-height: 11pt; text-decoration: underline

}



p  { color: white; font-size: 11px; font-family: Verdana, sans-serif; font-weight: normal; line-height: 11pt; margin-left: 15px; margin-top: 15px;margin-right: 15px;margin-bottom: 15px;}

.agenda p {color:#4e4838; font-size: 12px;  }


.donkergrijs { background-color: #4e4838; }
.grijs { background-color: #75715e; }

.middelgrijs { background-color: #a39c8b; }
.lichtgrijs { background-color: #c0bbab; }


.bijschrift
{ color: #4e4838; font-size: 10px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, sans-serif; text-align: left; margin-right: 10px; margin-bottom: 5px; margin-left: 40px; }
.colofon
{ color: #4e4838; font-size: 8px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, sans-serif; text-align: left; margin-right: 10px; margin-bottom: 5px; margin-left: 0; }

.klein
{font-size: 9px}


/* Begin CSS Drop Down Menu */

#menuh-container
	{
	margin-top: 20px;
	margin-left: 20px;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;

	}
		
#menuh a
	{
	display:block;
	white-space:nowrap;
	margin:0;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	text-decoration:none;
	}	
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:115px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;

	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

