/**
*
* Design and coding by Wendy Borst
* Copyright &copy; 2009 Raadhuis
*
*/

/**
*
* Design and coding by Wendy Borst
* Copyright &copy; 2011 Raadhuis
*
*/

@charset "UTF-8";
/* CSS Document */

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  /*vertical-align:baseline;*/
  background:transparent;
}                  

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */

/**
* Main elements
*/

body {
	text-align: center;
	font: 62.5% "Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 1.5em;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

p {
	margin: 0.8em 0 0.8em 0;
	padding: 0;
}

a {
	color: #d3121a;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #d3121a;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #d3121a;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #9fccd6;
	height: 1px;
	background: #9fccd6;
	border: none;
	margin: 10px 0px 10px 0px;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
}

.textfield {
	background: #FFF;
	border: 1px solid #356d7b;
	color: #000000;
	font-size: 1.0em;
	padding: 3px;
	margin-bottom: 4px;
	height: 16px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, sans-serif;
}

.textarea {
	background: #FFF;
	border: 1px solid #356d7b;
	color: #000000;
	font-size: 1.0em;
	padding: 3px;
	height: 70px;
	margin-bottom: 4px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, sans-serif;
}

.submitbutton {
	background: #356d7b;
	color: #FFFFFF;
	border: 1px solid #356d7b;
	margin: 0 0 0 0px;
	font-size: 1.0em;
	font-weight: bold;
	height: 22px;
	float: right;
	font-family: "Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, sans-serif;
}

.error, .errors {
	color: #FF0000;
}


/**
* Header
*/

#header {
	height: 210px;
	width: 960px;
	position: relative;
	margin: 0 auto;
	background: url(images/headertop_bg.gif) center top repeat-x;
	padding: 0;
}

#logo {
	position: absolute;
	top: 37px;
	left: 9px;
	width: 240px;
	height: 110px;
	background: url(images/logo.gif) no-repeat left top;
	z-index: 200;
}

#logo h2 {
	display: none;
}

#logo a {
	top: 0px;
	left: 0px;
	width: 270px;
	height: 139px;
	position: absolute;
}

#tekstballon {
	width: 235px;
	height: 190px;
	background: url(images/tekstballon.gif) left top no-repeat;
	left: 660px;
	top: 0px;
	z-index: 200;
	position: absolute;
}

#tekstballon h2 {
	top: 35px;
	left: 22px;
	width: 190px;
	height: 80px;
	position: absolute;
	padding: 0px 0px 0px 0px;
	font-size: 1.7em;
	line-height: 1.6em;
	margin: 0;
	color: #296c84;
	border: 0px solid #ff0000;
}

#headerslogan {
	position: absolute;
	top: 0px;
	left: 249px;
	width: 365px;
	height: 145px;
	margin: 0;
	padding: 0;
	background: url(images/slogan.gif) left top no-repeat;
}

#headerslogan h2 {
	display: none;
}


/**
* Menu
*/

#menu {
	position: relative;
	width: 960px;
	text-align: left;
	color: #000000;
	font-size: 1.4em;
	position: absolute;
	top: 180px;
	left: 0px;
	z-index: 0;
	padding: 0;
	margin: 0;
	z-index: 250;
}

#menu ul {
	margin: 0px 0px 0px 52px;
	padding: 5px 0px 0px 0px;
	height: 30px;
	z-index: 300;
}

#menu li {
	list-style-type: none;
	display: inline;
	z-index: 300;
}

#menu li a {
	margin: 0px 2px 0px 2px;
	background: url(images/menu_bg.gif) left 8px no-repeat;
	padding: 5px 5px 5px 17px;
	font-weight: bold;
	z-index: 300;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover, #menu li.selected a {
	margin: 0px 2px 0px 2px;
	background: url(images/menu_bg_sel.gif) left 8px no-repeat;
	padding: 5px 5px 5px 17px;
	font-weight: bold;
	z-index: 300;
	color: #FFFFFF;
	text-decoration: none;
}

#vergroting {
	height: 14px;
	width: 70px;
	text-align: right;
	color: #FFFFFF;
	position: absolute;
	top: 185px;
	left: 860px;
	z-index: 250;
	padding-right: 30px;
}

#vergroting a.kleiner {
	font-size: 1.3em;
}

#vergroting a.groter {
	font-size: 2.0em;
}

#vergroting a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#vergroting a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}


/**
* Content general
*/

#content {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 40px 30px 40px 70px;
	width: 860px;
	clear: both;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
}

