/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}
h1 {
	font: normal 1.9em Georgia;
	color: #818054;
	margin: 7px 0 7px 0;
}
h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}

h2 {
	font: bold 20px Georgia;
	color: #000;
	margin: 7px 0 7px 0;
}

h3 {
	font: bold 16px Georgia, Arial, Helvetica, sans-serif;
	color: #818054;
	margin: 0 0 7px 0;
}
h3 a:link, h3 a:visited {
	color: #818054;
	text-decoration: none;
}

h4 {
	margin: 0 0 3px 4px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #a09f7e;
}
h4 a:link, h4 a:visited {
	color: #a09f7e;
	text-decoration: none;
}

h5 {
	margin: 0 0 20px 0;
	font: 1em Arial, Helvetica, sans-serif;
	color: #88875e;
}

/* Links */
a:link, a:visited, a:active {
	color: #ffc423;
	text-decoration: underline;
}
a:hover {
	color: #ffc423;
	text-decoration: none;
}

/* Paragraphs */
p { margin: 0 /*0 10px 0*/; }

/* Lists */
ul { margin: 15px 0 15px 20px; }
ul li { list-style: disc; }
ol { margin: 15px 0 15px 5px; }
ol li {
	list-style: decimal;
	list-style-position: inside;
}

/* Table */
table { border-collapse: collapse; }

table th {
	border: 1px solid #7f7f7f;
	padding: 10px 10px;
	margin: 0;
}

table td {
	border: 1px solid #7f7f7f;
	padding: 10px 10px;
	margin: 0;
}

/* Clearfix */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:inline-block; }
.clearfix { display:block; }
* html .clearfix { height: 1%; }

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

.all {
	width: 960px;
	margin: 0 auto;
}

/* Header */
.header {
	position: relative;
	margin: 0 0 32px 0;
}

