	/* --------------------------------------------------------------------------------------------------------
	html en body
	---------------------------------------------------------------------------------------------------------*/
	
	html {
		height: 				100%;
		overflow: 				-moz-scrollbars-vertical; 
	}
	
	body {
		background:				#113b63 url("../images/bg.gif") repeat-y scroll 0px 0px;
		text-align:				center; 

		margin:					0px; 
		font:					normal 11px/18px Tahoma;
		color:					#244b71;
	}
	
	/* --------------------------------------------------------------------------------------------------------
	pagewrapper (de ruimte waarin alle onderdelen komen binnen de achtergrond)
	---------------------------------------------------------------------------------------------------------*/
	
	div.container {
		margin:					auto;
		width:					960px;
		height:					100%;
		border:					0;
		background-color:		#FFF;
		text-align:				left;
	}
	
	
	/* --------------------------------------------------------------------------------------------------------
	basis, onderstaande geldt voor alle benoemde tags in het html document
	---------------------------------------------------------------------------------------------------------*/
	
	table {
		border:					0;
		border-collapse:		collapse;
		margin:					0;
		padding:				0;
	}
	
	td {
		vertical-align:			top;
	}
	
	form {
		margin:					0;
		padding:				0;
	}
	
	a {
	color:					#d2314d;
	text-decoration:		underline;
	border: 1;
	border-color: #00CC99;
	}	
	
	img:hover {
		color:					#00FF99;
		text-decoration:		underline;
	}
	
	img {
		border:					0;
	}
	
	ul {
		margin:					0 0 0 15px;
		padding:				0;
	}
	
	
	/* --------------------------------------------------------------------------------------------------------
	basis layout hulpmiddelen
	---------------------------------------------------------------------------------------------------------*/
	
	.left {
		float:					left;
	}
	
	.right {
		float:					right;
	}
	
	.wrapper {
		width:					100%;
		overflow:				hidden;
	}
	
	.clear {
		clear:					both;
	}
	
	.mid {
		text-align:center;
	}
	
	/* --------------------------------------------------------------------------------------------------------
	headings
	---------------------------------------------------------------------------------------------------------*/
	
	h1, h2, h3, h4, h5, h6 {
		
	}
	
	h1 {
		font:					bold 14px/18px Tahoma;
		color:					#d2314d;
	}
	
	h2 {
		
	}
	
	h3 {
		
	}
	
	
	/* --------------------------------------------------------------------------------------------------------
	primary navigation
	---------------------------------------------------------------------------------------------------------*/
	
	div.primnav {
		width:					960px;
		height:					28px;
		padding:				0 0 0 0;
		background-image:		url(../images/bg-menu.gif);
		line-height:			28px;
	}
	
	
	ul.primnav {
		margin:					0 0px 0 51px;
		padding:				0 0 0 0;
		list-style-type:		none;
	}
	
	ul.primnav li {
		display:				inline;
		margin:					0 18px 0 0;
		padding:				0;
	}
	
	li.primnav a {
		font:					bold 11px/28px Tahoma;
		height:					28px;
		text-decoration:		none;
		color:					#244b71;					
	}
	
	li.primnav-active a {
		font:					bold 11px/28px Tahoma;
		height:					28px;
		text-decoration:		none;
		color:					#d2314d;					
	}
	
	ul.primnav li a:hover, ul.primnav li a:active {
		color:					#d2314d;
	}
	
	/* --------------------------------------------------------------------------------------------------------
	Lay-out
	---------------------------------------------------------------------------------------------------------*/
	
	div.header {
		width:					960px;
		height:					116px;
		background-image:		url(../images/header.gif);
	}
	
	div.header-left {
		width:					335px;
		height:					91px;
		float:					left;
		padding:				25px 0 0 25px;
	}
	
	div.header-right {
		width:					340px;
		height:					73px;
		float:					right;
		padding:				18px 0 0 13px;
	}
	
	div.content {
		width:					960px;

		background-image:		url(../images/bg-projects.jpg);
		position:				relative;
	}
	
	div.content-home {
		width:					960px;
		height:					855px;
		background-image:		url(../images/bg-home.gif);
		position:				relative;
		z-index:				1;
	}
	
	div.footer {
		width:					898px;
		height:					28px;
		background-image:		url(../images/bg-footer.gif);
		padding:				0 31px 0 31px;
		line-height:			28px;
	}
	
	div.footer-left {
		width:					362px;
		height:					28px;
		padding:				0;
		float:					left;
		line-height:			28px;
	}
	
	div.footer-right {
		width:					532px;
		height:					28px;
		padding:				0;
		float:					left;
		text-align:				right;
		line-height:			28px;
	}
	
	div.content-followup {
		width:					960px;
		height:					1258px;
		padding:				31px;
	}
	
	div.colomn-left {
		width:					330px;
		height:					418px;
		float:					left;
		padding:				0 30px 0 0;
	}
	
	div.colomn-right {
		width:					362px;
		height:					391px;
		float:					left;
		padding:				27px 0 0 0;
		text-align:				center;
	}
	
	div.folder {
		position:				absolute;
		z-index:				10;
		top:					10px;
		left:					10px;
	}
	
	div.badge {
		position:				relative;
		z-index:				20;
		top:					75px;
		left:					732px;
	}
	
	div.bullets {
	position:				relative;
	z-index:				20;
	top:					152px;
	width:					200px;
	left:					553px;
	padding: 0 0 0 40px;
	}
	
	div.initiatiefnemers {
	position:				absolute;
	z-index:				5;
	top:					700px;
	left:					110px;
	}
	div.lk{
		float: left;
		padding: 10px;
		width: 460px;
		border: 0px solid gray;
	}
 
	div.rk{
		float: right;
		padding: 10px;
		width: 460px;
		border: 0px solid gray;
	}


	div.title{
		padding-left: 10px;
	}
		

