﻿BODY {
	margin: 0;
	padding: 0;
	background-color: rgb(240,240,240);
	font-family: verdana, sans-serif; 
	text-align: justify;
	font-size: 70%; 
	line-height: 170%;
	color: rgb(63,63,63);
}

A {text-decoration:none}
A:link, A:visited {color: rgb(50,100,180)}
A:hover, A:active {color: #CC3300}

#actief {
	color: #CC3300;	
}

#body {
	margin: auto;
	background-color: white;
	width: 700px;
	border: 1px solid rgb(192,192,192); 
	margin-top: 10px;
	margin-bottom: 10px;
}

#titel {
	margin: auto;
	background-color: white;
	width: 700px;
	height: 70px;
	border: 1px solid rgb(192,192,192); 
	margin-top: 10px;
}

#h {
	font-size: 150%;
	font-weight: bolder;
}

#adres {
	float: left;
	font-size: 90%;
	line-height: 170%;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 28px;
	padding-bottom: 15px;
}

#logo {
	padding-top: 8px;
	margin-left: 425px;
}

#menu {
	font-size: 100%;
	line-height: 120%;
	margin: auto;
	width: 700px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-right: 30px;
	float: center;
}

#voet {
	font-size: 90%;
	line-height: 120%;
	margin: auto;
	width: 700px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#ref {
	border: 1px dashed rgb(50,100,180);
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 125%;
	color: rgb(110,110,110);
	background-color: rgb(245,245,245);
}

#map_canvas {
	width: 350px; 
	height: 250px;
	margin: 0px;
	float: right;
}
