BODY {
	scrollbar-highlight-color: 	#FFFFFF;
	scrollbar-shadow-color: 	#000000;
	scrollbar-3dlight-color: 	#CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-arrow-color: 		#019DDC;
	scrollbar-base-color: 		#CCCCCC;
	scrollbar-track-color:	 	#CCCCCC;
    margin: 0px;
	padding: 0px;
    background-color: #E5F0EA;
    background-image: url(../images/bg.gif);
    background-position: left top;
    background-repeat: repeat-y;
	}

#bg {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 1;
	}

#logo {
	position: absolute;
	left: 8px; top: 17px;
	z-index: 2;
	}
	
#menuBG {
	position: absolute;
	left: 0px; top: 10px;
	width: 150px;
	z-index: 2;
	}
td.menu {
	height: 19px;
	padding-left: 3px;
	font-family: Verdana, san-serif; font-size: 10px;
	font-weight: bold;
/*	background-color: #00A790;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6; */
	}
#menuFG {
	position: absolute;
	left: 0px; top: 10px;
	width: 150px;
	z-index: 3;
	}
#menuFG td.menuItem {
	height: 19px;
	padding-left: 3px;
	font-family: Verdana, san-serif; font-size: 10px;
	font-weight: bold;
	color: #fff;
	}
a.menu {
	color: #00A790;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
	}
a.menu:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
	}

#datum {
	position: absolute;
	left: 160px; top: 25px;
	z-index: 2;
	font-family: Arial, san-serif; font-size: 9px;
	color: #0051A2;
	}
	
#contentContainer {
	position: absolute;
	left: 160px; top: 50px;
	width: 575px;
	z-index: 3;
	font-family: Verdana, san-serif; font-size: 11px;
	color: #000000;
	text-align: left;
	}

h1 {
	font-family: Arial, san-serif; font-size: 16px;
	color: #005DAB;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#content {
	position: relative;
	left: 10px; top: 0px;
	width: 565px;
	z-index: 3;
	font-family: Verdana, san-serif; font-size: 11px;
	color: #000000;
	text-align: left;
	}

.dotted {
	border: 1px #00A790 dotted;
	}
	
td {
	font-family: Verdana, san-serif; font-size: 11px;
	color: #000000;
	}
	
a {
	color: #0051A2;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
	}
a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #0051A2;
	}

.abc {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
	font-weight: bold;
	color: #000000;
	}
	
.ledenlijst {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
	color: #000000;
	}
	
.oranje {
	color: #00A790;
	}

.blauw {
	color: #005DAB;
	}

.caption {
    font-family: Verdana, sans-serif;
    font-size: 7pt;
	font-style: italic;
	color: #000000;
	}

.small {
    font-size: 8pt;
	}
	
.noBorder {
	text-decoration: none;
	border-bottom: 0px;
	}

A.noLines, A.noLines:active, A.noLines:visited, A.noLines:hover {
	text-decoration: none; font-style: normal; font-weight: normal;
	border-bottom: 0px;
	}

.programma {
	background: #00A790;
	padding: 10px;
	color: #fff;
	}
	
.vasteagenda {
	background: #00A790;
	padding: 10px;
	color: #fff;
	text-align: left;
	width: 100%;
	font-size: 12px;
	line-height: 32px;
	}
.vasteagenda h1 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0.25em;
	}
	
.persoon {
	background: #005DAB;
	padding: 10px;
	color: #fff;
	font-style: italic;
	}
.persoonW {
	clear: both;
	background: #fff;
	padding: 10px;
	color: #000;
	font-style: italic;
	}
.clear {
	clear: both;
	}