@charset "utf-8";
/* CSS Document */
html,body
{
	margin:			0px;
	padding:		0px;
	width:			100%;
	height:			100%;

}
body
{
	background:		#49a842;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#fff;
	font-size:		12px;
	line-height:	16px;

}

div#container
{
	position:		absolute;
	width: 			100%;
	top: 			0px;
	left: 			0px;
	min-height: 	100%;
	height: 		auto !important;
	height: 		100%;
	text-align: 	left;
}
div#headerWrapper
{	
	background:		url(../images/lucht_seamless.png) top left repeat-x;
	width: 			100%;
	height: 		204px;
	text-align:		center;
	position: 		relative;
	padding: 		0px;
	margin: 		0px;
	font-size:		10px;
}
div#header
{
	background:		url(../images/lucht.jpg) top center no-repeat;
	width:			1000px;
	text-align:		center;
	height:			204px;
	margin:			0px auto;
}
div#contentWrapper
{
	background:		url(../images/gras_seamless.jpg) top left repeat-x;
	margin: 		204px 0px 0px 0px;
	text-align: 	left;
	position: 		relative;
	margin: 		0 auto;	
	padding: 		100px 0px 145px 0px;
}
div#content
{
	width:			1000px;
	margin:			0px auto;
	text-align:		left;
}
div#footer
{
	width: 			100%;
	background: 	url(../images/footer_seamless.gif) bottom left repeat-x;
	text-align:		center;
	bottom: 		0px;
	color:			#cfcfcf;
	position: 		absolute;
	height: 		145px;
	margin:			0px;
	padding:		0px;
}
div#sidebarLeft
{
	width:			200px;
	float:			left;
	text-align:		right;
}
div#inhoud
{
	width:			480px;
	margin:			0px 0px 0px 40px;
	float:			left;
}
div#inhoud a, div#inhoud a:visited
{
	color:			#174314;
}
div#inhoud a:hover
{
	color:			#672667;
}
div#sidebar
{
	width:			200px;
	margin:			0px 0px 0px 40px;
	float:			left;
}
#tas
{
	width:			145px;
	height:			235px;
	background:		url(../images/tas_24bit.png) top left no-repeat;
	left:			50%;
	margin:			64px 0px 0px 50px;
	position:		absolute;
	z-index:		51;
	float:			right;
}
#rabobank
{
	width:			188px;
	height:			176px;
	background:		url(../images/rabobank_24bit.png) top left no-repeat;
	left:			50%;
	margin:			64px 0px 0px 230px;
	position:		absolute;
	z-index:		53;
	float:			right;
}
#label
{
	width:			248px;
	height:			230px;
	left:			50%;
	margin:			28px 0px 0px -300px;
	position:		absolute;
	z-index:		50;
	float:			left;
	background:		url(../images/label_24bit.png) top left no-repeat;
}
div#nav
{
	width:			150px;
	margin:			0px 0px 0px 50px;
	float:			left;	
}
div#nav ul
{
	padding:		0px;
	margin:			0px;
}
div#nav ul li
{
	
	text-indent:	12px;
	list-style:		none;
	margin:			4px 0px;
}
div#nav ul li a
{
	font-size:		16px;
	text-decoration:none;
	color:			#fff;
	background:		#93117e;
	padding:		2px 5px 2px 0px;
	display:		inline-block;
}
div#nav ul li a:hover
{
	background:		#f39600;
}
img
{
	border:none;
}
.headlineSelected
{
	background:		#f39600 !important;
}
h1, h2, h3, h4
{
	margin:			0px;
	padding:		0px;	
}
h1
{
	font-size:3em;
	line-height:1em;
}
h2
{
	font-size:2em;
	line-height:1em;
}
h3
{
	font-size:1.5em;
	line-height:1em;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */