html, body {
	padding: 							0px;
	margin: 							0px;
	font-family:					verdana,arial; 
	font-size: 						10px; 
	color:								#000000;
 	text-align:						center;
 	background:						#A9A4A2;
}	
  

/* DIVS */  
#container_overig { 
	width:								840px;
	height:								620px;
	position:							absolute;
	top:									50%;
	left:									50%;
	margin:								-310px auto auto -420px;
	text-align:						center;
	background-image:			url(../../img/bg_overig.gif);
	background-repeat:		no-repeat;
}

#container_gv { 
	width:								840px;
	height:								620px;
	position:							absolute;
	top:									50%;
	left:									50%;
	margin:								-310px auto auto -420px;
	text-align:						center;
	background-image:			url(../../img/bg_gv.gif);
	background-repeat:		no-repeat;
}

#container_iv { 
	width:								840px;
	height:								620px;
	position:							absolute;
	top:									50%;
	left:									50%;
	margin:								-310px auto auto -420px;
	text-align:						center;
	background-image:			url(../../img/bg_iv.gif);
	background-repeat:		no-repeat;
}

#container_popup { 
	width:								840px;
	height:								620px;
	position:							absolute;
	top:									50%;
	left:									50%;
	margin:								-310px auto auto -420px;
	text-align:						center;
}

#content_container {
	float: 								left;
	width: 								614px;
	height:								370px;
	margin-left:					113px;
	margin-top:						150px;
	display: 							inline;
}

#content_container_home {
	float: 								left;
	width: 								391px;
	height:								192px;
	margin-left:					235px;
	margin-top:						239px;
	display: 							inline;
}

#menu_links {
	float: 								left;
	width:								180px;
	height:								137px;
	margin:								0px;
	text-align:						left;
}

#menu_item_links {
	margin-bottom: 				15px;
}

#menu_rechts {
	float: 								right;
	width:								180px;
	height:								84px;
	margin-top:						53px;
	text-align:						right;	
}

#menu_item_rechts {
	margin-bottom: 				15px;
}

#projecten_menu_links {
	position: 						relative;
	clear: 								both;
	float: 								left;
	width:								130px;
	height:								110px;
}

#projecten_menu_rechts {
	position: 						relative;
	float: 								right;
	width:								130px;
	height:								110px;
}

#projecten_content {
	position: 						relative;
	float: 								left;
	width:								348px;
	height:								170px;
	text-align:						center;
}

#projecten_footer {
	clear: 								both;
	float: 								left;
	width: 								614px;
	height: 							50px;
	margin-top:						10px;
	text-align: 					center;
}

#projecten_content_bottom {
	position: 						absolute;
	width: 								100%;
	bottom: 							0px;
	right:								auto;
	left:									0px;
	text-align:						center;
}

#projecten_menu_bottom_links {
	position: 						absolute;
	bottom: 							0px;
	right:								0px;
	text-align:						right;
}

#projecten_menu_bottom_rechts {
	position: 						absolute;
	bottom: 							0px;
	left: 								0px;
	text-align:						left;
}

#content {
	clear:								both;
	float: 								left;
	width:								410px;
	height:								225px;
	position:							absolute;
	top:									48%;
	left:									50%;
	margin:								0px auto auto -205px;
	text-align:						left;
	overflow: 						auto;
}


/* LINKS */
a:link {
	text-decoration: 			underline; 
	color:								#000000;
	font-weight:					bold;
}

a:visited {
	text-decoration: 			underline; 
	color:								#000000;
	font-weight:					bold;
}

a:active {
	text-decoration: 			underline; 
	color:								#E0873E;
	font-weight:					bold;
}
