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

a {
	color: #702C6A; /* Kleur van de links */
	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%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* Font van de heading bij geen gebruik van Sifr*/
	font-weight: normal; /* Stijl van de heading bij geen gebruik van Sifr*/
	text-transform: none; /* Maak uppercase, lowercase of none bij geen gebruik van Sifr*/
}

/* Heading 1 */
h1 {
	line-height: 1.2em;
	color: #702c6a; /* Kleur van de heading bij geen gebruik van Sifr*/
	font-size: 22px; /* Fontgrootte van de heading bij geen gebruik van Sifr*/
	margin: 10px 0 0 0;
}


h2 {
	line-height: 1.3em;
	color: #333; /* Kleur van de heading bij geen gebruik van Sifr*/
	font-size: 1.3em;
	font-weight: bold; /* Stijl van de heading bij geen gebruik van Sifr*/
	margin: 10px 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 {
	padding: 3px;
	border-bottom: 1px solid #CCC;
}

/* 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;
	float: left;
	margin: 20px 0 20px 0;
}

#btnbox input, #btnbox button, .adminbutton {
	float: left;
}

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

.button, .button:focus {
	background: #702c6a;
	padding: 6px 8px 6px 8px;
	color: #FFF;
	border: none;
	display: inline-block;
	margin: 2px;
	text-decoration: none;
}

.button:hover {
	text-decoration: underline;
}

#frontblock_holder {
	clear: both;
}

.front_float {
	float: left;
	margin-right: 18px;
}

.frontblock {
	background: #F1EBDB;
}

.frontblock .inner {
	margin: 0 0 10px 0;
	padding: 12px;
	clear: both;
	font-size: 0.9em;
}

.frontblock .inner p {
	margin: 0;
	padding: 0;
}

.b_half {
	width: 450px;
}

.b_quarter {
	width: 212px;
}

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


/* Photoalbum styles */
#photo_album_block {
	margin: 0 0 10px 0;
	float: left;
}

#album_thumb {
	width: 450px;
	margin: 10px 10px 0 0;
	padding: 0;
	background: #F1EBDB;
}

#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;
	color: #999;
}

.album_thumb_image, .album_image {
	margin: 8px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
}

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

.album_thumb_title {
	font-size: 1.1em;
	padding: 8px 8px 6px 8px;
	background: #ECE3E4;
	clear: both;
	display: inline-block;
	margin: 8px 8px 8px 0;
	color: #702c6a;
	text-decoration: none;
}

.photo_front_thumb {
	display: block;
}

.photo_front_thumb img {
	border: 6px solid #FFF;
}

.album_date {
	clear: both;
	display: block;
	margin-left: 8px;
}

/* Content Article */
#content_item {
	margin: 0 0 20px 0;
	width: 100%;
}

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

#content_images.w_half {
	width: 450px;
}

#content_images {
	float: left;
	width: 225px;
	margin: 0 0 0 14px;
}

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

ul#fader {
	padding: 0;
	text-indent: 0;
	margin: 0;
}

#fader li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

/* News */
#news {
	float: left;
	margin: 10px 0;
}
#news_item {
	display: block;
	margin: 0 0 20px 0;
	clear: both;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}

#news_item h2 a {
	color: #000;
}

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

#events.fullsize {
	width: 760px;
}

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

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

#events tr.event_row td {
	font-size: 1em;
}


#events table {
	margin: 0;
	padding: 0;
	background: #F1EBDB;
}

#events li table td {
	font-size: 1em;
	padding: 0;
}

#events td.event_date, .event_date {
	color: #666;
	padding: 0 8px;
}

#events td.event_title {
	padding-left: 8px;
	background: #ece3e4;
	color: #702c6a;
	text-decoration: none;
}

#events td.event_linkmore {
	background: #702C6A;
}

#events .event_title a {
	color: #702c6a;
	text-decoration: none;
}

#events li .button {
	margin: 0;
	float: right;
}

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

/* Footer styles */
.footer_content {
	float: left;
	margin: 10px;
	color: #FFF;
	clear: both;
}

.footer_content a {
	color: #FFF;
}

#footer_slogan {
	width: 960px;
	height: 33px;
	clear: both;
	background: url(../images/slogan.jpg) left top no-repeat;
}

#copyright_notice {
	float: left;
	color: #959B9F;
	width: 960px;
	display: block;
	text-align: right;
	padding: 4px 0;
}

#copyright_notice a {
	color: #959B9F;
}

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