*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	font-family: Arial;
	font-size: 0.85em;
	
	text-align: center;
}

body
{
	background-color: #FFFFFF;
	color: #5E5E5E;
}

#wrapper
{
	min-height: 100%;
	margin-top: -75px; /* Adjust according to footer size */
	overflow: hidden;
	
	width: 780px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}

	#header
	{
		width: 780px;
		height: 220px;
		
		padding-top: 75px; /* Adjust according to footer size */
		
		background-image: url(/images/backgroundheader.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		
		text-align: left;
		
		position: relative;
	}
	
		#header #navigationarrow
		{
			position: absolute;
			display: none;
			
			top: 268px;
		}
		
		#header ul
		{
			list-style: none;
			padding-top: 160px;
			
			width: 780px;
			height: 60px;
			
			background-image: url(/images/backgroundnavigation.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
		}
			
			#header ul li
			{
				float: left;
				
				padding-left: 20px;
				
				height: 60px;
				line-height: 30px;
			}
			
				#header ul li a
				{
					text-decoration: none;
					color: #777777;
					font-weight: bold;
				}
				
				#header ul li a:hover, #header ul li a.active
				{
					color: #31A6E2;
				}
				
				#header ul li ul
				{
					position: absolute;
					
					margin: 0;
					padding: 0;
										
					background: none;
					
					top: 275px;
					left: 0;
					
					height: 20px;
				}
				
					#header ul li ul li
					{
						height: 20px;
						line-height: 14px;
						
						font-size: 0.95em;
						
						background: none;
					}
			
	#center_wrapper
	{
		width: 100%;
		float: left;
		
		text-align: justify;
	}
	
		#center_wrapper #center
		{
			margin: 0 215px 0 0; /* Adjust according to left and right column width */
			
			padding-top: 20px;
			
			line-height: 1.7em;
			font-size: 1.1em;
		}
		
			#center_wrapper #center #breadcrumb
			{
				height: 30px;
				margin-left: 25px;
			}
		
		#center_wrapper #center h1
		{
			font-size: 1.2em;
			margin-left: 20px;
			margin-bottom: 20px;
		}
		
		#center_wrapper #center h2
		{
			font-size: 1.0em;
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 20px;
		}
		
			#center_wrapper #center h2.newsoverview_title
			{
				font-size: 1.0em;
				margin-left: 20px;
				margin-right: 20px;
				margin-bottom: 5px;
			}
			
				#center_wrapper #center h2.newsoverview_title a
				{
					text-decoration: none;
				}
		
		#center_wrapper #center h3
		{
			font-size: 1.0em;
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 20px;
			color: #DA005E;
		}
		
		#center_wrapper #center p
		{
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 20px;
		}
		
			#center_wrapper #center p.newsoverview_date
			{
				margin-left: 20px;
				margin-right: 20px;
				margin-bottom: 0px;
				
				color: #999999;
			}
			
			#center_wrapper #center p.newsoverview_descriptionintro
			{
				margin-left: 20px;
				margin-right: 20px;
				margin-bottom: 0px;
			}
		
		#center_wrapper #center ul
		{
			margin-left: 25px;
			margin-right: 20px;
			margin-bottom: 20px;
			
			padding-left: 10px;
			
			list-style: square;
		}
		
		#center_wrapper #center ul.error
		{
			color: #DA005E;
		}
		
		#center_wrapper #center form
		{
			
		}
		
			#center_wrapper #center form label
			{
				display: block;
				float: left;
				width: 150px;
			}
			
			#center_wrapper #center form label.labelerror
			{
				color: #DA005E;
			}
			
			#center_wrapper #center form input
			{
				width: 350px;
			}
			
			#center_wrapper #center form input.submit
			{
				width: 150px;
				margin-top:3px;
				background-color: #DA005E;
				color: #FFFFFF;
				border: 1px solid #DA005E;
			}
			
			#center_wrapper #center form textarea
			{
				width: 350px;
				_width: 352px;
				height: 70px;
			}
			
			#center_wrapper #center form br
			{
				clear: both;
			}
		
		#center_wrapper #center a
		{
			color: #DA005E;
		}
		
		#center_wrapper #center a:hover
		{
			text-decoration: none;
		}
		
		#center_wrapper #center a.submit
		{
			color: #DA005E;
			text-decoration: none;
			font-weight: bold;
		}
		
		#center_wrapper #center a.submit:hover
		{
			color: #5E5E5E;
		}
	
	#navigation
	{
		width: 0;
		margin-left: -780px;
		float: left;
	}
	
	#sidebar
	{
		width: 215px;
		margin-left: -780px;
		
		padding-top: 20px;
		
		font-size: 0.95em;
		line-height: 15px;
		
		float: right;
	}
	
		#sidebar div
		{
			width: 215px;
			
			padding-bottom: 30px;
			
			text-align: left;
		}
		
			#sidebar div h1
			{
				font-size: 1.1em;
				
				padding-bottom: 10px;
			}
			
			#sidebar div p a
			{
				font-weight: bold;
				text-decoration: none;
				color: #D9005D;
			}
			
			#sidebar div p a:hover
			{
				color: #5E5E5E;
			}
			
			#sidebar div form
			{
				padding-bottom: 5px;
			}
			
				#sidebar div form input
				{
					width: 211px;
					height: 16px;
					
					border: 1px solid #D9005D;
					
					color: #5E5E5E;
					
					padding-top: 2px;
					padding-left: 2px;
					
					font-size: 0.9em;
					
					margin-bottom: 3px;
				}
				
				#sidebar div form a
				{
					font-weight: bold;
					text-decoration: none;
					color: #D9005D;
				}
				
				#sidebar div form a:hover
				{
					color: #5E5E5E;
				}
			
			#sidebar div dl
			{
				text-align: left;
				
				list-style: none;
			}
			
				#sidebar div dl dt
				{
					width: 50px;
					height: 22px;
					line-height: 22px;
					
					float: left;
				}
				
				#sidebar div dl dd
				{
					height: 22px;
					line-height: 22px;
				}
					
					#sidebar div dl dd a
					{
						text-decoration: none;
						color: #D9005D;
					}
					
					#sidebar div dl dd a:hover, #sidebar div dl dd a:visited
					{
						color: #5E5E5E;
					}
			
			#sidebar div p#mailinglistcontent
			{
				height: auto;
			}
	
		#sidebar div#address
		{
			width: 193px;
			
			padding: 10px;
			margin-top: 10px;
			
			border:  1px solid #29A3E2;
			
			text-align: left;
		}
		
			#sidebar div#address table
			{
				border-collapse: collapse;
				
				border: 0;
				
				margin: 0;
				padding: 0;
			}
			
				#sidebar div#address table td
				{
					vertical-align: top;
				}
			
				#sidebar div#address table h1
				{
					font-size: 1.2em;
				}
				
				#sidebar div#address table h2
				{
					color: #29A3E2;
					font-size: 1.0em;
					padding-bottom: 7px;
				}
				
				#sidebar div#address table p
				{
					line-height: 1.6em;
				}
				
				#sidebar div#address table img
				{
					margin-top: 20px;
					margin-right: 10px;
				}
				
				#sidebar div#address table a
				{
					color: #29A3E2;
					text-decoration: none;
				}
	

#footer
{
	position: relative;
	
	height: 75px;
	width: 780px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	
	text-align: center;
	
	background-image: url(/images/backgroundfooter.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
		
	#footer ul
	{
		list-style: none;
		
		height: 27px;
		margin-top: 38px;
	}
		#footer ul li
		{
			float: left;
		
			height: 27px;
			line-height: 27px;
		}
		
			#footer ul li a
			{
				color: #FFFFFF;
				text-decoration: none;
			}

	#footer ul#left
	{
		float: left;
	}
		
		#footer ul#left li
		{
			padding-left: 20px;
		}
	
	#footer ul#right
	{
		float: right;
	}
		
		#footer ul#right li
		{
			padding-right: 20px;
		}
		
	#footer ul#thuiswinkel
	{
		position: absolute;
		
		left: 0;
		top: 0;
		
		margin: 0;
		padding: 0;
	}
	
		#footer ul#thuiswinkel li
		{
			margin: 0;
			padding: 0;
			
			padding-left: 20px;
		}
		
			#footer ul#thuiswinkel li img
			{
				border: 0;
			}
		
	#footer ul#logos
	{
		position: absolute;
		
		right: 20px;
		top: 0;
		
		margin: 0;
		padding: 0;
	}
	
		#footer ul#logos li
		{
			margin: 0;
			padding: 0;
			
			padding-left: 10px;
		}
		
			#footer ul#logos li img
			{
				border: 0;
			}