html , body
{
    font-family: verdana, arial;
    font-size: 10pt;
    background-color: #8bb207;
	color: #000000;
	text-align: center;
	width: 100%;
	padding: none;
	margin: 0 auto;
}
div 
{
    padding: 0px;
    margin: 0px;
}
#top
{
	width: 1024px;
	margin: 0% auto 0% auto;
}
#header
{
    width: 943px;
    height: 152px;
	background-image: url( "../images/header.jpg");
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#left
{
    width: 29px;
    height: 850px;
	background-image: url( "../images/left.jpg");
	background-repeat: no-repeat;
	float: left;
}
#right
{
    width: 48px;
    height: 850px;
	background-image: url( "../images/right.jpg");
	background-repeat: no-repeat;
	float: left;
}
#main
{
    text-align: left;
    width: 944px;
    height: 657px;
	background-image: url( "../images/main.jpg");
	background-repeat: repeat-y;
	position: relative;
	top: 152px;
}
#main_left
{
    padding: 10px;
    width: 464px;
    float: left;
}
#main_right
{
    padding: 30px;
    width: 400px;
    height: 560px;
    float: left;
}
#bottom
{
    width: 943px;
    height: 41px;
	background-image: url( "../images/bottom.jpg");
	background-repeat: no-repeat;
	position: relative;
	top: 152px;
	z-index: -1;
}
.bottom_right
{
    float: right;
    text-align: right;
    width: 480px;
    height: 35px;
    margin-top: -10px;
}
#inhoud
{
    font-family: Fantasy;
    font-size: 52px;
    color: #528dc8;
}
h1
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    vertical-align: bottom;
    font-size: 20px;
    color: #528dc8;
    font-weight: normal;
}
h2
{
    font-size: 10pt;
    color: #d42729;
}
img
{
    border: none;
}
#main_left img {
    vertical-align: bottom;
    margin-bottom: 1px;
}
.toc_title {
    padding: 0px 0px 0px 4px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    vertical-align: bottom;
    font-size: 18px;
    color: #528dc8;
}
.toc_text {
    padding: 0px 0px 0px 40px;
    margin: 0px;
    width: 200px;
    font-size: 11px;
}
.toc_text a, .toc_text a:visited, .toc_text a:hover, .toc_text_r a, .toc_text_r a:visited, .toc_text_r a:hover {
    text-decoration: none;
    color: #000000;
}
.toc_text_r {
    padding: 0px 0px 0px 40px;
    margin: 0px;
    font-size: 11px;
}
#main_left div:hover .toc_title
{
    text-decoration: underline;
}