html, body {
	height: 100%;
}

body {
	background: url(images/background_j-de-jong-bv.jpg) repeat-y top center #CCCCCC;

	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #321c14;
	line-height: 15px;
}

a, a:active, a:visited {
	color: #321c14;
	text-decoration: underline;
}
a:hover {
	color: #321c14;
	text-decoration: none;
}

#container {
	position: relative;

	width: 1000px;
	height: 590px; 

	background: url(images/homepage_j-de-jong-bv_betrokken-bouwers.jpg) no-repeat;
	
	text-align: left;

}

#logo {
	position: absolute;
	
	width: 201px;
	height: 54px;

	left: 100px;
	top: 24px;
}

#topmenu {
	position: absolute;
	
	width: 280px;
	height: 15px;

	left: 339px;
	top: 64px;

	text-align: right;

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;	
}
#topmenu a, #topmenu a:active, #topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:hover {
	color: #fff2cd;
	text-decoration: underline;
}

#bouwen {
	position: absolute;
	width: 152px;
	left: 117px;
	top: 409px;
}
#ontwikkelen {
	position: absolute;
	width: 152px;
	left: 269px;
	top: 409px;
}
#service {
	position: absolute;
	width: 152px;
	left: 421px;
	top: 409px;
}

#projecten {
	position: absolute;
	width: 192px;
	left: 521px;
	top: 409px;
}

#project_1 {
	position: absolute;
	width: 152px;
	left: 117px;
	top: 409px;
	padding-left: 21px;
}
#project_2 {
	position: absolute;
	width: 152px;
	left: 269px;
	top: 409px;
	padding-left: 21px;	
}
#project_3 {
	position: absolute;
	width: 152px;
	left: 421px;
	top: 409px;
	padding-left: 21px;	
}
#vorige {
	position: absolute;
	width: 55px;
	left: 110px;
	top: 440px;	
}
#volgende {
	position: absolute;
	width: 80px;
	left: 139px;
	top: 440px;
	padding-left: 450px;	
}

#logootjes {
	position: absolute;
	
	width: 179px;
	height: 24px;
	
	left: 682px;
	top: 461px;
	
	text-align: right;
}
#email {
	position: absolute;
	
	width: 120px;
	height: 20px;
	
	left: 688px;
	top: 508px;
	
	text-align: left;
}

div#content {
	position: absolute;
	left: 107px;
	top: 408px;
	width: 350px;
	border-right: 1px solid white;
	padding-right: 30px;
	margin-top: 40px;
	padding-bottom: 4px;
}
div#content h1 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 20px;
}
div#content div.tekst {
	margin-left: 10px;
}

div.projecten img {
	border-style:none;
	width: 152px;
}

