﻿*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html,body {
	height: 100%;
	background-color: #FFFFFF;
}

#paginadiv {
	position: relative;
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
}

#topdiv {
	position: relative;
	width: 800px;
	height: 33px;
	background: url(images/top.gif);
}

#headerdiv {
	position: relative;
	width: 800px;
	height: 150px;
	background: url(images/header.gif);
}

#contentdiv {
	position: relative;
	overflow: hidden;
	width: 800px;
	min-height: 350px;
	background: url(images/contents.gif);
}

#menudiv {
	position: relative;
	float: left;
	margin: 0px 0px 0px 23px;
	width: 180px;
	background-color: transparent;
}

.menu {
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	color: #7d644b;
}

#tekstdiv {
	position: relative;
	float: left;
	width: 350px;
	margin: 0px 20px 0px 125px;
}

#footerdiv {
	position: relative;
	width: 800px;
	height: 191px;
	background: url(images/footer.gif);
}

#logo {
	position: absolute;
	width: 200px;
	z-index: 2;
	top: 15px;
	left: 35px;
}

#nvst {
	padding: 0px 0px 0px 10px;
	text-align: center;
}

#afbeelding1 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 280px;
}

#afbeelding2 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 450px;
}

#afbeelding3 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 620px;
}

.randoms {
	position: absolute;
	z-index: 3;
	top: 5px;
	left: 5px;
}

#contact td {
	padding: 0px 15px 0px 0px;
	font-weight: bolder;
}

#contactform,tr,td {
	font-family: arial;
	font-size: 1em;
	color: #7d644b;
}

#footmenu {
	position: absolute;
	font-family: arial;
	text-align: right;
	width: 500px;
	color: #7d644b;
	font-size:0.75em;
	bottom: 5px;
	right: 5px;
}

#vergoeding {
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	
}

#footmenu a {
	font-family: arial;
	color: #7d644b;
}

.knop {
    border-width: 1px;
    border-color: #0057A9;
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    background-color: #F68026;
    padding: 3px 3px 3px 3px;
}

h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 1em;
	color: #7d644b;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 1em;
	color: #7d644b;
	margin: 5px 0px 0px 0px;
}

p {
	font-family: arial;
	text-align: justify;
	font-size: 1em;
	color: #7d644b;
	margin: 0px 0px 10px 0px;
}

a {
	font-family: arial;
	text-decoration: underline;
	font-size: 1em;
	color: #7d644b;
	margin: 0px 0px 10px 0px;
}

li {
	font-family: arial;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #7d644b;
	margin: 15px 5px 15px 5px;
}

#map_canvas {
	overflow: hidden;
	height: 300px;
	width: 350px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
