@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
	background:url(../images/vertical_dots.gif) 70% 0 repeat-y;
}

#contentsverkoop {
	position: absolute;
	top: 0;
	left: 0;
	background:url(../images/vertical_dots_wit.gif) 70% 0 repeat-y;
}

html, body, #contents, #contentsverkoop {
	min-height: 100%;
	width: 100%;
	height: 100%;
} 

html>body, html>body #contents, html>body #contentsverkoop {
	height: auto;
}

h2{
	color: #109d9f;
	font-size: 80%;
	margin: 0 0 10px 0;
}

p{
	margin: 0 0 20px 0;
	line-height: 170%;
	font-size: 70%;
	color:	#494949;
}
ul{
	margin: 0 0 20px 20px;
	padding: 0;
	list-style:square;
}
li{
	line-height: 170%;
	font-size: 70%;
	color:	#494949;
	margin:0;
	padding:0;
}

table#contact td{
	line-height: 170%;
	font-size: 70%;
	color:	#494949;
	padding: 2px 10px 2px 2px;
}

table#contact td input, table#contact td textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 200px;
	padding: 2px;
}

table#contact td input.radio{
	width:auto;
}

a{
	color: #009699;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* 
plaats de hoofdlaag waar de content in komt
margin-bottom staat gelijk aan de hoogte van de footer
*/
#main {
	margin-bottom: 65px;
	height: auto;
}

#top{
	background: #009699;
	height: 400px;
	width: 100%;
}

body#vervolg #top{
	background: #009699;
	height: 260px;
	width: 100%;
}

#left{
	float: left;
	margin: 0 0 0 3%;
	width: 30%;
}

#banners{
	float: left;
	margin: 0 0 0 3%;
	width: 30%;
}

html>body #left{
	margin: 0 0 0 6%;
}

#right{
	margin: 0 0 0 74%;
	width: 24%;
}
.inner{
	padding: 50px 30px 0 0;
}
.titel{
	margin: 0 0 0 -13px;
	display:block;
	position: absolute;
}
.tekst{
	padding: 43px 0 0 0;
}

.leesmeer{
	text-align:right;
}

#clear{
	clear:both;
}

/* plaats de footer */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}

#footer_inner_left{
	background:url(../images/horizontal_dots.gif) 0 0 repeat-x;
	margin: 0 0 0 3%;
	padding: 10px 0 0 0;
	width: 60%;
	float: left;
}

html>body #footer_inner_left{
	margin: 0 0 0 6%;
}

table.adres td{
	color:	#494949;
	font-size: 65%;
	width: 150px;
}

#footer_inner_left p{
	color: #009699;
	font-size: 65%;
	float: right;
}

table.adres td a{
	color: #009699;
	text-decoration: none;
}
table.adres td a:hover{
	text-decoration: underline;
}

#footer_inner_right{
	background:url(../images/horizontal_dots.gif) 0 0 repeat-x;
	margin: 0 0 0 74%;
	padding: 10px 0 0 0;
	width: 24%;
}

p.titel{
	font-size: 65%;
	position:absolute;
	margin: -28px 0 0 0;
}

.floatleft{
	float:left;
	width:13%;
	padding:43px 0 0 1%;
}