@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF url(../images/background.jpg) center top repeat-x;
}
#site {
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
}
#wrapper {
	position:absolute;
	top:672px;
	left:50%;
	width:1px;
	height:1px;
}

#container {
	width:695px;
	margin:-651px 0 0 -350px;
}
#header {
	width:695px;
	height:155px;
	position:relative;
}
#header #menu {
	position:absolute;
	height:50px;
	width:264px;
	top: 114px;
	left:1px;
}
#header #menu a, #header #menu a:link {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	display:block;
	padding:14px 0 10px 0;
}
#header #menu a:hover {
	text-decoration:underline;
}
#header #menu .home_btn {
	width:132px;
	height:50px;
	float:left;
	text-align:center;
	background:transparent url(../images/home_btn.png) left top no-repeat;
}
#header #menu .contact_btn {
	width:132px;
	height:50px;
	float:left;
	text-align:center;
	background:transparent url(../images/contact_btn.png) left top no-repeat;
}
#header #logo {
	height:105px;
	width:244px;
	margin:0 auto;
}
#content {
	width:695px;
	height:400px;
	background:transparent url(../images/content_background.png) center top no-repeat;
}
#content a, #content a:link {
	color:#FFF;
	text-decoration:underline;
}
#content .titel {	
	width:auto;
	padding:35px 40px 0 40px;
}
#content .horizontal_rule {
	width:auto;
	height:2px;
	margin:10px 0;
	padding:0;
	background:transparent url(../images/horizontal_rule.png) left top repeat-x;
}
#content .tekst {
	width:auto;
	padding:0 40px 0 40px;
	line-height:20px;
}
#content .tekst ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content .tekst li.effect {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:4px 0 4px 35px;
	list-style:none;
	background:transparent url(../images/vink.png) -2px top no-repeat;
}
#content .tekst li.effect:hover {
	background:transparent url(../images/vink_hover.png) -2px top no-repeat;
}
#koe {
	position:absolute;
	width:125px;
	height:100px;
	left: 695px;
	top: 370px;
}
#keurmerken {
	position:absolute;
	width:88px;
	height:39px;
	right:15px;
	top:505px;
}
#contact_img {
	position:absolute;
	width:223px;
	height:184px;
	left: 427px;
	top: 190px;
}
#footer {
	width:694px;
	height:170px;
	font-size:10px;
	padding:5px 148px 5px 148px;
	margin:0 0 0 -496px;
	background:transparent url(../images/footer_shadow.png) center top no-repeat;
}
