html {
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	color: #3F3732;
}

a:hover {
	color: #B0A893;
}


a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity: 70);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	line-height: normal;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

form p {
	width: 100%;
	display: table;
}

form p label {
	float: left;
	width: 125px;
}

#contact {
	height: 300px;
	background-color: #002952;
	background-image: url("../images/contact/background.png");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
}

#contact .content {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: -400px;
}

#contact h2 {
	color: #C5EEF4;
	font-size: 22px;
	margin-bottom: 10px;
}

#contact #theform {
	float: left;
	width: 65%;
	margin-right: 5%;
}

#contact #theform p input {
	display: inline;
}

#contact #theform textarea {
	height: 50px;
}

#contact .data {
	float: left;
	width: 30%;
}

#contact_fader {
	width: 100%;
	height: 96px;
	position: relative;
	top: -96px;
	z-index: 20;
	background-image: url("../images/contact/fader.png");
}

.landscape {
	position: relative;
	top: -96px;
	height: 340px;
	overflow: hidden;
	background-image: url("../images/landscape/ground.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 0;
}

.landscape .smoke {
	position: absolute;
	width: 436px;
	height: 210px;
	left: 50%;
	top: -10px;
	margin-left: -465px;
	z-index: 1;
	background-image: url("../images/landscape/smoke.png");
}

.landscape #sky {
	width: 4000px;
	height: 209px;
	position: absolute;
	top: 0px;
	background-image: url("../images/landscape/sky.jpg");
}

#container {
	width: 800px;
	position: relative;
	top: -436px;
	left: 50%;
	margin-left: -400px;
	z-index: 10;
}

.header {
	position: absolute;
	z-index: 10;
	width: 100%;
}

.header .contact {
	width: 205px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("../images/header/contact.png");
	cursor: pointer;
}

.header .contact:hover {
	opacity: 0.6;
}

.header .logo {
	width: 306px;
	height: 130px;
	position: absolute;
	top: 10px;
	left: 7px;
	background-image: url("../images/header/logo.png");
}

.page {
	width: 100%;
	position: relative;
	top: 110px;
	display: table;
}

.page .background {
	width: 100%;
	height: 333px;
	background-image: url("../images/page/background.png");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
}

.page .content {
	display: table;
	position: absolute;
	width: 753px;
	left: 23px;
	margin-top: 25px;
}

.page .content h1 {
	font-size: 20px;
	color: #6EBC20;
	margin-bottom: 10px;
	margin-top: 20px;
}

.page .content .feature {
	height: 144px;
	position: relative;
}

.page .content .info {
	width: 223px;
	height: 124px;
	float: left;
	background-image: url("../images/page/feature/background.png");
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}

.page .content .info h3 {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.page .content .info div {
	position: absolute;
	bottom: 12px;
	left: 8px;
}

.page .content .info div span {
	color: #B0A893;
	padding-left: 3px;
	padding-right: 3px;
}

.page .content .info div a {
	background-color: #1E1A17;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
}
.page .content .image {
	width: 502px;
	height: 136px;
	float: left;
	border: 4px solid #B0A893;
	background-color: #EFEFEF;
	background-position: center;
	background-image: url("../images/page/feature/dummy.jpg");
}

.page .content .left {
	width: 70%;
	margin-right: 5%;
	float: left;
}

.page .content .right {
	width: 25%;
	_width: 22%;
	float: left;
}

.page .content .right li {
	padding-bottom: 5px;
}

.page .content .right h3 {
	font-size: 18px;
	color: #004C1F;
	margin-bottom: 5px;
}

.footer {
	clear: both;
	background-image: url("../images/footer/background.jpg");
	background-repeat: repeat-x;
	background-position: 40px;
	padding-top: 80px;
	text-align: center;
	color: #004C1F;
	position: relative;
}

.footer .aequor{
	position: absolute;
	right: 0px;
	top: 60px;
	font-size: 9px;
}

.footer .leerbedrijf {
	right: 100px;
	position: absolute;
	top: 65px;
}

.footer span {
	color: #004C1F;
	font-size: 11px;
}

.footer span a {
	text-decoration: none;
	font-weight: bold;
	color: #004C1F;
}

.navigation {
	position: absolute;
	left: 325px;
	top: 94px;
	z-index: 1000;
}

.navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navigation li {
	float:left;
	display: inline;
	height:28px;
	margin-left: 8px;
	cursor: pointer;
}

.navigation #home {
	background-image: url("../images/header/navigation/home.png");
	width:71px;
}

.navigation .active#home {
	background-image: url("../images/header/navigation/home_active.png");
}

.navigation #informatie {
	background-image: url("../images/header/navigation/informatie.png");
	width:80px;
}

.navigation .active#informatie {
	background-image: url("../images/header/navigation/informatie_active.png");
}

.navigation #projecten {
	background-image: url("../images/header/navigation/projecten.png");
	width:80px;
}

.navigation .active#projecten {
	background-image: url("../images/header/navigation/projecten_active.png");
}

.navigation #offerte {
	background-image: url("../images/header/navigation/offerte.png");
	width:64px;
}

.navigation .active#offerte {
	background-image: url("../images/header/navigation/offerte_active.png");
}

.navigation li a {
	display: block;
	width:100%;
	height:100%;
}