    body {
			font-family: Arial, Helvetica, Verdana  ;
    			font-size: 12px;
			text-align:center;
			margin-top: 5px;
			margin-bottom: 5px;
			height: 800px;
			background-image: url(images/bg.gif);

    }

    H1 {
    		font-size: 14px;
    		color: #454545;
    		padding: 5px;
    		border-bottom: 2px solid #454545;
    		width: 100%;
	}

    H2 {
    		font-size: 12px;
    		color: #454545;
    		padding: 5px;
    		border-bottom: 1px solid #454545;
    		width: 40%;
	}

    H3 {
    		font-size: 12px;
    		color: #454545;
    		padding: 5px;
	}

    p	{
    		font-size: 12px;
    		padding: 5px;
	}

	.voetnoot {
			font-size: 10px;
			color: #63a716;
	}

	#page {
			width:800px;
			text-align:left;
			
	}
	
	#header {
			border: 1px solid #454545;
			height: 80px;			
			width: 795px;
			background-image: url('images/head.jpg');		
			text-align: right;
			padding-right: 5px;
	} 

	#main {
			position:relative;
			border: 1px solid #454545;
			width: 800px;
			margin-top: 5px;
			background-color:#FFFFFF;		
			background-image: url('images/frame_bg_gr.jpg');
			background-repeat: repeat-y;		
	} 
	
	#links {
			float:left;
			width:156px;
			padding: 8px;
			background-image: url('images/frame_bg_gr.jpg');
			repeat: repeat;	
	}
	
	#rechts {
			height:100%;
			float:left;
			width:505px;
			padding: 5px;
		}	
	
	#footer {
			text-align:left;
			padding: 3px;
			width: 794px;
			border: 1px solid #454545;
			margin-top: 5px;
			background-image: url('images/footer.jpg');
	}	

img#stijl {
			border: 1px solid #454545;
			margin: 5px;
	}	

   	a {
		font-weight: bold;
	}

	a:link {
		color: #454545;
		text-decoration:none;
	}

	a:visited {
		color: #454545;
		text-decoration:none;
	}

	a:link:hover {
		text-decoration:underline;
	}

	a:active {
		color: #666666;
		text-decoration:none;
	}

	.activelink {
		color: #666666;
		font-weight: bold;
	}
	
	a#voetnoot {
		font-size:9px;
		color: #ffffff;
			
	}
	


.fluidroundblack {
border:1px solid #454545;
width: 100%;
background: #f1ffec;
margin-bottom: 10px;

}

#box{
margin: 6px ;
padding: 6px;
}

.topfiller, .bottomfiller, .roundtop, .roundtopright,.roundbottom, .roundbottomright {
height:6px;
font-size:1px;
line-height:1px;
}

.bottomfiller, .topfiller {
width: 100%;
clear:both;
position:relative;
}

.roundtop { 
background: url(images/circle.png) no-repeat top left; 
width:6px;
float:left;
position:relative;
top:-1px;
left:-1px; 
}

.roundtopright { 
background: url(images/circle.png) no-repeat top right; 
float:right;
width:6px;
position:relative;
top:-1px;
left:1px; 
}

.roundbottom {
background: url(images/circle.png) no-repeat top left; 
background-position: 0 -6px ;
width:6px;
float:left;
position:relative; 
top:1px;
left:-1px;
}

.roundbottomright {
background: url(images/circle.png) no-repeat top right; 
background-position: -6px -6px ;
width:6px;
float:right;
position:relative; 
top:1px;
left:1px;
}

select {
	padding:2px;
	border: 1px solid #CCCCCC;
} 

.btn { 

font-color: #454545;
background-color:#fed; 
border:1px  solid #f1ffec;
border-top-color:#CCCCCC; 
border-left-color:#CCCCCC; 
border-right-color:#CCCCCC; 
border-bottom-color:#CCCCCC;  

filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#caf3bb');
} 
	
