body
{
	margin: 0;
	padding: 0;
	background: URL(images/body_bg.png);
}
.align_left
{
	float: left;
	border: 1px solid #eeeeee;
	margin: 15px 15px 0 0 ;
}
.align_right
{
	float: right;
	border: 1px solid #eeeeee;
	margin:  0 0 15px 15px;
}
.clear
{
	clear: both;
}
.blue
{
	color: #163474;
}
a
{
	color: #333333;
}
a img
{
	border: 0;
}
h1
{
	margin:	0 0 0 37px;
	padding: 0;
	height:	105px;
	width:	333px;
	background: URL(images/logo.png) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
}
h2
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #163474;
	font: bold 18px Arial;
	border-bottom: 1px dotted #163474;
}
h3
{
	margin: 0;
	padding: 20px 0 0 0;
	font: bold 11px Arial;
}
	#container
	{
		margin: 0 auto;
		width: 812px;
		background: URL(images/container_bg.png) top left repeat-y;
	}
	
	.top_date
	{
		float: right;
		font: bold 10px Arial;
		color: #2f4b84;
		display: inline-block;
		padding: 80px 10px 22px 0;
	}
	.inloggen
	{
		float: right;
		font: bold 10px Arial;
		color: #2f4b84;
		display: inline-block;
		padding: 80px 70px 3px 10px;
		background: URL(images/seperator_top.png) bottom left no-repeat;
	}
		.inloggen a
		{
			color: #2f4b84;
			text-decoration: none;
		}
	#header
	{
		height: 123px;
		clear: both;
		margin: 0 0 0 37px;
		padding: 0 0 0 0;
		width: 738px;
		height: 150px;
		overflow: hidden;
		background: URL(images/header_image.png) top left no-repeat;
	}
		#header_overlay
		{
			height: 30px;
			width: 720px;
			background: URL(images/header_overlay.png) top left no-repeat;
			padding: 0px 0 0 18px;
			position: absolute;
			top: 234px;
		}
			.language_icon
			{
				margin: 0 6px 0 0;
				display: inline-block;
			}
			.languages
			{
				display: block;
				width: 300px;
				position: absolute;
				margin: 7px 0 0 0;
				z-index: 1000;
			}
			.slogan1
			{
				position: absolute;
				font: bold 14px Arial;
				color: #000000;
				display: block;
				padding: 1px 0 0 1px;
				width: 402px;
				text-align: right;
				margin: 7px 0 0 300px;
			}
			.slogan2
			{
				position: absolute;
				font: bold 14px Arial;
				color: #ffffff;
				display: block;
				width: 402px;
				text-align: right;
				margin: 6px 0 0 300px;
			}

		#sidebar
		{
			float: left;
			width: 195px;
			margin: 18px 0 0 27px;
			font: 11px Arial;
			color: #163474
		}
			#sidebar p
			{
				padding: 15px 0 0 19px;
				margin: 0;
			}
			#menu_top
			{
				height: 19px;
				width: 195px;
				background: URL(images/menu_top.png) top left no-repeat;
			}
			#menu_wrap
			{
				background: URL(images/menu_bg.png) top left repeat-y;
			}
				#menu
				{
					list-style-type: none;
					background: URL(images/menu_ul_bg.png) bottom left no-repeat;
					width: 167px;
					margin: 0;
					padding: 13px 0 0 28px;
				}
					#menu a
					{
						color: #163474;
						text-decoration: none;
					}
					#menu a:hover, #menu .active
					{
						font-weight: bold;
					}
					#menu li
					{
						background: URL(images/list_item.png) 0 4px no-repeat;
						padding: 0 0 15px 13px;
					}
			#menu_bot
			{
				height: 26px;
				width: 195px;
				background: URL(images/menu_bot.png) top left no-repeat;
			}
		#content
		{
			float: left;
			width: 510px;
			padding: 0 0 50px 24px;
			margin: 22px 0 0 0;
			font: 11px Arial;
			color: #333333;
		}
			#content p
			{
				margin: 0;
				padding: 15px 0 0px 0;
			}
	#footer
	{
		background: URL(images/footer_bg.png) top left no-repeat;
		height: 26px;
		width: 702px;
		margin: 0 0 0 37px;
		font: bold 10px Arial;
		padding: 12px 18px 0 18px;
		color: #ffffff;
	}
		#footer a
		{
			color: #ffffff;
			text-decoration: none;
		}
		#nav
		{
			float: right;
		}
	#container_footer
	{
		margin: 0 auto;
		width: 812px;
		height: 20px;
		background: URL(images/container_bottom.png) top left no-repeat;
	}
