/* Site Stylesheet */

/* Import layout */
@import url(layout.css);
@import url(lightbox.css);

*, html, body {
	outline: none;
}


/* START WIJZIGEN */

body {
	font-family: Verdana, Lucida Grande, Arial, Sans-serif;
	font-size: 0.7em;
	color: #000;
}


div#mainBlock {
	font-family: Verdana, Lucida Grande, Arial, Sans-serif;
	line-height: 18px;
}

div#pageblock_right {
	background: #FFF;
	text-indent: 10px;
	border: 1px solid #AAAAAA;
}

a {
	color: blue; /* Kleur van de links */
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline; /* Stijl van de links bij mouseover */
}

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 0.8em;
	width: 100%;
}

/* Heading 1 */
h1 {
	font-weight: bold; /* Stijl van de heading bij geen gebruik van Sifr*/
	text-transform: none; /* Maak uppercase, lowercase of none bij geen gebruik van Sifr*/
	line-height: 1.2em;
	color: #003786; /* Kleur van de heading bij geen gebruik van Sifr*/
	text-align: left;
	font-size: 24px; /* Fontgrootte van de heading bij geen gebruik van Sifr*/
	padding: 1px;
	width: 100%;
	height: 32px;
	margin: 10px 0 10px 0;
}


h2 {
	line-height: 1.3em;
	color: #333; /* Kleur van de heading bij geen gebruik van Sifr*/
	font-size: 15px;
	font-weight: bold; /* Stijl van de heading bij geen gebruik van Sifr*/
	margin: 10px 0;
	padding: 0;
	clear: both;
}

hr {
	color: #D0D0D0; /* Kleur van scheidingslijnen, wordt niet altijd gebruikt */
	background-color: #D0D0D0; /* Kleur van scheidingslijnen, wordt niet altijd gebruikt */
	width: 100%;
}

/* STOP WIJZIGEN, HIERONDER NIETS MEER WIJZIGEN! */

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

/*table {
	width: 100%;
	margin: 20px 0 0 0;
}
*/
th {
	border-bottom: 1px solid #666666;
}

td {
	border-bottom: 1px solid #CCC;
	padding: 0.2em;
}

/* Table settings */

.row_even {
	background: #EEE;
}

#overview_table tr:hover td {
	background: #CCC; /* Mouseover kleur van tabelrij */
}

.greyedout {
	color: #a2a2a2;
}

/* Plattegrond */
#plattegrondBlock {
	background: #FFF;
	margin: 10px 0;
	text-align: center;
	clear: both;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #CCC;
}

#plattegrondBlock area {
	cursor: pointer;
}


/* Form settings */
label {
	width: 120px;
	margin: 0 15px 0 0;
	padding: 3px;
	float: left;
}

input, textarea, button, select, label {
	font-family: Verdana, Arial, sans-serif;	
}

textarea {
	font-size: 93%;
}

input, select, textarea, button {
	margin: 2px 2px;
	padding: 3px;
	border: 1px inset #AAAAAA;
	background: url(../images/inputBg.gif) no-repeat top left #FFF;
}

input:focus {
	background-color: #EEE;
}

.radio {
	border: none;
	background: none;
}

.width40 {
	width: 40%;
}

.width50 {
	width: 50%;
}

.width60 {
	width: 60%;
}

.width80 {
	width: 80%;
}
.width100 {
	width: 95%;
}

/* Form settings */

a.btn_readmore, a.btn_back {
	text-decoration: none;
	font-size: 10px;
	border: none;
	padding: 3px 8px;
	color: #FFF;
	background: #003685;
}

a.btn_readmore:hover, a.btn_back:hover {
	text-decoration: underline;
	background: #0067c4;
}

a.btn_readmore, a.btn_back, a.btn_morenews {
	float: right;
	display: block;
}

a.btn_readmore:hover, a.btn_back:hover {
	text-decoration: underline;
}

.form_table {
	width: 600px;
	margin: 8px 0 0 0;
	padding: 0;
	border: 1px solid #CCC;
	background: #FFF;
}

.form_table th {
	padding: 0.4em;
	background: #55A61D;
	color: #000;
	font-size: 1.2em;
	text-align: left;
	border-bottom: 3px solid #000;
}

