html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: white url("../images/achterg.gif") center 0 repeat-y; 
}


#content-links, #content-rechts {
	height: 100%;
}

#content-links {
	width: 50%;
	float: left;
}

#content-rechts {
	width: 49%;
	float: right;
}

#menu-contact {
	background: #9bc7dc url("../images/contact.gif") 10px 9px no-repeat;
	margin: 160px 0 40px 39px;
	width: 240px;
	height: 40px;
}

#menu-projecten a, #menu-contact a {
	display: block;
	width: 240px;
	height: 40px;
}

#menu-projecten {
	background: #9bc7dc url("../images/projecten.gif") 130px 9px no-repeat;
	margin: 45px 39px 40px 0 !important;
	margin: 45px 20px 40px 0;
	width: 240px;
	height: 40px;
	float: right;
	clear: both;
}

#projecten-afb {
	float: right;
	margin: 0 39px 0 0;
	border: 1px solid #999;
	clear: both;
}

#logo {
	float: right;
	margin: 35px 75px 0 0;
}

#nav {
	clear: both;
	float: right;
	margin: 39px 39px 0 0 !important;
	margin: 39px 20px 0 0;
}

#nav-links {
	margin-right: 14px;
}

#nav-rechts {
	margin-left: 14px;
}


#tekst {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 39px;
}

#tekst h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 28px 0;
}

#tekst p {
	margin: 0;
	font-size: 11px;
	width: 240px;
	line-height: 18px;
}

img {
	border: none;
}

a {
	color: red;
}