body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color: #ffffff;

    SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #00704a;
    SCROLLBAR-SHADOW-COLOR: #00704a;
    SCROLLBAR-ARROW-COLOR: #00704a;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
    SCROLLBAR-BASE-COLOR: #ffffff;
	
}

td.inhoud
{
	background-image:url(images/achtergrond.gif);
	background-repeat:no-repeat;
}
.scrollingcell {
	font-family: Arial;
	font-size: 9pt;
	color: #00704A;

	display:block;
	overflow: auto;
	width: 450px;
	height: 430px;
	visibility: visible;
	padding-right:0px;


    SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #00704a;
    SCROLLBAR-SHADOW-COLOR: #00704a;
    SCROLLBAR-ARROW-COLOR: #00704a;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
    SCROLLBAR-BASE-COLOR: #ffffff;
} 

#top_flash
{
	position:relative;
	z-index:1;
}

#top_beeld
{
	position:relative;
	top:-225px;
	z-index:0;
}

#menu_boven
{
	position:relative;
	top:-225px;
	height:25px;
}

#inhoud_tekst
{
	position:relative;
	top:-225px;
	height:475px;
}

#menu_onder
{
	position:relative;
	top:-225px;
	height:25px;
}
.tekst{
	font-family: Arial;
	color: #00704A;
	margin:25px 50px 25px 50px;
	width:400px;
}

td 
{
	font-family: Arial;
	font-size: 9pt;
	color: #00704A;
}

.kop {
	font-size: 13px;
	font-weight: bold;
}


a:link, a:visited {
	font-family: Arial;
	color:#00704A;
	text-decoration:underline;	
} 

a:hover {
	font-family: Arial;
	color: #D5E04E;
	text-decoration:underline;
} 

.textarea
{
    border-color:#D5E04E;
    border-style:solid;
    border-width: 1px;
    background-color:#ffffff;
	font-size: 9pt;
	font-family:  "arial";
	color:#00704A;
	height:70px;
	width:200px;
}

.textbox
{
    border-color:#D5E04E;
    border-style:solid;
    border-width: 1px;
    background-color:#ffffff;
	font-size: 9pt;
	font-family: "arial";
	color:#00704A;
	height:18px;
	width:200px;
}

.button
{
    border-color:#D5E04E;
    border-style:solid;
    border-width: 1px;
    background-color:#ffffff;
	font-size: 9pt;
	font-family:  "arial";
	color:#00704A;
	height:18px;
	width:98px;
}