.form_table td {
	margin: 0;
	padding: 0.2em 0.8em;
	border-bottom: 1px solid #CCC;
	font-size: 1em;
}

.form_table_noborder, .form_table_noborder td {
	border: none;
	padding: 0;
}

.form_table input[type="text"], .form_table textarea {
	width: 80%;
}

.form_table input[type="text"].width40 {
	width: 40%;
}

.form_label {
	width: 150px;
	text-align: right;
}

.form_submit_btn {
	background: #000;
	color: #FFF;
	padding: 0.3em 1em;
	margin: 8px 0 0 0;
	border: none;
}

/* Header buttons */

.pngfix {
	behavior: url(public/css/iepngfix.htc);
}

/* Primary Nav */
#primarynav {
	width: 960px;
	height: 37px;
	background: url(../images/back_primarynav.png) no-repeat top left;
}

#primarynav ul, #primarynav li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

#primarynav li {
	float: left;
	height: 37px;
}

#primarynav a {
	line-height: 37px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	padding: 0 12px;
	display: block;
	text-decoration: none;
}


/*Btns top */

#primarynav {
	font-size: 1.1em;
	color: #00347D;
	font-weight: bold;
	margin: 0;
	line-height: 36px;
	padding: 0 0 0 12px;
}

#imagenav {
	height: 201px;
	width: 960px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

#imagenav.smallnav {
	height: 31px;
}

#imagenav ul, #imagenav.smallnav ul {
	display: block;
	width: 960px;
}

#imagenav ul {
	height: 201px;
}

#imagenav.smallnav ul {
	height: 31px;
}

#imagenav ul, #imagenav li {
	list-style-type: none;
	padding: 0;
	text-indent: 0;
	margin: 0;
	position: relative;
	left: 0;
	display: block;
}

#imagenav li {
	display: block;
	float: left;
}

#imagenav a {
	margin: 0;
	padding: 0;
	border: none;
}

#imagenav a img {
	display: block;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

/* Adress top */
#adress_top {
	position: relative;
	width: 220px;
	float: right;
	text-align: right;
	margin: 10px;
	padding: 0;
}

#adress_top p {
	margin: 0;
	padding: 0;
}

/* Adminbuttons */
#btnbox {
	position: relative;
	display: block;
	clear: both;
	margin: 20px 0 20px 0;
}

#btnbox input, #btnbox button, .adminbutton {
	background: #003685;
	color: #FFF;
	border: none;
	padding: 0 10px;	
	float: left;
	line-height: 28px;
	margin: 6px 0 6px 6px;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}

#btnbox input:hover, #btnbox button:hover, .adminbutton:hover {
	cursor: pointer;
	text-decoration: underline;
}

#btnbox button#btn_cancel {
}

#btnbox button#btn_cancel:hover {
}


/* Error message for form validation */
#error_block {
	width: 90%;
	background: #FF9999;
	border: 1px dotted red;
	padding: 8px;
	margin: 20px 0;
	line-height: 16px;
}

li.error_item {
	margin: 0 0 0 20px;
	line-height: 20px;
}

/* Icons */
.icon_small {
	border: none;
	margin: 2px 2px 1px 2px;
}


/* Editor fix */
#idAreaoEdit1 table {
	margin: 0;
}

#idAreaoEdit1 td {
	font-size: 100%;
}

/* Dateblock */
#todayDate {
	position: relative;
	top: 38px;
	float: right;
	font-size: 90%;
	color: #428BBF;
}


/* Front block */
#front_index {
	width: 780px;
	clear: both;
	float: left;
	margin: 10px 0 20px 0;
}

.front_block {
	width: 48%;
	background: #FFF;
	float: left;
	margin: 5px;
	border: 1px solid #AAA;
}

.front_inner {
	margin: 10px;
}

.front_item {
	list-style-type: none;
	line-height: 26px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	text-indent: 0;
	border-bottom: 1px solid #CCC;
}

.front_item a {
	color: #000;
}

.front_item span {
	color: #666;
}

.front_item span.front_arrow {
	color: #003685;
	font-size: 1.3em;
	padding: 0 3px;
	margin-left: 6px;
	display: inline;
}

