img
{
	border: 0;
}

#header
{
	background-image: url("/images/header_background.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}
	
body.homepage #header
{
	background-image: url("/images/header_home_background.gif");
}
	
	#header #logo
	{
		border: 0;
		
		float: right;
		
		margin: 100px 0 0 0;
	}
	
	#header .mission
	{
		position: absolute;
		
		display: block;
		
		width: 100%;
		height: 130px;
		
		top: 180px;
		
		/* background-color: red; */
		
		z-index: 99;
	}
	
	body.homepage #header #logo
	{
		float: left;
		
		margin: 10px 0 0 0;
	}

#center_wrapper
{
	
}
	#center_wrapper #center
	{
		font-size: 13px;
	}
	
		#center_wrapper #center .addthis_toolbox
		{
			float: right;
		}
		
			#center_wrapper #center .addthis_toolbox a
			{
				color: #B1AC0F;
				text-decoration: none;
			}
			#center_wrapper #center .addthis_toolbox a:hover
			{
				text-decoration: underline;
			}
	
	#center_wrapper #center td
	{
		padding: 10px;
	}
	
		#center_wrapper #center .clear
		{
			clear: both;
		}
		
		#center_wrapper #center .homecontainer
		{
			width: 910px;
			
			margin: 20px 0 0 0;
		}
		
			#center_wrapper #center .homecontainer h1
			{
				width: 400px;
			}
		
			#center_wrapper #center .homecontainer .homecontent
			{
				width: 410px;
				float: left;
			}
			
				#center_wrapper #center .homecontainer .homecontent p
				{
					margin: 0 50px 15px 0;
				}
			
			#center_wrapper #center .homecontainer .homenews
			{
				width: 500px;
				float: left;
				
				background-image: url(/images/background_news.gif);
				background-repeat: no-repeat;
				background-position: center top;
			}
			
				#center_wrapper #center .homecontainer .homenews .item
				{
					width: 230px;
					float: left;
				}
					
					#center_wrapper #center .homecontainer .homenews .item h2
					{
						font-size: 13px;
						color: #000000;
					}
				
					#center_wrapper #center .homecontainer .homenews .item1
					{
						margin: 0 20px 15px 0;
					}
				
					#center_wrapper #center .homecontainer .homenews .item2
					{
						margin: 0 0 15px 20px;
					}
			
		#center_wrapper #center h1
		{
			position: relative;
			
			height: 55px;
			width: 480px;
			line-height: 60px;
			font-size: 20px;
			
			padding: 0 0 0 10px;
			
			overflow: hidden;
			
			white-space: nowrap;
		}
		
			#center_wrapper #center h1 span
			{
				font-size: 50px;
				color: #e9e8e8;
				
				display: block;
				position: relative;
				
				left: -10px;
				top: -60px;
				
				height: 60px;
				line-height: 50px;
				
				z-index: -1;
				
				white-space: nowrap;
			}
			
		#center_wrapper #center h2
		{
			font-size:16px;
			color: #b1ac0f;
			
			margin: 10px 0 15px 0;
		}
		
		#center_wrapper #center h3
		{
			font-size:15px;
			color: #b1ac0f;
			
			margin: 10px 0 15px 0;
			color: #B45414;	
			
			clear: both;
		}
		
		#center_wrapper #center p
		{
			margin: 0 0 15px 0;
			line-height: 1.4em;
		}
		
			#center_wrapper #center p a
			{
				color: #B45414;
				text-decoration: none;
			}
		
			#center_wrapper #center p a:hover
			{
				text-decoration: underline;
			}
		
		#center_wrapper #center p.benadrukken
		{
			background-color: #e1ecd1;
			
			padding: 10px 10px 10px 10px;
			
			font-style: italic;
		}
		
		#center_wrapper #center p.employee_intro
		{
			
		}
		
			#center_wrapper #center p.employee_intro img
			{
				float: left;
				
				margin: 0 10px 20px 0;
			}
			
		#center_wrapper #center p.employee_more
		{
			text-align: right;
		}
		
		#center_wrapper #center p.date
		{
			color: #9d9d9d;
			
			text-transform: uppercase;
			
			font-weight: bold;
			font-size: 12px;
			
			margin: 0 0 0 0;
		}
		
		#center_wrapper #center table
		{
			margin: 0 0 15px 0;
		}
		
		#center_wrapper #center table.groen
		{
			background-color: #e1ecd1;
			width: 100%;
			
			text-align: left;
		}
		
			#center_wrapper #center table.groen th,
			#center_wrapper #center table.groen td
			{
				vertical-align: top;
				padding: 0 10px 0 5px;
			}
		
			#center_wrapper #center table.groen th
			{
				color: #b45414;
				padding: 5px 5px 5px 5px;
				
				text-align: left;
			}
			
			#center_wrapper #center table.groen td.enkele_regel,
			#center_wrapper #center table.groen th.enkele_regel
			{
				width: 200px;
			}
		
		#center_wrapper #center ul
		{
			list-style-position: outside;
			list-style: square;
			
			margin: 0 0 10px 15px;
		}
		
			#center_wrapper #center ul li
			{
				padding: 0 0 5px 0;
			}
			
		#center_wrapper #center #photobook
		{
			margin: 0 0 0 0;
			
			width: 575px;
		}
		
			#center_wrapper #center #photobook img
			{
				border: none;
				margin: 0 15px 15px 0;
			}
		
#navigation
{
	
}

	#navigation #nav
	{
		position: absolute;
		
		top: 60px;
		left: 0;
		
		height: 50px;
		width: 910px;
		
		background-image: url("/images/nav_background.gif");
		background-position: left top;
		background-repeat: no-repeat;
		z-index: 100;
		
	}
	
		body.homepage #navigation #nav
		{
			top: 130px;
		}
	
		#navigation #nav ul
		{
			float: right;
			list-style: none;
			
			margin: 17px 0 0 0;
			
			z-index: 100;
		}
		
			#navigation #nav ul li
			{
				float: left;
				margin: 0 15px 0 30px;
				
				position: relative;
			}
			
				#navigation #nav ul li a
				{
					display: block;
					color: #ffffff;
					text-decoration: none;
					line-height: 16px;
					height: 25px;
					width: 1%;
					
					white-space: nowrap;
				}
				
				#navigation #nav ul ul
				{
					position: absolute;
					
					right: -15px;
					top: 5px;
					
					background-color: #85b602;
				}
				
				#navigation #nav ul li.li_0_0 ul
				{
					width: 185px;
				}
				#navigation #nav ul li.li_0_1 ul
				{
					width: 110px;
				}
				#navigation #nav ul li.li_0_2 ul
				{
					width: 125px;
				}
				#navigation #nav ul li.li_0_3 ul
				{
					width: 255px;
				}
				
					#navigation #nav ul ul li
					{
						clear: both;
						
						margin: 0;
						display: block;
						width: 100%;
						
						overflow: hidden;
					}
					
						#navigation #nav ul ul li a
						{
							position: relative;
							white-space: nowrap;
							
							padding: 3px 10px 3px 10px;
							
							display: block;
							width: 100%;
							height: auto;
						}
						
						#navigation #nav ul ul li a:hover
						{
							background-color: #8a8633;
						}
	
#sidebar
{
	
}
	
	#sidebar #sub
	{
		height: 70px;
	}
	
		#sidebar #sub #twitter
		{
			float: right;
			background: transparent url('/images/twitter.gif') no-repeat top right;
			padding-right: 25px;
		}
	
	body.homepage #sidebar #sub
	{
		margin: -265px 0 0 0;
	}
	
		#sidebar #sub ul
		{
			margin: 15px 0 15px 0;
			
			float: right;
			list-style: none;
			
			font-size: 14px;
		}
		
			#sidebar #sub ul li
			{
				float: left;
				margin: 0 0 0 20px;
			}
			
				#sidebar #sub ul li a,
				#sidebar #twitter a
				{
					color: #b45414;
					text-decoration: none;
				}
				
				#sidebar #sub ul li a:hover,
				#sidebar #twitter a:hover
				{
					text-decoration: underline;
				}
			
	#sidebar .related
	{
		background-color: #f9f6e2;
		
		padding: 20px 20px 5px 20px;
	}
	
		#sidebar .related .title
		{
			color: #b1ac0f;
			font-size: 16px;
			font-weight: bold;
			letter-spacing: 1px;
		}
		
		#sidebar .related ul
		{
			list-style: square;
			list-style-position: outside;
			
			margin: 5px 0 15px 15px;
		}
			
			#sidebar .related ul li
			{
				padding: 0 0 3px 0;
			}
			
				#sidebar .related ul li a
				{
					color: #b45414;
					text-decoration: none;
				}
			
				#sidebar .related ul li a:hover
				{
					text-decoration: underline;
				}
		
#footer 
{	
	color: #999999;
	
	text-align: left;
}

	#footer div
	{
		float: left;
	}
	
	#footer div a
	{
		color: #999999;
		text-decoration: none;
	}
	
	#footer div a:hover
	{
		text-decoration: underline;
	}
