body{
	background-color: #008B62;
	font-family: arial, verdana;
	font-size: 100%; /* 62.5% = 10px */
	color: #000;
    scrollbar-arrow-color:#eee; 
    scrollbar-track-color:#eee; 
    scrollbar-face-color:#000061; 
    scrollbar-highlight-color:#F2F2FF; 
    scrollbar-3dlight-color:#F2F2FF; 
    scrollbar-darkshadow-color:#B3B3FF; 
    scrollbar-shadow-color:#B3B3FF; 
}

/*structuur*/

table.main {
	background-color: #FFFFFF;
	width: 842px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    border: 3px solid white;
    border-collapse: collapse;   
    }
    
table.index {
	background-color: #FFFFFF;
	width: 400px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    border: 3px solid white;
    border-collapse: collapse;   
    }

td.header {
	background: transparent url(images/header2.jpg) no-repeat 0 0;
	width: 842px;
	height: 144px;
	padding: 0;
	margin: 0;
	border: 0px;
	}
	
td.menu {
	background: transparent url(images/navigatie.jpg) no-repeat 0 0;
	width: 183px;
	height: 451px;
	padding: 0;
	margin: 0;
	border: 0px;
	}
	
#content {
	vertical-align: top;
	text-align: left;
	width: 480px;
	height: 382px;
    overflow: auto;
    font-family: arial, verdana;
    font-size: 80%;
    line-height: 1.5em;
    margin: 0 0 0 0;
    padding: 0px 20px 0 15px;
    }
    
    
td.advertentie {
    text-align: right;
    vertical-align: bottom;
    padding: 3px 0 0 0;
    }
    
img.advertentie {
	border: 0px;
	}

td.home {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	

/*navigatie*/

ul{
list-style: none;
margin: 10px 0 0 5px;
padding: 0 0 75px 0;
}

li {
font-weight: bold;
margin: 0 20px 0 2px;
padding: 4px 0 4px 0;
}

a.menu:link, a.menu:visited {
background: transparent url(images/buttonblauw.gif) no-repeat 0 0;
font-size: 12px;
color: #008B62;
font-weight: none;
text-decoration: none;
padding: 0 0 0 10px;
}

a.menu:hover, a.menu:active {
background: transparent url(images/buttongroen.gif) no-repeat 0 0;
font-size: 12px;
color: #00209F;
font-weight: none;
text-decoration: none;
padding: 0 0 0 10px;
}

a.menuActive:link, a.menuActive:visited, a.menuActive:hover, a.menuActive:active {
background: transparent url(images/buttongroen.gif) no-repeat 0 0;
font-size: 12px;
color: #00209F;
font-weight: none;
text-decoration: none;
padding: 0 0 0 10px;
}

	
/*diversen*/

h1 {
    font-family: arial, verdana;
    font-size: 130%;
    color: #00209F;
    height: 30px;
    margin: 0 0 0 16px;
    }
    
h2 {
    font-family: arial, verdana;
    margin: 20px 0 2px 0;
    font-size: 110%;
    color: #00209F;
    } 
    
#hr {
	height: 12px;
	margin: 0;
	width: 475px;
	padding: 0 15px 0 16px;
	}   
    
hr {
    border: 1px solid blue;
    text-align: left;
    }
    
img.agenda {
    border: 1px solid #00209F;
    width: 130px;
    height: 190px;
    margin: 5px 10px 5px 0;
    cursor: pointer;
    }
    
   


/*formulier*/

td.label {
	width: 20%;
	text-align: left;
	}
	
td.button {
	width: 4%;
	text-align: right;
	}
	
td.input {
	width: 70%;
	}








