/* HTML */
html, body
{
	height: 100%;	
	margin: 0;
	padding: 0;
}

/* BODY */
body
{
	font-family: Verdana, Helvetiva, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-image: url('img/bg_body.png');
	background-position: center top;
}

/* WRAPPER */
#wrapper
{
	height: auto !important;
	height: 100%;
	min-height: 100%;	
	width: 1000px;
	margin: 0 auto;
}

/* HEADER */
#header
{
	margin: 0 auto;
	height: 121px;
	width: 920px;
	background: url('img/header.png');
	position: relative;	
	color: #bfd52e;
}

	#topmenu
	{
		position: absolute;
		right: 0;
		bottom: 10px;	
	}
	
	#topmenu a
	{
		color: #003876;
		text-decoration: none;	
	}

/* PLAATJE */
#plaatje
{
	margin: 0 auto;
	height: 276px;
	width: 920px;
	background: url('img/header1.jpg');	
}

	#plaatje-inner
	{
		height: 276px;
		width: 920px;	
	}

/* MENU */
#menu
{
	margin: 0 auto;
	height: 93px;
	width: 1000px;
	background: url('img/menu.png') center top;	
}

	#menu-inner
	{
		margin: 0 auto;
		width: 850px;	
	}

/* CONTENT */
#content
{
	margin: 0 auto;
	min-height: 300px;
	width: 1000px;
	background: url('img/bg_wrapper.png') center top;
}

	#content-inner
	{
		margin: 0 auto;
		width: 850px;
	}
	
		.projecten
		{
			background: white;
			min-height: 300px;	
		}
		
		.project
		{
			height: 115px;
			width: 425px;
			background: url('img/bg_project.png');
			float: left;
			position: relative;	
		}
		
		.project_info
		{
			width: 240px;
			height: 100px;
			position: absolute;
			top: 12px;
			left: 10px;
			font-size: 12px;	
			line-height: 1.4em;	
		}
		
		.project_thumb
		{
			width: 131px;
			height: 72px;
			position: absolute;
			top: 17px;
			left: 270px;	
		}
		
		.project_thumb img
		{
			width: 131px;
			height: 72px;	
		}
	
	#content-left
	{
		float: left;
		width: 560px;	
	}
	
	#content-center
	{
		float: left;
		width: 45px;
		height: 10px;	
	}
	
	#content-right
	{
		float: left;
		width: 245px;
	}
	
		#sidebar
		{
			height: 157px;
			width: 245px;
			background: url('img/sidebar.png');
			position: relative;	
			margin: 5px 0;
		}
		
		#sidebar img
		{
			position: absolute;
			top: 19px;
			left: 20px;	
			width: 205px;
			height: 117px;
		}
		
		#sidebar-text
		{
			font-style: italic;
			font-size: 11px;
			color: #333333;
			line-height: 1.4em;
			width: 205px;
			margin: 0 auto;	
		}
	
	#kolom1
	{
		color: #c4bdbd;
		font-size: 16px;	
		line-height: 1.5em;
	}

/* FOOTER */
#footer
{
	margin: 0 auto;
	height: 105px;
	width: 1000px;
	background: url('img/footer.png') center top;	
}

/* LINKS */
a
{
	color: #0000cc;	
}

/* CLEAR */
.clear
{
	clear: both;	
}/* GOOGLEMAPS */#googlemaps{	width: 560px;	height: 390px;	margin: 0;	border: none;}/* HEADINGS */h1,h2,h3,h4,h5,h6{	margin: 0;	line-height: 1.5em;}h1,h2 { font-size: 24px; font-weight: normal; visibility: hidden; }h3,h4 { font-size: 13px; }h5,h6 { font-size: 11px; }h1,h3,h5 { color: #2a4083; }h2,h4,h6 { color: #2a4083; }
/* FORMULIEREN */form{	margin: 0;	padding: 0;}/* TABLE */table{	border-collapse: collapse;}#contactform{	width: 500px;}/* OVERIGE */p, ul, li{	/* voor FCKeditor */	margin-top: 0px;	margin-bottom: 0px;}a img{	border: none;}