.front_item a.adminbutton {
	color: #FFF;
	float: right;
	margin: 10px 0 0 0;
}

/* Photoalbum styles */
#photo_album_block {
	margin: 10px 0 0 0;
	clear: both;
}

.photo_cat_thumb {
	display: block;
	width: 240px;
	float: left;
	border: none;
	margin: 0 12px 12px 0;
}

.photo_cat_thumb img {
	border: none;
	margin: 0;
	padding: 0;
}

.photo_cat_thumb span {
	width: 240px;
	display: block;
	font-size: 1em;
	background: #003685;
	color: #FFF;
	text-decoration: none;
	clear: both;
	margin: 0;
	cursor: pointer;
	line-height: 32px;
}

.photo_cat_thumb, .photo_cat_thumb a {
	color: #fff;
	text-align: center;
	border: none;
}

#album_thumb {
	width: 448px;
	margin: 0 0 8px 0;
	padding: 0;
	border: 1px solid #AAA;
	clear: both;
	background: url(../images/inputBg.gif) no-repeat top left #FFF;
}

#album_thumb table {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#album_thumb td {
	font-size: 1em;
	vertical-align: top;
	text-align: left;
	height: 1%;
}

.album_description {
	padding: 8px 8px 0 0;
}

.album_thumb_image {
	width: 80px;
	margin: 8px;
	border: 1px solid #666;
	padding: 2px;
}

.album_thumb_title {
	font-size: 1.2em;
	display: block;
	margin: 8px 0 3px 0;
	color: #003685;
}

a.btn_album {
	float: right;
	margin: 10px 12px 4px 0;
	width: 115px;
	height: 17px;
	display: block;
	background: url(../images/btn_album.png) no-repeat 0 -17px;
}

a.btn_album:hover {
	background: url(../images/btn_album.png) no-repeat 0 0;
}

img.album_image {
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 3px;
}

/* Content Article */
#content_item {
	display: block;
	margin: 0 0 20px 0;
	clear: both;
}

#content_item.detail {
	border: none;
	margin: 0 0 30px 0;
}

#content_message {
	display: block;
}

#content_message.layout_2 {
	width: 500px;
	float: left;
	height: 100%;
}

#content_message.content_full_width {
	width: 100%;
}

#content_message li {
	list-style-image: url(../images/bullet_li.png);
}

#content_images {
	position: relative;
	float: left;
	width: 225px;
	margin: 0 0 0 20px;
}

#content_images img {
	margin: 0 0 10px 10px;
	clear: both;
	padding: 2px;
	border: 1px solid #CCC;
}

#content_message img {
	display: block;
	margin: 0 8px 8px 0;
	border: 1px solid #CCC;
}

#news_images img.nsize {
	width: auto;
	height: auto;
}

/* News */
#news_item {
	display: block;
	margin: 0 0 20px 0;
	clear: both;
	border-bottom: 1px dotted #666;
}

#news_item.detail {
	border: none;
	margin: 10px 0 30px 0;
}

h2.news_heading, h2 a.news_heading {
	color: red;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h2 a.news_heading:hover {
	text-decoration: underline;
}

#news_message {
	display: block;
}

#news_message.layout_2 {
	width: 500px;
	float: left;
	height: 100%;
	text-align: justify;
}

#news_message.news_full_width {
	width: 100%;
}

#news_images {
	position: relative;
	float: left;
	width: 229px;
	margin: 20px 0 0 10px;
}

#news_images img {
	margin: 0 0 10px 10px;
	clear: both;
	padding: 2px;
	/*width: 225px;*/
	border: 1px solid #CCC;
}

#news_message img {
	display: block;
	margin: 4px 8px 4px 0;
	border: 1px solid #CCC;
}

#news_item_info {
	clear: both;
	margin: 0;
	padding: 0;
}

#news_item_info table {
	margin: 0;
	padding: 4px 0;
	color: #AAA;
}

#news_item_info td {
	font-size: 100%;
}

#news_searchblock {
	width: 100%;
	text-indent: 10px;
	margin: 10px 0;
	color: #000;
}

