* {
	margin: 0;
	padding: 0;
}

BODY
{
	background: #FFFFFF;
	color: #000000;
	font-family: "Arial", sans-serif;
	font-size: 11px;
}

IMG
{
	border: 0;
}

UL
{
	list-style-position: inside;
}

STRONG
{
	color: #D50033;
	font-family: Arial;
	font-size: 13px;
}

.clear 
{
	clear: both;
}

/*links
-----------------------------------------------------------*/
A:link, A:active, A:visited 
{
	color: #D50033;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

/*Headings
-----------------------------------------------------------*/
H1 
{
	float: left;
	font-size: 18px;
	font-style: italic;
	padding: 17px 0 0 40px;
}

H2
{
	color: #D50033;
	font-family: Arial;
	font-size: 13px;
}

H3
{
	color: #D50033;
	font-family: Arial;
	font-size: 20px;
	margin: 0 0 20px 0;
}

/*div elementen
-----------------------------------------------------------*/
DIV#wrapper {
	width: 100%;
}

	div#header
	{
		height: 107px;
		width: auto;
	}
	
		DIV#logo
		{
			background: url('logo.jpg') no-repeat;
			float: left;
			height: 107px;
			overflow-x: hidden;
			text-indent: -99999px;
			width: 236px;
		}
		
		DIV#head
		{
			background: url('backdrop_head.jpg') no-repeat top right #F9F500;
			height: 55px;
			width: auto;
		}
		
			DIV#head A
			{
				float: right;
				margin: 0 110px 0 0;
			}
			
	DIV#navigatie
	{
		background: url('backdrop_nav.jpg') no-repeat bottom left #F9F500;
		float: left;
		padding: 12px 0 200px 0;
		margin: 0 5px 0 0;
		width: 137px;
	}
	
	DIV#content
	{
		float: left;
		width: 600px;
	}
	
		DIV#inhoud
		{
			font-size: 12px;
			padding: 10px 30px;
			width: 600px;
		}
		
		DIV#adres
		{
			background: url('exact.jpg') no-repeat;
			border: solid 1px #ACA899;
			height: 90px;
			padding: 3px;
			text-align: right;
			width: 782px;
		}
		
			DIV#adres A
			{
				color: #000000;
				font-weight: normal;
			}
	
		DIV#links
		{
			float: left;
			margin: 0 8px 0 0;
			padding: 9px 0 0 0;
			width: 264px;
		}
		
			DIV#links P
			{
				border: solid 1px #ACA899;
				margin: 0 0 5px 0;
				padding: 3px;
				width: 258px;
			}
		
		DIV#rechts
		{
			float: left;
			padding: 9px 0 0 0;
			width: 510px;
		}

			DIV#rechts P
			{
				border: solid 1px #ACA899;
				margin: 0 0 5px 0;
				padding: 3px;
				width: 510px;
			}
			
DIV#footer
{
	color: #000000;
	font-size: 10px;
	padding: 20px 0 0 0;
	text-align: center;
	width: 100%;
}

/*Navigaties
-----------------------------------------------------------*/
UL#leftnav
{
	list-style-type: none;
	list-style-position: outside;
}

	UL#leftnav LI
	{
		background: #FFFFFF;
		height: 23px;
		margin: 0 0 12px 5px;
		width: 123px;
	}
	
		UL#leftnav LI A
		{
			color: #000000;
			display: block;
			font-weight: bold;
			padding: 5px 0 0 9px;
			text-decoration: none;
		}
		
		UL#leftnav LI A:hover
		{
			color: #F9F500;
		}

/*Fromulieren
-----------------------------------------------------------*/

