body {
	background:#FFF;
	padding:0px;
	margin:0px;
	
	text-align:center;
	
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	color:#212121;
}

a img {
	border:none;
}

a {
	color:#d0ad00;
}	

h1 {
	color:#13286e;
	font-size:16px;
	margin:0px;
}

h2 {
	color:#d0ad00;
	font-size:12px;
}

#container {
	width:1000px;
	
	position:relative;
	margin:0 auto;
	text-align:left;
	
	background:url("../images/bg.jpg") top left repeat-y;
}

#headerTop {
	width:1000px;
	height:117px;
	background:url("../images/header.jpg") top left no-repeat;
	cursor: pointer; 
}

#overflow {
	overflow:hidden;
	_height:1%;
	width: 1000px;
	position:relative;
	background:url("../images/bgContentRight.jpg") bottom right no-repeat;
}

#bgLeft {
	width:119px;
	height:302px;
	background:url("../images/bgLeft.jpg") top left no-repeat;
	
	float:left;
}

#header {
	height:151px;
	width:1000px;
	overflow:hidden;
}

#headerLeft {
	height:152px;
	width:120px;
	float:left;
	background:url("../images/headerLeft.jpg") top left no-repeat;
}

#headerRight {
	height:152px;
	width:880px;
	float:left;
	background:url("../images/image.jpg") top left no-repeat;
}

#menu {
	height:33px;
	width:1000px;
	background:#cccccc;
	background:url("../images/bgmenu2.jpg") top left no-repeat;
}
/*
ul#menuTopLeft {
	padding:0px;
	margin:0px;
	list-style:none;
	
	position:absolute;
	top:200px;
	left:130px;
	
	
	float:left;
	margin-left:130px;
	display:inline;
}



ul#menuTopLeft li a {
	float:left;
	_float:none;
	color:#13286e;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:9px;
}

ul#menuTopLeft li {
	float:left;
}

ul#menuTopLeft li a:hover {
	background:#ffe04f;
}


ul#menuTopLeft li ul {
	display:none;
	position:absolute;
	width:150px;
	background:#273e8c;
	
	padding:0px;
	margin:0px;
	
	margin-top:33px;
	_margin-top:0px;
	z-index:10;
}

ul#menuTopLeft li ul li a {
	display:block;	
	float:none;
	width:110px;
	color:white;
	_width:100%;
}

ul#menuTopLeft li ul li a:hover {
	background:#ffe04f;
	color:#273e8c;
} */

ul#menuTopLeft, ul#menuTopLeft li ul
{
	list-style:			none;
	margin:				0px;
	padding:			0px;
}

ul#menuTopLeft
{
	float:				left;
	display:			inline;
	margin-left:130px;
}

ul#menuTopLeft li
{
	float:				left;
	display:			inline;
}

* html ul#menuTopLeft li
{
	width:				1%;
	white-space:nowrap;
}

ul#menuTopLeft li a
{
	float:left;
	_float:none;
	color:#13286e;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:8px;
}

ul#menuTopLeft li a:hover
{
	background:#ffe04f;
}

ul#menuTopLeft li ul
{
	width:150px;
	position:			absolute;
	display:			none;
	background:#273e8c;
	z-index:10;
	float:left;
	clear:both;
	
	top:301px;
}

ul#menuTopLeft li ul li
{
	margin-left:		0px;
	margin-top:			0px;
	margin-bottom:		0px;
	background:			none;
	float:				none;
	padding:			0px;
	width:				100%;
	height:				100%;
}

ul#menuTopLeft li ul li a
{
	display:block;	
	float:none;
	width:110px;
	color:white;
	_width:100%;
}

ul#menuTopLeft li ul li a:hover
{
	background:#ffe04f;
	color:#273e8c;
}

ul#menuTopLeft li ul li ul
{
	border:				1px solid #BBBBBB;
	margin-top:			-20px; /* Menu hoogte in principe. Mag ook afwijken. */
	margin-left:		130px; /* Menu breedte in principe. Mag ook afwijken. */
}

/* IE */
* html ul#menuTopLeft li ul li
{
	float:				left;
	clear:				both;
}

* html ul#menuTopLeft li a
{
	height:				1%;
}



#contentBlockLeft {
	float:left;
	width:247px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
}

#contentBlockRight {
	float:left;
	width:523px;
	margin-left:60px;
	margin-top:30px;
	margin-bottom:30px;
	
	min-height:398px;
	height:auto !important;
	height:398px;
}

#bgLeftColumn {
	background:url("../images/bgContentLeft.jpg") top left no-repeat;
	position:absolute;
	bottom:0px;
	left:120px;
	
	width:307px;
	height:351px;
	
}

#links {
	position:absolute;
	right:20px;
	top:50px;
}

#links a {
	width:27px;
	height:22px;
	display:block;
	float:left;
	margin-right:10px;
}

#links a.btnHome {
	background:url("../images/btnHome.jpg") top left no-repeat;
}

#links a.btnContact {
	background:url("../images/btnContact.jpg") top left no-repeat;
}

#links a.btnSitemap {
	background:url("../images/btnSitemap.jpg") top left no-repeat;
}

#links a.btnSearch {
	background:url("../images/btnSearch.jpg") top left no-repeat;
}

#links a span {
	display:none;
}
	


	.error
	{
		color:#F00;
	}
	
	label
	{
		font-weight:normal;
	}
	
	table .formulier
	{
		width:500px;
		font-family:Tahoma, Arial, Verdana;
	}
	
	.input
	{
		width:99%;
	font-family:Tahoma, Arial, Verdana;
		border:1px solid black;
	}
	
	input {
		border:1px solid black;
	}
	.radio {
		width:normal;
	font-family:Tahoma, Arial, Verdana;
	border:none;
	}
	
	
	textarea
	{
		width:99%;
		height:250px;
		background-color: transparent;
		border:1px solid black;
		font-family:Tahoma, Arial, Verdana;
		font-size:12px;
	}
