/*
#center_wrapper #center .text
{	
	width: 260px;
	float: left;
}
	
	#center_wrapper #center .text_239
	{
		width: 455px;
	}

#center_wrapper #center .images
{
	
}

	#center_wrapper #center .images img
	{
		padding-left: 20px;
		padding-top: 10px;
	}
*/


#center_wrapper #center h1
{
	font-weight: bold;
	font-size: 12px;
	color: #009534;
	margin: 0 0 15px 0;
}

#center_wrapper #center h2
{
	font-weight: bold;
	font-size: 12px;
	color: #009534;
	
	margin: 0 0 10px 0;
}

#center_wrapper #center h3
{
	font-weight: bold;
	font-size: 10px;
	color: #009534;
	
	margin: 0 0 5px 0;
}

#center_wrapper #center p
{
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 15px 0px;
	color: #58585a;
}

#center_wrapper #center ul
{
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0;
	color: #58585a;
}

	#center_wrapper #center ul li
	{
		list-style: square;
		margin-left: 15px;
	}
	
#center_wrapper #center a
{
	color: #009534;
	text-decoration: underline;
}		

#center_wrapper #center a:hover
{
	
}

#center_wrapper #center table
{
	border-collapse:collapse;
	line-height: 16px;
	margin-bottom: 15px;
}

#center_wrapper #center img
{
	
}

#center_wrapper fieldset
{
	border:0;
}

#center_wrapper label
{
	width: 110px;
	display:block;
	float: left;
	color: #58585a;
}

	#center_wrapper #center form fieldset input, #center_wrapper #center form fieldset textarea
	{
		float: left;
		margin: 0 2px 0 0;
	}
	
	#center_wrapper #center form fieldset input 
	{ 
		border: 1px solid #009534; 
		margin-top:2px;
	}
	
	#center_wrapper #center form fieldset input.normal { width: 300px; }
	#center_wrapper #center form fieldset input.small { width: 51px; }
	#center_wrapper #center form fieldset input.large { width: 245px; }
	
	#center_wrapper #center form fieldset input.submit
	{
		width: auto;
		cursor: pointer;
		
		margin: 10px 0 0 0;
		border: 1px solid #009534;
		background-color: #009534;
		color: #FFF;
	}
	
	#center_wrapper #center form fieldset textarea
	{
		width: 300px;
		height: 80px;
		border: 1px solid #009534;
		margin-top:2px;
	}
	
	#center_wrapper #center #photobook
		{
			margin-left: -8px;
			width: 475px;
		}
		
			#center_wrapper #center #photobook
			{
				
			}
			
				#photobook #photobookdetail
				{
					
				}
				
				#photobook #photobookthumbnails
				{
					height: 56px;
					width: 470px;
					
					position: relative;
					
					margin: 10px 0 0 0;
				}
				
					#photobook #photobookthumbnails #photobookthumbnailsbar
					{
						padding: 0 0 0 14px;
						
						width: 438px;
						height: 56px;
						
						overflow: hidden;
					}
				
						#photobook #photobookthumbnails #photobookthumbnailsbar table
						{
							border-collapse: collapse;
						}
						
							#photobook #photobookthumbnails #photobookthumbnailsbar table tr
							{
								margin: 0;
								padding: 0;
							}
						
								#photobook #photobookthumbnails #photobookthumbnailsbar table tr td
								{
									margin: 0;
									padding: 0;
								}
						
									#photobook #photobookthumbnails #photobookthumbnailsbar table tr td img
									{
										margin: 0 0 0 4px;
										padding: 0;
										
										width: 85px;
										height: 56px;
										
										cursor: pointer;
									}

#photobook #photobookthumbnails .arrow_left
{
	width: 14px;
	height: 56px;
	
	background-image: url(/images/photobook/arrow_left.jpg);
	background-repeat: no-repeat;
	
	position: absolute;
	top: 0;
	left: 0;
	
	cursor: pointer;
}