/* Menu */
.menu {
	float: left;
	display: inline;
	width: 960px;
	margin: 0;
	border-bottom: 2px solid #b3b398;
}
.menu li {
	background: url('../img/menu_bg.gif') no-repeat;
	width: 125px;
	height: 29px;
	float: left;
	display: inline;
	margin: 0 16px 0 0;
	text-align: center;
	list-style: none;
}
.menu li a:link, .menu li a:visited {
	display: block;
	width: 125px;
	height: 27px;
	padding: 2px 0 0 0;
	color: #818054;
	text-decoration: none;
	font-size: 18px;
}
.menu li.current a:link, .menu li.current a:visited { color: #ffc423; }
.menu li.current {
	border-bottom: 2px solid #ffc423;
	background: transparent;
}
.menu li a:hover, .menu li.active a {
	height: 25px;
	border-bottom: 4px solid #FFC423;
}

div.portal {
	position: absolute;
	top: 9px;
	right: 3px;
	width: 230px;
	height: 27px;
	font-family: Georgia;
	font-size: 16px;
	color: #818054;
	text-align: right;
	background: none;
	font-style: italic;
}

/* Information */
.info {
	position: absolute;
	top: 0;
	right: 2px;
	display: inline;
	width: 150px;
	text-align: right;
	color: #a0a07e;
	margin: 11px 0 0 0;
}
.info ul {
	float: right;
	margin: 0;
}
.info ul li {
	float: left;
	display: inline;
	background: url('../img/info_sep.gif') no-repeat 0 2px;
	padding: 0 0 0 5px;
	margin: 0 4px 0 0;
	list-style: none;
}
.letters {
	font-size: 13px;
	cursor: pointer;
	margin-right: 20px;
}
.letters small { font-size: 11px; }
.letters big {
	font-size: 15px;
}
.info ul li.first { background: transparent; }
.info ul li.letters { margin: 0; }

.logo {
	text-align: center;
	margin: 0 0 15px 0;
}

/* Columns */
.cols { margin: 0 0 30px 0; }
.col_1 {
	font-family: Georgia;
	float: left;
	display: inline;
	width: 546px;
	overflow: hidden;
	line-height: 1.6em;
}
.col_2 {
	float: left;
	display: inline;
	width: 190px;
	/*margin: 12px 18px 0 12px;*/
	margin: 12px 22px 0 0;
}
.push_down { margin-top: 39px; }
.col_2 a:hover {
	color: #000;
	text-decoration: underline;
}
.col_3 {
	float: left;
	display: inline;
	width: 176px;
	margin: 12px 0 0 22px;
}
div.homecontent, div.columnize { margin-top: 6px; }

/* Middle column */
.chars {
	background: #dfdfd4;
	color: #000;
	overflow: hidden;
	height: 144px;
}
.chars dl {
	font-size: 0.75em;
	font-family: Georgia;
	margin: 5px 0 0 8px;
}
.chars dl dt {
	float: left;
	display: inline;
	width: 58px;
	margin: 0 3px 0 0;
	font-size: 1.1em;
}
.chars dl dd {
	float: left;
	display: inline;
	width: 110px;
	font-weight: bold;
	line-height: 1.4em;
	border: 1px solid #dfdfd4;
}

.side_box {
	border-bottom: 1px solid #c0bfa9;
	padding: 0 0 7px 0;
	margin: 0 0 15px 0;
}

.entry {
	font: 0.75em Georgia;
	color: #818054;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #c0bfa9;
	padding: 0 0 5px 0;
}

.first_entry {
	padding: 0 0 12px 0;
}

.date {
	margin: 0 0 2px 0;
	font-size: 0.95em;
}

.entry p {
	line-height: 1.4em;
	margin: 0;
}

/* Right column */
.toolbox {
	background: #ffc423 url('../img/toolbox_bottom.gif') no-repeat 0 100%;
	margin: 0 0 16px 0;
	font-size: 1.0em;
}
.toolbox .box_bg {
	background: url('../img/toolbox_top.gif') no-repeat 0 0;
	overflow: hidden;
	padding: 0 0 5px 0;
}
.toolbox .inner { margin: 6px 0 0 8px; }
.box_title {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 3px;
}

.search {
	background: url('../img/ico_search.gif') no-repeat 0 4px;
	text-indent: 20px;
	padding: 2px 0 0 0;
	color: #818054;
	margin: 0 0 12px 0;
}
.search .text {
	width: 128px;
	border: 0px solid transparent;
	float: left;
	display: inline;
	padding: 0 0 0 9px;
	font: 1em Arial, Helvetica, sans-serif;
	height: 17px;
	color: #a2a39a;
	margin: 0 1px 0 0;
}
.search .btn {
	float: left;
	display: inline;
}
.search .line {
	margin: 4px 0 0 0;
	overflow: hidden;
	width: 160px;
}

.map {
	color: #818054;
	padding: 3px 0 0 0;
}
.map p {
	margin: 0 0 9px 0;
	color: #818054;
}

.toolbox_links { margin: 10px 0 0 0; }
.toolbox_links li {
	height: 21px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}
#l_login { background: url('../img/ico_lock.gif') no-repeat 0 4px; }
#l_maak {
	background: url('../img/ico_note.gif') no-repeat 0 0;
	padding-top: 0;
	padding-left: 21px;
}
#l_contact {
	background: url('../img/ico_contact.gif') no-repeat 0 0;
	padding-top: 0;
	padding-left: 21px;
}
#l_news {
	background: url('../img/ico_tv.gif') no-repeat 0 0;
	padding-top: 0;
	padding-left: 21px;
}
#l_rss {
	background: url('../img/ico_rss.gif') no-repeat 0 0;
	padding-top: 0;
	padding-left: 21px;
}
.toolbox a:link, .toolbox a:visited {
	color: #818054;
	text-decoration: none;
}

/* Calendar */
div.calendar { width: 173px; }
.calendar ul { margin: 0; }
.calendar ul li {
	float: left;
	display: inline;
	width: 24px;
	margin: 0;
	text-align: center;
	list-style: none;
}
.days { margin: 6px 0 0 0; }
.days ul {
	margin: 0;
	_margin: -11px 0 0 0;
}
.days ul.first_line { margin: 0; }
.days ul li {
	width: 24px;
	height: 24px;
	padding: 4px 0 0 0;
	margin: -11px 0 0 0;
	_margin: 0;
	list-style: none;
}
.days ul.first_line li { margin: 0; }
.days ul li.day_square {
	border: 3px solid #ffc423;
	width: 18px;
	height: 15px;
	padding: 0;
}
.days ul li.day_circle {
	background: url('../img/day_circle.gif') no-repeat;
	width: 25px;
	height: 24px;
	padding: 5px 0 0 0;
}
.days ul li a:link, .days ul li a:visited {
	text-decoration: none;
	color: #000;
}

