/* ALGEMEEN */
*
{	padding: 0;
	margin: 0;
}
html	{
	margin-bottom: 1px;
	height: 100%;
}
body
{	margin-top: 20px;	
	font-size: 10pt;
	background: #F4FFEB;
	font-family: verdana, tahoma, arial;
}
#container
{	margin: auto;
	width: 750px;
	overflow: auto;
}

/* TOP */
	#header	{	
	 	width: 750px;
		height: 186px;
	}
	#headertop	{
		height: 3px;
		width: 750px;
		background: url(opmaak/border/headertop.jpg) no-repeat center;		
	}
	#headermain
	{	background: url(opmaak/border/bgheader.jpg) repeat-y center;
		height: 180px;
		width: 750px;
	}
	#headerimage	
	{	margin-left: 3px;
		height: 180px;
		width: 744px;
	}
	#headerbottom	{
		height: 3px;
		width: 750px;
		background: url(opmaak/border/headerbottom.jpg) no-repeat;
	}
/* MIDDLE */
	/* MENU */
		#menu	{	
		 	width: 165px;
			margin-top: 15px;
			float: left;
		}
		#menutop	{
			height: 3px;
			width: 100%;
			background: url(opmaak/border/menutop.jpg) no-repeat center;		
		}
		#menumain
		{	background: url(opmaak/border/bgmenu.jpg) repeat-y center;
			height: 100%;
			width: 100%;
		}
		#menubottom	{
			height: 3px;
			width: 100%;
			background: url(opmaak/border/menubottom.jpg) no-repeat center;
		}
	/* BOX */
		.box	{	
		 	width: 570px;
			margin-top: 15px;
			float: right;
		}
		.boxtop	{
			height: 3px;
			width: 570px;
			background: url(opmaak/border/maintop.jpg) no-repeat center;		
		}
		.boxmain
		{	background: url(opmaak/border/bgmain.jpg) repeat-y center;
			height: 100%;
			width: 100%;
		}
		.boxbottom	{
			height: 3px;
			width: 570px;
			background: url(opmaak/border/mainbottom.jpg) no-repeat center;
		}
		p	{
			text-align: justify;
			padding: 5px 10px 5px 10px;
		}
		p.menu	{
			text-align: left;
			padding: 5px 10px 5px 12px			
		}
/* BOTTOM */
	#footer
	{	margin: auto;
		text-align: center;
		font-size: 10px;
		height: 40px;
	}
/* Rest */
a.link	{
	color: #3A8200;
	text-decoration: none;
}
a.link:link		{ color: #3A8200; text-decoration: none; }
a.link:visited	{ color: #3A8200; text-decoration: none; }
a.link:hover	{ color: #3A8200; text-decoration: underline; }
a.link:active	{ color: #3A8200; text-decoration: none; }

span.kop	{
	text-decoration: underline;
	font-weight: bold;
}

/* Mail forumulier */
	label {
		float: left;
		width: 140px;
		text-align: left;
		padding-top: 5px;
	}
	
	input, textarea {
		padding: 3px;
		margin: 3px;
		border: 1px solid #bac5d6;
		font: 10px Verdana, sans-serif;
		background: #fff;
	}
	input.fout, textarea.fout {
		border: 1px solid #FF0000;
	}
	
	label.fout {
		color: #FF0000;
	}
/* einde mailformulier */