#news_searchblock input, #news_searchblock label {
	width: 240px;
	margin: 6px 0 6px 0;
}

#news_searchblock label {
	width: auto;
	margin: 6px 10px 6px 0;
}

#news_searchblock input.btn_search {
	background: #CCC;
	border: 1px solid #333;
	margin: 6px 0px;
	padding: 3px 10px;
	cursor: pointer;
	color: #000;
	width: auto;
	font-weight: bold;
}

#news_searchblock input.btn_search:hover {
	background: #EEE;
}

/* Events */
#events {
	margin: 10px 0 0 0;
}

table#events_list {
	width: 620px;
}

table#events_list th {
	border: none;
	text-align: left;
}

table#events_list td {
	background: #FFF;
	border-bottom: 1px solid #AAA;
	padding: 4px 6px;
}

#events li {
	clear: both;
	list-style: none;
	width: 100%;
	display: block;
	margin: 2px 0 0 0;
	border-bottom: 1px solid #CCC;
}

#events li span.event_date {
	color: #666;
	float: left;
	margin: 7px 0 0 0;
	background: #000;
}

#events a.event_title {
	color: #000;
}

#event_item_detail #message {
	width: 500px;
	margin: 0;
	padding: 3px;
	float: left;
}

#event_item_detail #image {
	float: left;
	width: 225px;
	margin: 0 0 0 25px;
}

#event_item_detail #image img {
	margin: 10px 0;
	padding: 4px;
	background: #FFF;
	border: 1px solid #AAA;
}

#event_item_detail #buttons {
	clear: both;
	float: left;
	margin: 10px 0;
}

#events_block_intro {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	background: url(../images/back_poll_question.gif) repeat 0 0;
	padding: 2px;
	color: #000;
}
#events_block_item {
	background: url(../images/events_calendar_item_back.png) no-repeat 0 0;
	height: 32px;
	width: 201px;
	display: block;
	margin: 1px 0 0 12px;
	padding: 0;
	text-align: center;
}

#events_block_item a {
	position: relative;
	top: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

/* Breadcrumbs */
#breadcrumbs_block {
	margin: 10px 0;
}

#breadcrumbs_block img {
	position: relative;
	top: -1px;
}

#breadcrumbs_block a, #breadcrumbs_block {
	font-size: 10px;
	color: #666;
}
#breadcrumbs_block a:link, #breadcrumbs_block a:visited {
	text-decoration: none;
}

#breadcrumbs_block a:hover {
	text-decoration: underline;
	color: #666;
}

/* Footer styles */
#footerBlock a {
	float: right;
}

#footerBlock a.btn_sitemap {
	width: 109px;
	height: 50px;
	background: url(../images/bottom_btn.jpg) 0 -50px no-repeat;
}

#footerBlock a.btn_disclaimer {
	width: 120px;
	height: 50px;
	background: url(../images/bottom_btn.jpg) -109px -50px no-repeat;
}

#footerBlock a.btn_sitemap:hover {
	cursor: pointer;
	background: url(../images/bottom_btn.jpg) 0 0 no-repeat;
}

#footerBlock a.btn_disclaimer:hover {
	cursor: pointer;
	background: url(../images/bottom_btn.jpg) -109px 0 no-repeat;
}

/* Pagination styles */
#pagination_block {
	width: 100%;
	height: 30px;
	clear: both;
	margin: 10px 0 0 0;
}

#pagination_block a {
	color: #000;
	text-decoration: none;
}

.pn_first, .pn_last, .pn_digit, .pn_current, .pn_prev, .pn_next {
	float: left;
	margin: 0 2px;
	padding: 3px 7px;
	border: 1px solid #CCC;
	background: #FFF;
}

.pn_first, .pn_last, .pn_prev, .pn_next {
	/*border: none;
	background: none;*/
}

.pn_current {
	font-weight: bold;
	border: 1px solid #000;
	text-align: center;
	background: #FFF;
}


/* System errors */
.system_error {
border:				#999 1px solid;
background-color:	#fff;
padding:			20px 20px 12px 20px;
}

.system_error h1 {
font-weight:		normal;
font-size:			14px;
color:				#990000;
margin: 			0 0 4px 0;
}