/* 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: #fff;
}


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

a {
	color: #fff; /* 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 {
	margin: 0;
	padding: 0;
	line-height: 0.8em;
	width: 100%;
}

/* Heading 1 */
h1 {
	font-family: Arial, Helvetica, sans-serif; /* Font van de heading bij geen gebruik van Sifr*/
	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: #fff; /* Kleur van de heading bij geen gebruik van Sifr*/
	text-align: left;
	font-size: 30px; /* Fontgrootte van de heading bij geen gebruik van Sifr*/
	padding: 1px;
	width: 100%;
	height: 32px;
	margin: 20px 0 10px 0;
}


h2 {
	line-height: 1.3em;
	color: #fff; /* 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: 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 {
	font-size: 90%;
}

/* Table settings */

.row_even {
	background: #EEE;
}

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

.greyedout {
	color: #a2a2a2;
}

/* 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%;
}

/* Header buttons */

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

/* 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: #CCC;
	border: 1px solid #333;
	padding: 4px 10px;	
	float: left;
	margin: 6px 0 6px 6px;
	font-size: 11px;
	font-weight: bold;
}

#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;
}


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

#album_thumb {
	width: 448px;
	margin: 0 0 2px 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 {
	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: 10px;
	display: block;
	margin: 8px 0 0 0;
	color: #000;
}

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;
}

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

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

#content_message {
	display: block;
	margin-top: 10px;
}

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

#content_message.w_image {
	width: 450px;
	float: left;
}

#content_message.content_full_width {
	width: 100%;
}

#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 */
#news_item {
	display: block;
	margin: 0 0 20px 0;
	clear: both;
}

#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: 450px;
	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%;
}

a.btn_readmore, a.btn_back {
	text-decoration: none;
	font-size: 11px;
}

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

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

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

a.btn_morenews {
	margin: 0 0 20px 0;
}

#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;
}

#events .events_calendar {
	width: 47%;
	border: 1px solid #CCC;
	float: left;
	margin: 5px;
	padding: 3px;
}
#events .events_calendar td {
}

#events .events_calendar td a {
	display: block;
	background: #bbcfff;
	border: 1px solid #003caf;
	padding: 1px 1px;
}

#events .events_calendar td a:hover {
	color: #FFF;
	background: #003caf;
}

#events ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#events h2 {
	margin: 10px 0 0 0;
	display: block;
	height: 30px;
}

#events li {
	clear: both;
	list-style: none;
	width: 100%;
	display: block;
	margin: 2px 0 0 0;
	height: 29px;
	background: url(../images/bg_infoblock.png) repeat-x 0 0;
}

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

#events li a.event_title {
	float: left;
	margin: 7px 0 0 10px;
}

#events a.btn_readmore {
	margin: 3px 0 0 0;
}	

#events li a {
	display: block;
	cursor: pointer;
}

#events li a.selected {
	color: blue;
}

#events li.selected {
}

#event_message {
	margin: 0;
	padding: 3px;
	background: url(../images/bg_infoblock.png) repeat-x #FFF 0 0;
	display: block;
	clear: both;
	height: auto;
}

#event_message td {
	vertical-align: top;
	text-align: left;
}

#event_message img {
	position: relative;
	display: block;
	margin: 0 10px 0 0;
}

#event_message p a {
	padding: 0;
	margin: 0;
	display: auto;
}

#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;
}



/* Sideblocks */
#sideBlock {
	margin: 10px 0 0 0;
}

#sideBlock_inner {
	margin: 0 8px;
}

#sideBlock_title {
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0;
	text-indent: 8px;
}

#sideBlock_title a, #sideBlock_title img {
	border: none;
}

#sideBlock_top {
	margin: 8px 0 0 0;
	padding: 16px 0 10px 0;
	width: 227px;
	background: url(../images/back_sideblock_top.gif) no-repeat #252525 top left;	
}

#sideblock_bottom {
	background: url(../images/back_sideblock_bottom.gif) no-repeat #252525 bottom left;
	width: 227px;
	height: 6px;
	display: block;
	margin: 0;
}

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

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

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

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

/* Footer styles */
#copyright_notice {
	height: 20px;
	color: #7c5dc6;
	text-align: right;
}

#footer_spacer a.btn_totop {
	margin: 0 10px 0 0;
	width: 117px;
	height: 36px;
	display: block;
	float: right;
	background: url(../images/btn_totop.png) no-repeat 0 0;
	border: none;
}

#footer_spacer a.btn_totop:hover {
	cursor: pointer;
	background: url(../images/btn_totop.png) no-repeat 0 -36px;
}

/* 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;
}

.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;
}

#is_admin_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: url(../images/is_admin/bg_header_small.png) repeat-x;
	display: block;
	border-bottom: 1px solid #FFF;
	z-index: 999999;
}

#is_admin_box_logo {
	background: url(../images/is_admin/header_logo_small.png) no-repeat;
	height: 26px;
	width: 200px;
	display: block;
	float: left;
}

#is_admin_box_info {
	font-size: 83%;
	float: left;
	width: 400px;
	margin: 6px 0 0 0;
	color: #FFF;
}
ul#fader {
	margin:0;
	padding:0;
	text-indent:0;
	margin-top: 10px;
}
#fader li {
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
}