* { 
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin-top: 25px;
}
img {
	border: 0;
}
li {
	list-style-type: none;
}
.bold {
	font-weight: bold;
}
div#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* header */

div#language {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 76px;
	height: 20px;
	margin-right: 41px;
}
div#language img {
	float: left;
	margin-left: 4px;
}
div#header {
	position: relative;
	width: 100%;
	height: 58px;
	padding-top: 5px;
}
div#header a#nav_home img {
	float: left;
	margin-left: 19px;
}
div#header div#nav {
	float: left;
	width: 713px;
	height: 58px;
	margin-left: 5px;
	background: url(../images/backgrounds/nav.gif) 0 0 no-repeat;
}
div#header div#nav ul {
	float: left;
	display: block;
	width: 638px;
	margin-top: 35px;
}
div#header div#nav ul li {
	float: left;
	padding-left: 25px;
}
div#header div#nav ul li.first {
	padding-left: 80px;
}
div#header div#nav ul li.last {
	float: right;
}
div#header div#nav ul li a {
	font: 16px "times new roman", times, serif;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
}
div#header #nav ul li a:hover,
div#header #nav ul li a.current {
	color: #7f704c;
}

/* content */

div#content {
	position: relative;
	width: 100%;
	height: 314px;
	background: url(../images/backgrounds/content.gif) 0 0 no-repeat;
}
div#content img {
	position: absolute;
	bottom: 27px;
	left: 71px;
}
div#content div {
	position: absolute;
	top: 10px;
	right: 173px;
	width: 460px;
}
div#content div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 277px; /* 294px */
	overflow: auto;
}
div#content h1 {
	float: left;
	margin-bottom: 24px;
	margin-top: 40px;
	font: 24px "times new roman", times, serif;
	line-height: 24px;
	color: #d8bc7e;
}
div#content h2,
div#content p,
div#content ul {
	float: left;
	width: 400px;
	margin-bottom: 16px;
	font: 11px arial, helvetica, sans-serif;
	line-height: 16px;
	color: #fff;
}
div#content h2 {
	margin-bottom: 0;
	font-weight: bold;
}

div#content a {
	color: #fff;
}
div#content a:hover {
	color: #d8bc7e;
}

/* content subnav */

div#content ul#subnav {
	float: left;
	display: block;
	width: 100%;
}
div#content ul#subnav li {
	float: left;
	display: inline;
	margin-right: 15px;
}
div#content ul#subnav li.last {
	margin-right: 0;
}
div#content ul#subnav li a {
	font: 13px "times new roman", times, serif;
	line-height: 13px;
	color: #fff;
	text-decoration: none;
}
div#content ul#subnav li a:hover,
div#content ul#subnav li a.current {
	color: #d8bc7e;
}

/* footer */

div#footer {
	position: relative;
	width: 100%;
	height: 188px;
}
div.home {
	background: url(../images/backgrounds/home.jpg) 0 0 no-repeat;
}
div.onze_groep {
	background: url(../images/backgrounds/onze_groep.jpg) 0 0 no-repeat;
}
div.klanten {
	background: url(../images/backgrounds/home.jpg) 0 0 no-repeat;
}
div.ons_team {
	background: url(../images/backgrounds/ons_team.jpg) 0 0 no-repeat;
}
div.certificering {
	background: url(../images/backgrounds/home.jpg) 0 0 no-repeat;
}
div.contact {
	background: url(../images/backgrounds/contact.jpg) 0 0 no-repeat;
}
