		body {
		  margin: 0;
		  padding: 0;
		  text-align: center;	
		  color: #000;
		  background: #C8D8F3 url(images/achtergrond.jpg) no-repeat center top ;
		  font-family: "Myriad Web Pro", Corbel, Calibri, "Lucida Grande", Arial, sans-serif;
		  font-size: 14px;
		  line-height: 120%;
		}
		
		p,
		ul,
		li,
		h1,
		h2,
		h3,
		h4,
		form,
		fieldset,
		object,
		embed,
		param	{
			margin: 0;
			padding: 0;
		}

		a {
			color: #DB4816;
			text-decoration: none;
			font-weight: bold
		}
		
		a:hover {
			color: #000;
		}
		
		#container {
		  width: 960px;
		  height: 700px;
		  margin: 0 auto;
		  text-align: left;
		}
		
		#header {
			width: 960px;
			height: 50px;
		}	
		

		#header_left {
		  float: left;
		  width: 450px;
		}

		#header_right {
		  width: 450px;
		  float: right;
		}
		
		#footer {
			width: 100%;
			height: 20px;
			clear: both;
			font-size: 9px;
		  	text-align: center;
		  	float: left;
		}	
		
		.font-family {
			color: #FFF;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: 2px;
		}			
		
		.footertekst a {
			color: #673C0E;
			text-decoration: none;
		}		
		
		.footertekst a:hover {
			color: #FFF;
		}		

		.tussenkop {
			color: #000;
			font-size: 14px;
			text-transform: uppercase;
			letter-spacing: 2px;
		  	text-align: center;
		}

		.paginakop {
			color: #FF8;
			font-size:150%;
			font-weight:bold;
		  	text-align: right;
		}
		
					
		#navigation {
		  float: left;
		  width: 150px;
		  height: 640px;
		}

		#navigation_logo {
		  float: none;
		  width: 150%;
		  height: 160px;
		}

		#wrapper {
		  float: right;
		  width: 783px;
		  height: 640px;
		}

		#main-content {
		  float: left;
		  width: 530px;
		  height: 100%;
		  padding: 10px 0 0 0;
		}

		#sub-content {
		  float: right;
		  width: 235px;
		  height: 100%;
		  padding: 15px 10px 0 0;
		}
		
		h1 {
		 	font-size: 1.5em;
		 	font-weight: bold;
		 	color: #F00;
			letter-spacing: 1px;
		}
				
		h2 {
		 	font-size: 11pt;
		 	font-weight: bold;
		 	color: #139;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
				
		h3 {
		 	font-size: 1em;
		 	font-weight: bold;
		 	color: #139;
			text-transform: uppercase;
			letter-spacing: 1px;
		}