body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body-back-repeat-x.png);
	background-repeat: repeat-x;
	background-color: #122A3A;
}
div#container {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
div#leftBar {
	float: left;
	width: 210px;
}
div#rightContent {
	float: right;
	width: 788px;
}
div#logoHolder {
	height: 105px;
	padding-left: 10px;
	padding-top: 23px;
}
div#zoekenHolder {
	background-color: #50903C;
	height: 40px;
}
div#leftmenuHolder {
	background-color: #8ABF77;
}
div#socialHolder {
	background-color: #8ABF77;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 1px;
}
div#socialHolder img {
	border: 0;
}
div#socialHolder p {
	padding-left: 15px;
}
div#socialHolder p:first-child {
	background-color: #50903C;
	padding-top: 8px;
	padding-bottom: 8px;
}





div#topBar {
	height: 40px;
	background-image: url(../images/top-bar-back.png);
}
div#topBar a {
	float: right;
	margin-right: 19px;
	margin-top: 11px;
}
div#topBar img {
	border: 0;
}
div#mainmenuHolder {
	height: 44px;
	padding-top: 12px;
}
div#contentWrapper {
}
div#homeheader img {
	float: left;
}
div#innerContent {
	background-color: #FFF;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
}
div#headerBar {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 35px;
	background-image: url(../images/info-bar-back-repeat-x.png);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFF;
}
div#headerBar p {
	margin: 0;
	padding: 0;
}
div#leftHeader {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #8ABF77;
	font-weight: bold;
}
div#rightHeader {
	float: left;
	padding-left: 17px;
	padding-right: 10px;
	background-image: url(../images/info-bar-arrow.png);
	background-repeat: no-repeat;
}
div#content {
	font-size: 12px;
	line-height: 18px;
	color: #0A2F47;
	padding-bottom: 10px;
	min-height: 250px;
}
div#content h1 {
	font-size: 16px;
}
div#content h2 {
	font-size: 14px;
}
div#content a {
	color: #0A2F47;
}
div#terugNaarTop {
	height: 24px;
}
div#terugNaarTop a {
	display: block;
	width: 93px;
	padding-left: 5px;
	line-height: 24px;
	background-color: #67A454;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	background-image: url(../images/terug-naar-top-arrow.png);
	background-repeat: no-repeat;
	background-position: 82px 10px;
}
div#terugNaarTop a:hover {
	background-position: 82px 8px;
}
div#footer {
	background-color: #69A452;
	font-size: 11px;
	color: #FFF;
	padding-left: 20px;
	padding-bottom: 20px;
}
div#footer a {
	color: #FFF;
}
div#ftr1 {
	float: left;
	width: 210px;
	padding-right: 10px;
}
div#ftr2 {
	float: left;
	width: 210px;
	padding-right: 10px;
}
div#ftr3 {
	float: left;
	width: 210px;
	padding-right: 10px;
}
div#ftr3 a.footerContactBtn {
	display: block;
	width: 183px;
	padding-left: 7px;
	line-height: 25px;
	font-size: 11px;
	text-decoration: none;
	background-color: #3D752E;
	color: #FFF;
}
div#ftr3 a.footerContactBtn:hover {
	text-decoration: underline;
}
div#bottomLinks {
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
	color: #FFF;
}
div#bottomLinks a {
	color: #FFF;
}








ul#hoofdmenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#hoofdmenu li {
	display: inline;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding-right: 3px;
	position: relative;
}
ul#hoofdmenu li a {
	font-size: 10px;
	text-transform: uppercase;
	height: 29px;
	line-height: 29px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
}
ul#hoofdmenu li a:hover, ul#hoofdmenu li a#active {
	background-image: url(../images/btn-bottom-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #112B3C;
	text-decoration: none !important;
}
ul#hoofdmenu li:before { content: "| "; letter-spacing: 2px; }
ul#hoofdmenu li:first-child:before { content: ""; }
ul#hoofdmenu li a:hover { text-decoration: underline; }







ul#hoofdmenu li ul {
   margin: 0;
   padding: 0;
   padding-top: 3px;
   display: none;
}
ul#hoofdmenu li:hover ul {
   position: absolute;
   display: block;
   width: 210px;
   left: 15px;
   top: 29px;
}
ul#hoofdmenu li:hover li {
	display: block;
	background-color: #122A3A;
	padding: 1px;
}
ul#hoofdmenu ul li:before { content: ""; }
ul#hoofdmenu li:hover li a {
	display: block;
	font-size: 9px;
	text-transform: none;
	color: #FFF;
	background-image: none;
	padding: 0;
	padding-left: 8px;
	width: 200px;
	height: 18px;
	line-height: 18px;
}
ul#hoofdmenu li li a:hover {
	background-color: #FFF;
	color: #122A3A;
}










div#googlemap {
	height: 700px;
}



div.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}
