		
		html, body {
			margin:0px;
			padding:0px;
		}
		
		body {
			background:url('/assets/images/bg_body.gif') repeat-x 0px 0px;
		}
		
		#bodyContainer {
			text-align:center;
		}
		
			#mainContainer {
				width:948px;
				margin:28px auto 28px auto;
				text-align:left;
				background:#ffffff;
			}
			
				.home #mainContainer #topRow {
					/*background:url('/assets/images/bg_toprow_home.jpg') no-repeat 0px 0px;*/
					height:324px;
					position:relative;
				}
				
				.vervolg #mainContainer #topRow {
					/*background:url('/assets/images/bg_toprow_vervolg.jpg') no-repeat 0px 0px;*/
					height:324px;
					position:relative;
				}
					
					#mainContainer #topRow #imagebar {
						width:556px;
						height:308px;
						position:absolute;
						top:8px;
						right:8px;
					}
						
				
					#mainContainer	#topRow #logo {
						height:150px;
						padding:8px 0px 0px 15px;
					}
					
					#mainContainer	#topRow #menu {
						height:158px;
						width:565px;
						margin:0px 0px 8px 8px;
						position:absolute;
					}
					
						#mainContainer	#topRow #menu ul.mainmenu {
							margin:0px;
							padding:0px;
							list-style:none;
						}
						
						#mainContainer	#topRow #menu ul.mainmenu li {
							margin:0px;
							padding:0px;
							list-style:none;
							background:#366A27;
							width:180px;
							height:71px;
							overflow:hidden;
							margin-right:8px;
							margin-top:8px;
							float:left;
						}
						
						#mainContainer	#topRow #menu ul.mainmenu li.selected {
							background:#663300;
						}
						
						
							#mainContainer	#topRow #menu ul.mainmenu li img {
								margin-top: 0px;
							}
							
							#mainContainer	#topRow #menu ul.mainmenu li:hover img,
							#mainContainer	#topRow #menu ul.mainmenu li.selected img
							{
								margin-top: -71px;
							}	
		
					#mainContainer	#topRow #topmenu {
						position:absolute;
						top:8px;
						right:8px;
						width:180px;
						height:150px;
						text-align:right;
					}
					
						#topmenu ul.topmenu {
							padding:0px;
							margin:0px;
							margin-right:5px;
							list-style-type:none;
						}
						
						#topmenu ul.topmenu li {
							padding:0px;
							margin:0px;
							padding-right:20px;
							margin-bottom:5px;
							list-style-type:none;
							color:#6B9B0B;
						}
						
						#topmenu ul.topmenu li a {
							color:#6B9B0B;
							text-decoration:none;
						}
						
						
						#topmenu ul.topmenu li span.selected {
							color:#663300;
						}
						
						#topmenu ul.topmenu li span.selected a {
							color:#663300;
							text-decoration:none;
						}
						
						#topmenu ul.topmenu li.home{
							background:url('/assets/images/icon_home.gif') no-repeat right 4px;
						}
						#topmenu ul.topmenu li.lang{
							background:url('/assets/images/icon_language.gif') no-repeat right 4px;
						}
						#topmenu ul.topmenu li.telafriend{
							background:url('/assets/images/icon_telafriend.gif') no-repeat right 4px;
						}
						#topmenu ul.topmenu li.print{
							background:url('/assets/images/icon_print.gif') no-repeat right 4px;
						}
						#topmenu ul.topmenu li.sitemap{
							background:url('/assets/images/icon_sitemap.gif') no-repeat right 4px;
						}
						
						#topmenu .leesBaarHeid {
							position:absolute;
							top:132px;
							right:0px;
							color:#663300;
						}
						
				/*BEGIN HOMEPAGE*/		
				
				#mainContainer	#contentRowHome {
					background:url('/assets/images/bg_contentrow_home.gif') repeat-y 0px 0px;
				}
			
					#mainContainer	#contentRowHome #contentBlok{
						width:538px;
						float:left;
						padding:10px 17px 15px 17px;
						color:#013A43;
					}
					
					#mainContainer	#contentRowHome #newsBlok{
						width:348px;
						float:left;
						padding:10px 17px 15px 11px;
						color:#ffffff;
					}
					
				/*EINDE HOMEPAGE*/
				
				
				
				/*BEGINVERVOLGPAGINA*/
				
				#mainContainer	#contentRowVervolg {
					background:url('/assets/images/bg_contentrow_vervolg.gif') repeat-y 0px 0px;
					width:948px;
				}
				
					#mainContainer	#contentRowVervolg #submenuBlok {
						width:164px;
						padding-top:10px;
						padding-left:16px;
						padding-right:16px;
						float:left;
					}
					
							#submenuBlok ul {
							
								padding:0px;
								margin:0px;
								margin-top:5px;
								list-style-type:none;
								
							}
							
							#submenuBlok ul li {
								padding:0px;
								margin:0px;
								list-style-type:none;
								padding-right:10px;
								border-bottom:1px solid #F0F5E7;
								margin-left:12px;
							}
							
							#submenuBlok ul li.selected {
								background:url('/assets/images/arrow_submenu_active.gif') no-repeat right 6px;
							}
							
							#submenuBlok ul li a {
								color:#013A43;
								text-decoration:none;
							}
							
							#submenuBlok ul li.selected a {
								color:#663300;
								font-weight:bold;
								text-decoration:none;
							}

					
					#mainContainer	#contentRowVervolg #contentBlok {
						width:556px;
						float:left;
						color:#013A43;
					}
					
						#mainContainer	#contentRowVervolg #contentBlok #crumb {
							color:#013A43;
							padding:7px 5px 3px 8px;
							height:22px;
							border-bottom:1px solid #E1EBCE;
						}
						
						#mainContainer	#contentRowVervolg #contentBlok #content {
							color:#013A43;
							padding:7px 17px 15px 8px;
						}
						
						#mainContainer	#contentRowVervolg #contentBlok #content .logohline {
							height:1px;
							font-size:1px;
							line-height:1px;
						}
						
						#mainContainer	#contentRowVervolg #contentBlok #content .logohline td {
							border-top:1px solid #E1EBCE;
						}
					
					#mainContainer	#contentRowVervolg #imageBlok {
						width:180px;
						margin-left:8px;
						float:left;
					}
				
				/*EINDE VERVOLGPAGINA*/
				
				
				
				/*BEGIN VERVOLGPAGINA en HOMEPAGE*/
				
				#contentBlok ul {
					list-style-type:square;
					list-style-image: url('/assets/images/list_bullet.gif');
					margin:0px;
					padding:0px;
					margin-left:20px;
				}
				
				#contentBlok li {
					margin:0px;
					color:#013A43;
				}
				
				#contentBlok a {
					color:#663300;
					text-decoration:underline;
				}
				
				/*EINDE ALLE*/
				
				
				#mainContainer	#footerRow {
					width:940px;
					padding-left:8px;
				}
				
					#mainContainer	#footerRow .footerBlokTellafriend {
						float:left;
						height:124px;
						width:153px;
						background:url('/assets/images/bg_bruin_tellafriend.gif') no-repeat 0px 0px;
						margin:8px 8px 8px 0px;
						padding:13px 17px 13px 10px;
						color:#ffffff;
					}
					
					#mainContainer	#footerRow .footerBlokAgent {
						float:left;
						height:124px;
						width:153px;
						background:url('/assets/images/bg_groen_nederland.gif') no-repeat 0px 0px;
						margin:8px 8px 8px 0px;
						padding:13px 17px 13px 10px;
						color:#ffffff;
					}
					
					#mainContainer	#footerRow .footerBlokAgent select {
						color:#000000;
						width:150px;
					}
					
					#mainContainer	#footerRow .footerBlokContact {
						float:left;
						height:124px;
						width:175px;
						background:url('/assets/images/bg_grijs_gradient.gif') no-repeat 0px 0px;
						margin:8px 8px 8px 0px;
						padding:13px 5px 13px 10px;
						color:#013A43;
					}
					
					#mainContainer	#footerRow .footerBlokContact a {
						color:#013A43;
						text-decoration:underline;
					}
					
					#mainContainer	#footerRow .footerBlok {
						float:left;
						height:140px;
						width:313px;
						margin:8px 0px 8px 0px;
						padding:10px 0px 0px 35px;
					}
					
					#mainContainer	#footerRow .footerBlok .bottommenu {
						color:#666666;
					}
					
					#mainContainer	#footerRow .footerBlok .bottommenu a {
						color:#666666;
						text-decoration:underline;
					}	
				
		.breaker {clear:both;margin:0px;height:1px;line-height:1px;font-size:1px;}
		
		
		/*headers*/
		
		h1  {
			color:#663300;
		}
		
		.hdrWhite {
			color:#ffffff;
		}
		
		.hdrBlue  {
			color:#013B45;
		}
		
		
		/*News*/
		
		#newsBlok .newsItemFirst,  #newsBlok .newsItem {
			color:#ffffff;
			width:338px;
			margin-left:2px;
		}
		
		#newsBlok .newsItemFirst a,  #newsBlok .newsItem a {
			color:#ffffff;
			text-decoration:underline;
		}
		
		#newsBlok .newsItemFirst {
			margin-bottom:5px;
			margin-top:12px;
		}
		
		#newsBlok .newsItem {
			border-top:2px solid #724C23 ;
			margin-bottom:15px;
			padding-top:15px;
		}
		
			.newsText {
				width:180px;
				padding:0px 20px 10px 0px;
				float:left;
			}
			
			
			
			.newsImage {
				width:133px;
				height:114px;
				overflow:hidden;
				float:left;
			}
			
			.newsTextLong {
				width:313px;
				padding:0px 20px 10px 0px;
				float:left;
			}
			
			
		/*Sitemap*/
		
		.sitemapBlok {
			width:175px;
			float:left;
			margin-bottom:10px;
		}
		
		/*tellafriend*/
		
		#tellafriend {
			width:370px;
			height:320px;
			background:#ffffff;
			color:#013A43;
			margin: 25px auto 25px auto;
			padding:15px;
		}
		
		#tellafriend a {
			color:#013A43;
		}
