	/* The Reset - Slightly altered - */

	body,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,

	h6,pre,form,fieldset,input,p,blockquote,table,

	th,td { margin: 0; padding: 0; }

	fieldset,img,abbr { border: 0; }
	
	address,caption,cite,code,dfn,th,var { font-style: normal; }

	caption,th { text-align: left; }

	q:before,q:after { content: ''; }

	a { text-decoration: none; }

	body {

		font-size: 100%;

		font-family:Helvetica, Verdana, Arial, Sans-serif;

		line-height: 1.4em;
		
		color: #373735;
}

a {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 { margin:0 0 20px 0; }

p, ul, ol, form, table { margin:0 0 10px 0; }

html {
	background:url('images/background.png') repeat-x;
}

body {
	text-align:center;
	background:url('images/container.png') center top no-repeat;	
	
}

#container {
	margin:0 auto;
	width:800px;
	text-align:left;
	font-size:0.75em;
}

ul#navigatie {
	float:left;
	display:inline;
	width:800px;
	margin:0;
}

	#navigatie li {
		display:inline;
		margin:0 20px 0 0;
	}
	
	#navigatie li a {
		float:left;
		padding:8px 19px 9px 19px;
		color:#f9f9f9;
	}
	
		#navigatie li a:hover {
			background:#262626;
		}
	
	#navigatie a.current {
		background:#363636;
		border-top:1px solid #535252;
		border-bottom:1px solid #1a1a1a;
		border-left:1px solid #2a2a2a;
		border-right:1px solid #2a2a2a;		
	}
	
#header {
	float:left;
	display:inline;
	width:800px;
	height:110px;
	margin-bottom:10px;
}

	#header h1 {
		float:left;
		margin:0;
	}
	
	#header h2 {
		float:right;
		margin:0;
	}
	
	#header h3 {
		margin-left: 100px;
		float: left;
	}
	
		#header h1 a {
			float:left;
			display:block;
			width:169px;
			height:108px;
			margin:0;
		}
		
		#header h2 a {
			float:left;
			display:block;
			width:133px;
			height:70px;
			margin:0;
		}
		
		#header h3 a {
			float:left;
			display:block;
			width:250px;
			height:108px;
			margin:0;
		}
		

#content {
	float:left;
	width:798px;
	padding:30px 0 30px 0;
	background:url('images/contentbg.png') repeat-x;	
}

	#content h1, #content p {
		margin-left:40px;
		margin-right:40px;
	}

#footer {
	clear:both;
	width:780px;
	margin:0 10px;
	font-size:0.9em;
	padding:30px 0 0 0;
}

	