h1 {
	color: #d3121a;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: 1.3em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

h2.nieuws {
	color: #366e7c;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	line-height: 1.5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
	font-style: normal;
	margin: 0;
	letter-spacing: -0.05px;
	line-height: 1.5em;
}

h4 {
	color: #d3121a;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
}

#contenthome {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 860px;
	float: left;
	display: inline;
	text-align: left;
}

#contentleft {
	padding: 0px 0px 0px 0px;
	margin: 57px 20px 0px 0px;
	width: 200px;
	float: left;
	text-align: left;
}

#contentright {
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 0px 0px;
	width: 620px;
	float: left;
	text-align: left;
}

#content #contentright ul {
	margin: 5px 0px 15px 0px;
	list-style-type: none;
}

#content #contentright ul li {
	list-style-type: none;
	background: url(images/bullet_submenu.gif) left 2px no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 28px;
}

#content #contentright ol {
	margin: 5px 0px 15px 0px;
}

#content #contentright ol li {
	margin: 0px 0px 0px 22px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}

#content #contenthome ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}

#content #contenthome ul li {
	list-style-type: none;
	background: url(images/bullet_home.gif) no-repeat;
	padding: 0px 0px 0px 28px;
	height: 25px;
}

.groter {
	font-size: 1.3em;
	font-weight: bold;
}

.border {
	border: #c7e4eb 2px solid;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	max-width: 800px;
}

.border img {
	margin: 0px 20px 0px 20px;
}

.ditto_currentpage {
	margin: 0px 5px 0px 5px;
}

.ditto_page {
	margin: 0px 5px 0px 5px;
}


/**
* Home blocks
*/

.homeblock {
	padding: 0;
	margin-bottom: 20px;
	width: 270px;
	float: left;
	margin-right: 20px;
}

.selfsearchblock {
	padding: 0;
	margin-bottom: 50px;
	/* width: 562px; */
	width: 854px;
	float: left;
}

.blockheader {
	background: #6abddb url(images/homeblock_header_bg.gif) left top repeat-x;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 18px 0px 0px 20px;
	height: 37px;
}

.spreekuur {
	background: url(images/spreekuur.gif) left top no-repeat;
	width: 230px;
	height: 55px;
}

.telefoon {
	background: url(images/telefoon.gif) left top no-repeat;
	width: 230px;
	height: 55px;
}

.email {
	background: url(images/email.gif) left top no-repeat;
	width: 230px;
	height: 55px;
}

.spreekuur a, .telefoon a, .email a {
	display: block;
	width: 210px;
	height: 37px;
	padding: 18px 0px 0px 20px;
	text-align: left;
	color: #266a82;
	font-weight: bold;
	font-size: 1.1em;
}

.blockheader .internet {
	background: url(images/internet.gif) left top no-repeat;
	width: 55px;
	height: 55px;
	float: right;
	margin-top: -18px;
}

.block {
	background: #e7f4f7;
	padding: 10px 20px 15px 20px;
	text-align: left;
	margin-right: 5px;
	height: 275px;
}

.blockselfsearch {
	background: #e7f4f7;
	padding: 10px 20px 15px 20px;
	text-align: left;
	margin-right: 5px;
}


/**
* Vervolg blocks
*/

#contentleft .submenu ul {
	list-style-type: none;
	margin: 0px 0px 50px 0px;
}

#contentleft .submenu ul li {
	list-style-type: none;
	background: url(images/bullet_submenu.gif) left 2px no-repeat;
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 5px 0px;
}

#contentleft .submenu ul li a {
	color: #d3121a;
}

.rightblock {
	padding: 15px 20px 10px 20px;
	margin-bottom: 20px;
	width: 160px;
	float: left;
	background: #e7f4f7 url(images/leftblock_bg.gif) right bottom no-repeat;
}

.rightblock ul {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
}

.rightblock ul li {
	list-style-type: none;
	background: url(images/bullet_leftblock.gif) left 2px no-repeat;
	padding: 0px 0px 0px 28px;
}

.rightblock ul li a {
	color: #d3121a;
}

.enquete td {
	height: 22px;
}

.enquete h2 {
	color: #296c84;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}


/**
* Footer
*/

#footer {
	width: 960px;
	height: 35px;
	background: #d3121a;
	text-align: center;
	font-size: 1.1em;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #FFFFFF;
	border: #FFFFFF 1px solid;
}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#footer li {
	margin: 0px 0px 0px 0px;
	display: inline;
}

#footer .between {
	padding: 0px 7px 0px 7px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: none;
	font-weight: normal;
}
