* {
	margin: 0px;
	}
	
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #d7d7d7;
	background-image: url(../IMG/layout/bg_tile.jpg);
	background-position: top,left;
	background-repeat: repeat-x;
	}

#top
{
	width: 980px;
	height: 80px;
	background-image: url(../IMG/layout/logo_GOUD.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	}

ul#menu {
	text-align: right;
	list-style: none;
	float: right;
	padding-top: 53px;
	}

#menu li {
	float: left;
	height: 14px;
	border: 0;
	width: 130px; 
	margin: 0px 0px 0px 0px;
	}

#menu a {
	color: #836a2e;
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-align: center;
	}

#menu li a.active {
	color: #cc971c;
	}

#menu a:hover {
	color: #cc971c;
	}
	
a {
	color: #cc971c;
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
	
a:hover {
	color: #836a2e;
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

#holder {
	width: 978px;
	min-height: 400px;/*600*/
	background-color: #fff;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	padding-top: 4px;
}

#footer {
	width: 980px;
	height: 33px;
	background-image: url(../IMG/layout/footer.png);
	background-repeat: no-repeat;
	}
	
h1 {
	color: #cc971c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
	padding-bottom: 8px;
	}
	
p {
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	}

.home_left {
	float: left;
	height: 630px;
	margin-left: 4px !important;
	margin-right: 4px !important;
	margin-left: 2px; 
	width: 280px;
}

.home_middle {
	float: left; 
	height: 630px;
	padding: 0 1px;
	width: 400px;
}

.home_right {
	height: 630px;
	float: left; 
	margin-left: 4px !important;
	margin-right: 4px !important;
	margin-right: 2px;
	overflow: hidden;
	position: relative;	
	width: 280px !important;
	width: 280px;
}

.colofon_left {
	float: left;
	height: 520px;
	margin: 0 4px;
	width: 270px; 
}

.colofon_middle {
	float: left;
	height: 520px;
	padding-right: 35px;
	width: 325px;
}

.colofon_right {
	float: left;
	height: 520px;
	margin: 0 4px;
	width: 320px;
}

.hoogtepunten_top {
	height: 260px;
	margin: 0 4px;
	width: 970px; 
}

.hoogtepunten_bottom {
	height: 335px;
	margin: 4px 4px 0 4px;
	width: 970px; 
}

.contact_top {
	height: 260px;
	margin: 0 4px;
	width: 970px; 
}

.contact_left {
	float: left;
	height: 200px;
	margin: 0 4px;
	width: 280px; 
}

.contact_middle {
	float: left;
	height: 200px;
	width: 280px;
}

.contact_right {
	float: left;
	height: 200px;
	width: 400px;
}