.gray_line {
	background: #818054;
	text-align: center;
	margin: -3px 0 0 0;
	color: #fff;
	font: 1.0em Arial;
	padding: 5px 0 5px 0;
}
.agendakop {  font-size: 1.0em; }
.gray_line a:link, .gray_line a:visited {
	color: #ffc423;
	text-decoration: underline;
}
.gray_line a:hover { text-decoration: none; }
.gray_line a.prev_month, .gray_line a.next_month {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

/* Bottom line */
.bottom_line { margin: 0 0 38px 0; }
.bottom_line li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	width: 155px;
	list-style: none;
}
.bottom_line li.last { margin: 0; }
.bottom_line li span {
	background: #b3b398;
	display: block;
	height: 38px;
	padding: 6px 0 5px 0;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	word-spacing: 2px;
	font-family: Georgia;
	font-size: 1.3em;
}
.bottom_line li span.single {
	height: 32px;
	padding-top: 12px;
}
.bottom_line li.one_line span { padding: 11px 0 14px 0; }
.bottom_line li a:link, .bottom_line li a:visited {
	color: #FFF;
	text-decoration: none;
}

/* Footer */
.footer_logos {
	width: 280px;
	margin: 0 auto 10px auto;
}
.footer_logos li {
	float: left;
	display: inline;
	margin: 0 8px 0 0;
	list-style: none;
}
.disclaimer {
	font-family: Arial;
	text-align: center;
	font-size: 0.8em;
}
.footer { padding: 0 0 20px 0; }