#photobook #photobookthumbnails .arrow_right
{
	width: 14px;
	height: 56px;
	
	background-image: url(/images/photobook/arrow_right.jpg);
	background-repeat: no-repeat;
	
	position: absolute;
	top: 0;
	right: 0;
	
	cursor: pointer;
}

#photobook img
{
	margin-right: 5px;
	margin-bottom: 2px;
}
					
#navigation #logo
{
	margin-top: -219px;
	margin-left: 245px;
	position: absolute;
	width: 166px;
	float: left;
}

#navigation #mainmenu
{
	margin-left: 40px;
}

	#navigation #mainmenu ul
	{
		list-style: none;
	}
	
		#navigation #mainmenu ul li
		{
			text-align: right;
			width: 220px;
			margin-bottom: 8px;
		}
		
		#navigation #mainmenu ul li a
		{
			text-decoration: none;
			display: block;
			background-repeat: no-repeat;
			background-position: right 5px;
			padding-right: 15px;
			color: #58585a;
			font-weight: bold;
		}
		
		#navigation #mainmenu ul li a:hover
		{
			color: #009534;
			background-image: url(/images/bullet.gif);
		}
		
		#navigation #mainmenu ul li.active a
		{
			color: #009534;
			background-image: url(/images/bullet.gif);
		}
		
		#navigation #mainmenu ul ul
		{
			margin: 10px 0 0px 0;
		}
		
		#navigation #mainmenu ul ul
		{
			display: none;
		}
		
		#navigation #mainmenu ul li.active ul
		{
			display: block;
		}
		
		#navigation #mainmenu ul li.active ul li a
		{
			font-weight: normal;
			color: #58585a;
			background-image: none;
		}
		
		#navigation #mainmenu ul li.active ul li a:hover
		{
			color: #009534;
			background-image: url(/images/bullet.gif);
		}
		
		#navigation #mainmenu ul li.active ul li.active a
		{
			color: #009534;
			background-image: url(/images/bullet.gif);
		}
		
		#navigation #mainmenu ul ul li.li_1_10
		{
			margin: 0 0 0 0;
		}
	
		
		#banners
		{	
			position: relative;
			bottom: 0px;
			width: 1000px;
			
			margin-top: -215px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			z-index: 2;
		}
		
			#banners #image
			{
				
			}
			#banners #image img
			{
				padding-left: 10px;
			}
		
		#logos
		{	
			position: relative;
			width: 1000px;
			margin-top: -180px;
			margin-left: auto;
			margin-right: auto;
			text-align: right;
			padding-right: 180px;
			
		}
		
	#sidebar #merken
	{
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 16px;
	}
	
	#sidebar #merken h1
	{
		font-size: 11px;
	}
	
	#sidebar #merken p
	{
		padding-bottom: 15px;
	}
	
	#sidebar #merken a
	{
		color: #009534;
		text-decoration: underline;
	}
	
	#sidebar .address
	{
		padding-top: 10px;
		padding-left: 20px;
		line-height: 16px;
	}
		
#footer #address
{
	color: #FFFFFF;
	width: 570px;
	float: left;
	
	padding-top: 5px;
	position: relative;
	z-index: 3;
}

	#footer #address a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footer #address a:hover
	{
		text-decoration: underline;
	}


#footer #copyright
{
	text-align: left;
	width: 250px;
	float: left;
	padding-top: 5px;
	margin-left: 32px;
}

	#footer #copyright a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footer #copyright a:hover
	{
		text-decoration: underline;
	}

	#footer #bottom
	{
		background-color: #009534;
		width: 1000px;

		height: 25px;
		bottom: 0;
		position: absolute;
		clear: both;
	}
	
	#footer #keurmerken
	{
		padding-top: 25px;
		width: 700px;
		float: left;
	}
	
	#footer #keurmerken img
	{
		padding-left: 14px;
	}

	#footer #flashmovie
	{
		float: left;
		width: 180px;
		margin-left: 100px;
	}
	

