@import url("menus.css");
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/template/bodyback.jpg);
	background-repeat: repeat-x;
}
div#header {
	height: 232px;
	padding-top: 99px;
	background-image: url(../images/template/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#leftbar {
	float: left;
	width: 294px;
	min-height: 83px;
	background-image: url(../images/template/grey-bar.jpg);
	background-repeat: repeat-x;
}
div#rightbar {
	float: right;
	width: 164px;
	min-height: 83px;
	padding-top: 83px;
	background-image: url(../images/template/grey-bar.jpg);
	background-repeat: repeat-x;
}
div#content {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 1px; /* verwijderd de marge die ontstaat bij de contentWrapper-div vanwege h1 of p -tags in de content-div */
	padding-left: 304px;
	padding-right: 174px;
}
div#content h1 {
	font-size: 24px;
}
div#content h2 {
	font-size: 16px;
}
div#content a {
	color: #000;
}
div#content a:hover {
	font-weight: bold;
}
div#footer {
	line-height: 25px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
div#nieuws {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
p.leftheader {
	background-color: #8CC6E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 23px;
}
div#inloggen {
	padding-top: 10px;
}
div#inloggen form {
	margin: 0px;
	padding: 0px;
}
div#inloggen, div#inloggen input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#googlemap {
	width: 600px;
	height: 600px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	color: #000;
	line-height: 13px;
	text-align: center;
	margin-bottom: 10px;
}
div.clearer {
	clear: both;
}