/* News */
.news {
	background: #f5f4f2;
	font: 0.85em Georgia;
	margin: 0 0 15px 0;
}
.news h3 {
	font-size: 1.2em;
	font-weight: normal;
	background-color: #818054;
	border-bottom: 1px solid #bbb9a3;
	color: #FFF;
	padding: 4px 0 4px 7px;
	margin: 0 0 1px 0;
}
.news h3 a { color: #FFF; }
.news h3 a:hover { color: #FFF; }
.news a.meer {
	float: right;
	margin: 3px 3px 3px 0;
}
.new p.noitem { color: #818054; }
.new p { margin: 0; }
.new {
	padding: 10px 5px 4px 16px;
	font-size: 1.1em;
}
.first { padding-top: 2px; }
.news a {
	color: #818054;
	text-decoration: none;
}
.news a:hover { color: #818054; }
.new span.date a:hover { text-decoration: none; }
div.bloglist {
	padding: 5px 0 17px 8px;
	font-size: 1.6em;
	border-top: 1px solid #808173;
}
div.bloglistfirst {
	clear: both;
	margin-top: 5px;
}
div.bloglistactive { background-color: #ffc324; }
div.bloglistactive p a, div.bloglistactive a { color: #FFF; }
div.bloglistactive p a:hover, div.bloglistactive a:hover {
	color: #FFF;
	text-decoration: none;
}
h3.black {
	margin: 12px 0 5px 0 !important;
	font: bold 15px Georgia;
	color: #000;
	padding: 0 0 3px 0 !important;
}
.cat_links h3 { margin: 0 0 4px 0 !important; }
.cat_links h3.last_link { margin: 0 !important; }

/* Media */
.media {
	border-bottom: 1px solid #bec0ab;
	padding: 0 0 5px 0;
	margin: 0 0 16px 0;
}
.media_items { margin: 0 0 22px 0; }

/* Inner pages */
.path {
	color: #d4cfc8;
	font: 0.9em Georgia;
}
.path a:link, .path a:visited {
	color: #d4cfc8;
	text-decoration: none;
}
.map_big {
	height: 396px;
	overflow: hidden;
}
.map_bottom {
	background: #ffc423 url('../img/map_bottom.gif') no-repeat;
	height: 32px;
	overflow: hidden;
	font-size: 9px;
	margin: 0 0 17px 0;
	font-family: Arial;
}
.map_bottom table {
	color: #313031;
	line-height: 1em;
	font-size: 11px;
}
.map_bottom table td {
	margin: 0;
	padding: 4px;
	border: none;
}
.map_bottom .filterBtn { cursor:pointer; }
.markercontent {
	width: 160px;
	height: 70px;
	padding: 8px 6px;
}
.markercontent a,
.markercontent,
.gmaps_balloon_small,
.gmaps_balloon_title {
	color: #8f7f5d;
}
.gmaps_balloon_title {
	margin-bottom: -10px;
	font-size: 1.1em;
	line-height: 0.8em;
}
.markercontent img {
	float: left;
	margin-right: 5px;
}
.gmaps_balloon_small,
.markercontent .marker_date {
	font-size: 10px;
}
.markercontent {
	float: left;
	margin: 0 10px 10px 0;
}
.markercontent.marker0 { background-image: url(../img/item_kader_blue.jpg); }
.markercontent.marker1 { background-image: url(../img/item_kader_red.jpg); }
.markercontent.marker2 { background-image: url(../img/item_kader_green.jpg); }
.markercontent.marker3 { background-image: url(../img/item_kader_orange.jpg); }

/*
.map_bottom div {
	float: left;
	display: inline;
	margin: 9px 0 0 0;
}
.map_bottom div.two_lines { margin: 5px 3px 0 0; }
.map_bottom div label {
	float: left;
	display: block;
	height: 10px;
}
.map_bottom div .checkbox {
	float: left;
	display: inline;
	width: 10px;
	height: 10px;
	background: url('../img/checkbox.gif') no-repeat;
	vertical-align: top;
	margin: 1px 20px 0 2px;
}

div.active div.checkbox,
.checked {
	background: url('../img/checkbox_checked.gif') no-repeat !important;
}
.map_bottom div.two_lines .checkbox { margin: 5px 22px 0 4px; }
.map_bottom div.white {
	margin-left: 3px;
	margin-right: 8px;
	color: #FFF;
}
#postcode {
	width: 37px;
	border: 0px solid transparent;
	color: #d3d3c3;
	height: 16px;
	font: 0.9em Arial, Helvetica, sans-serif;
	padding: 0 0 0 5px;
}
.map_bottom div.postcode { margin: 6px 0 0 7px; }
.map_bottom div.postcode label { margin: 4px 3px 0 0; }
.m_item { min-height: 82px; }
.m_item .marker {
	float: left;
	display: inline;
	width: 17px;
	margin: 2px 0 0 0;
}
*/
.active { background: #ffc423; }
.m_item .marker a:link, .m_item .marker a:visited { }
.m_item .m_pic {
	float: left;
	display: inline;
	width: 40px;
	margin: 2px 0 0 0;
}
.m_item .m_desc {
	float: left;
	display: inline;
	width: 130px;
	font: 0.85em Georgia;
	line-height: 1.3em;
	margin: 0 0 0 5px;
}
.m_desc a:link, .m_desc a:visited { color: #ffdd83; }
.active .m_desc a:link, .active .m_desc a:visited { color: #FFF; }
.m_item {
	margin: 0 0 10px 0;
	width: 195px;
	float: left;
}
.m_col {
	float: left;
	display: inline;
	width: 195px;
	margin: 0 5px 0 0;
}
.last_col {
	margin: 0 !important;
	width: 195px;
}

/* Agenda page */
.agenda {
	position: relative;
	padding: 0 0 7px 0;
	border-bottom: 2px solid #7f7f7f;
	margin: 0 0 18px 0;
}
.a_pic {
	float: left;
	display: inline;
}
.a_chars {
	float: left;
	display: inline;
	width: 190px;
	margin: 0 0 0 15px;
}
.a_desc {
	float: left;
	display: inline;
	width: 180px;
	margin: 3px 0 0 15px;
	font: bold 0.85em Georgia;
	line-height: 1.4em;
}
.a_desc p {
	overflow: hidden;
	margin: -2px 0 0 0;
}
.a_cols { margin: 0 0 20px 0; }
.a_info {
	font: 0.85em Georgia;
	color: #818054;
	line-height: 1.5em;
}
.a_links {
	color: #9f9f7e;
	position: absolute;
	bottom: 4px;
	right: 0;
}
.a_links a:link, .a_links a:visited {
	color: #9f9f7e;
	text-decoration: none;
}

/* Extra content */
.extra h4 { margin-left: 1px; }
.extras {
	margin: 0 0 17px -15px;
	width: 610px;
}
.extra {
	float: left;
	display: inline;
	margin: 0 0 12px 15px;
}

/* Contact page */
.col_1 .bottom_line {
	position: relative;
	border-bottom: 2px solid #7f7f7f;
	padding: 0 0 4px 0;
}
.c_pic {
	float: left;
	display: inline;
	margin: 2px 15px 0 0;
}
.c_desc {
	margin-top: 10px;
	display: inline;
	font: 0.9em Georgia;
}
.c_cols { margin: 0 0 5px 0; }
.contact .a_links { bottom: 4px; }
.contact h1 { margin: 5px 0 10px 0; }
.contact { margin: 0; }

/* Kwartaalbrief2 page */
.article .bottom_line { margin: 0; }
.article { margin: 0 0 12px 0; }
.col_1 form { color: #a09f7e; }
.col_1 fieldset {
	margin: 15px 0 0 0;
	font-size: 0.9em;
	padding: 0;
	border: 0px solid transparent;
}
.col_1 form label {
	width: 120px;
	display: block;
	float: left;
}
.col_1 form input {
	width: 355px;
	background: #f3f3ee;
	border: 0px solid transparent;
	float: left;
	font: 0.9em Arial, Helvetica, sans-serif;
	height: 16px;
}
.col_1 fieldset.buttons input {
	width: 100px;
	height: 23px;
}
.col_1 form textarea {
	width: 355px;
	background: #f3f3ee;
	border: 0px solid transparent;
	float: left;
	font: 0.9em Arial, Helvetica, sans-serif;
}
.col_1 form div { margin: 0 0 8px 0; }
.col_1 form div.cr p {
	width: 90px;
	float: left;
}
.col_1 form div.cr label {
	float: right;
	width: 385px;
}
.col_1 form div.cr input {
	width: 20px;
	clear: right;
}
.col_1 form div.cr .otheranswer { width: 200px; }
.col_1 fieldset br { display: none; }
.col_1 fieldset div:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.col_1 fieldset div { display:inline-block; }
.col_1 fieldset div { display:block; }
* html .col_1 fieldset div { height: 1%; }
.to_right {
	text-align: right;
	font-size: 0.85em;
	margin: 0;
}
.hr hr { display: none; }
.hr {
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	background: #818054;
	margin: 7px 0 8px 0;
}
.line_left {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 5px 0 0;
	color: #818054;
	font-size: 1.2em;
}
.line_right {
	float: left;
	display: inline;
	width: 341px;
	font: bold 0.75em Georgia;
	color: #3f3f3f;
	line-height: 1.5em;
	font-size: 1.0em;
	font-weight: normal;
}
.switch {
	color: #ffd25a;
	text-decoration: underline;
}


/*** ADDITIONS ***/
h1.title { font-size: 2.2em; }

div.download, div.contact {
	margin-bottom: 23px;
	padding-top: 23px;
	border-top: 1px solid #818054;
	color: #818054;
}
div.downloadfirst, div.contactfirst {
	padding-top: 28px;
	border: none;
}
div.download a.downloadlink {
	display: block;
	float: left;
	width: 107px;
	height: 107px;
	margin-right: 23px;
	border: 1px solid #808173;
}
h2.download a {
	text-decoration: none;
	color: #818054;
}
div.download h2, div.contact h2, div.artikel h2 {
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #818054;
}
div.contact h2 { margin-bottom: 23px; }
div.artikel h2 { margin-bottom: 18px; }
div.artikel h2 span.date, h1.title span.date {
	display: block;
	font-size: 0.7em;
	line-height: 0.7em;
}
h1.title span.date {
	margin-bottom: 11px;
	font-size: 0.6em;
}
div.artikel {
	padding-bottom: 18px;
	margin-top: 17px;
	border-bottom: 1px solid #818054;
	color: #818054;
}
div.artikelfirst { margin-top: 17px; }
div.contact div.left, div.artikel div.left {
	float: left;
	width: 242px;
}
div.artikel div.left { width: 203px; }
div.contact div.right, div.artikel div.right {	
	float: left;
	width: 304px;
}
div.artikel div.right { width: 340px; }
div.contact div.left img {
	display: block;
	margin-bottom: 10px;
}
div.artikel a.meer {
	display: block;
	text-decoration: none;
}
a.archief {
	float: right;
	display: block;
	margin-top: 15px;
	font-size: 1.6em;
	text-decoration: none;
}
div.artikeldetail {
	margin-bottom: 5px;
	border-bottom: 2px solid #818054;
}
div.artikeldetail div.controls {
	margin: 10px 0 5px 0;
	text-align: right;
	color: #FFC423;
}

div#kaart { cursor: pointer; }
div#googlemaps_main { margin-top: 12px; }

.markercontent { font-size: 11px; }

div.calendar{
	position:relative;
	overflow:hidden; 
	height:200px;
}
div.calendar div.days li{
	height:18px;
	margin:0;
}
div.calendar div.days li.deactive {	color: #CCCCCC; }
div.calendar div.days li.hasitem { background-color: #FFC423; }
div.calendar div.days li.deactive.hasitem { background-color: #FFE9AF; }
div.calendar div.days li.current {
	border: 1px solid #818054;
	font-weight: bold;
}
div.calendarmonth {
	position: absolute;
	width: 176px;
	height: 135px;
}
div.calendarmonth.prev { left: -176px; }
div.calendarmonth.next { left: 176px; }
#calendar-over-link {
	position: absolute;
	bottom: 0;
	width: 176px;
}

/*** Blogreacties ***/
div.blogreactie h3 {
	margin-top: 9px;
	font-size: 1.2em;
	font-weight: normal;	
}
