body
{
	background: #e8dbbd URL(../images/background.png) top left repeat-x;
	margin: 0;
	font: 11px Arial;
}
h2
{
	color: #070605;
	font-size: 24px;
	margin: 0;
	padding: 30px 0 5px 0;
}
.clear
{
	clear: both;
}
/* wrapper */
#wrapper
{
	width: 921px;
	margin: 0 auto;
}
	#header
	{
		background: URL(../images/header_bg.png) top left repeat-y;
		width: 921px;
		height: 205px;
	}
		#header h1
		{
			background: URL(../images/logo.png) top left no-repeat;
			text-indent: -99999px;
			width: 268px;
			height: 55px;
			padding: 0;
			margin: 20px 0 0 552px;
			position: absolute;
		}
	/* menu */
	#header #menu
	{
		list-style-type: none;
		margin: 105px 0 0 0;
		padding: 0 0 0 80px;
		position: absolute;
	}
		#header #menu li
		{
			float: left;
			letter-spacing: 6px;
			color: #4d6834;
		}
		#header #menu li a
		{
			color: #82b058;
			text-transform:uppercase;
		}
		#header #menu li a:hover,#header #menu .active a
		{
			color: #ffffff;
		}
		#header #menu .seperator
		{
			padding: 0 10px 0 10px;
		}
		#header #menu li a
		{
			text-decoration: none;
		}
	/* /menu */
	/* searchbox */
	#header #searchbox
	{
		position: absolute;
		width: 270px;
		margin: 135px 0 0 550px;
	}
		#zoekterm
		{
			width: 220px;
			padding: 3px 0 0 5px;
			height: 18px;
			background: #fdfcfb;
			border: 0;
		}
		#zoekknop
		{
			background: #0d0c0b;
			font: 9px Arial;
			color: #82b058;
			border: 0;
			margin: 15px 0 0 215px;
			letter-spacing: 2px;
			cursor: pointer;
		}
		#header fieldset
		{
			padding: 5px 0 0 3px;
			border: 0;
		}
		#header #searchbox input
		{
			display: block;
		}
	/* /searchbox */
	/* content_wrapper */
	#content_wrapper
	{
		background: URL(../images/content_repeat.png) 0px 10px repeat-y;
		width: 921px;
		margin: 20px 0 0 0;
	}
		/* submenu */
		#submenu
		{
			letter-spacing: 6px;
			color: #d8f1c1;
			width: 920px;
			float: left;
			text-align: center;
			padding: 15px 0 0 0;
		}
			#submenu a
			{
				color: #d8f1c1;
				text-decoration: none;
				text-transform:uppercase;
			}
			#submenu a:hover
			{
				color: #000000;
			}
		/* /submenu */
		#shim
		{
			float: left;
			height: 569px;
			width: 1px;
		}
		/* content */
		#content
		{
			background: URL(../images/content_bg.png) top left no-repeat;
			width: 921px;
		}
			/* content_content */
			#content_content
			{
				float: left;
				width: 768px;
				padding: 20px 20px 20px 80px;
				color: #707173;
			}
				#content_content p
				{
					line-height: 20px;
					padding: 10px 0 10px 0;
					margin: 0;
				}
				.purple
				{
					font: bold 14px Arial;
					color: #4f56b4;
				}
				/* content_left */
				#content_left
				{
					float: left;
					width: 453px;
				}
					#content_left p
					{
						width: 443px;
					}
				/* /content_left */
				/* content_right */
				#content_right
				{
					float: left;
					width: 315px;
					padding: 16px 0 0 0;
				}
				/* /content_right */
				
				/* purple box */
				.box_purple_top
				{
					background: URL(../images/box_purple_top.png) top left no-repeat;
				}
				.box_purple
				{
					background: #4f56b4;
					text-align: center;
					width: 314px;
				}
					.box_purple strong
					{
						color: #a7abda;
						font-family: Arial black;
						font-size: 11px;
						letter-spacing: 3px;
						padding: 10px 0 10px 0;
						display: block;
					}
				.box_purple_bot
				{
					background: URL(../images/box_purple_bot.png) top left no-repeat;
					margin: 0 0 19px 0;
				}
				/* /purple box */
				/* grey box */
				.box_grey_top
				{
					background: URL(../images/box_grey_top.png) top left no-repeat;
				}
				.box_grey
				{
					background: #4b4b4d;
					text-align: center;
					width: 314px;
				}
					.box_grey strong
					{
						color: #939394;
						font-family: Arial black;
						font-size: 11px;
						letter-spacing: 3px;
						padding: 10px 0 10px 0;
						display: block;
					}
				.box_grey_bot
				{
					background: URL(../images/box_grey_bot.png) top left no-repeat;
				}
				.box_purple_top,.box_purple_bot,.box_grey_top,.box_grey_bot
				{
					font-size: 0px;
					line-height: 0px;
					height: 5px;
					width: 314px;
				}
				.box_grey a, .box_purple a
				{
					font-size: 10px;
					letter-spacing: 2px;
					padding: 7px 0 5px 0;
					display: inline-block;
					color: #ffffff;
					text-decoration: none;
				}
				/* /grey box */
			/* /content_content */
		/* /content */
	/* content_footer */	
	#content_footer
	{
		background: URL(../images/content_footer.png) top left no-repeat;
		height: 51px;
		width: 921px;
		padding: 0 0 30px 0;
	}
	/* /content_footer */
/* /wrapper */
