/** START EDITOR **/

body {
	font-size:11px;
	line-height:1.6;
	margin: 5px;
	}

body, h1, h2, h3, input, select, option, button, textarea {
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, Verdana, sans-serif;
	color: #46242b;
	}

h1, h2, h3 	{
	font-style: normal;
	font-weight: bold;
	color: #46242b;
	}

h1 { font-size: 18px; }
h2 { font-size: 18px; }
h3 { font-size: 12px; }

/*
body { font-size: 0.63em; }
h1 { font-size:1.8em; }
h2 { font-size:1.8em; }
h3 { font-size:1.2em; }
*/

h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none;
	}

a { color: #222222; }
a:hover, a:focus { color: #111111; }

p { margin: 0; }

strong	{


	}

table.met-rand{
	border:1px solid #A3ABB1;
	}

table.met-rand-om-elke-cel{
	border:none;
	border-collapse:collapse;
	}

table.met-rand-om-elke-cel td, table.met-rand-om-elke-cel th{
	border:1px solid #A3ABB1;

	}

/** END EDITOR **/

table.met-rand td,
table.met-rand th,
table.met-rand-om-elke-cel td,
table.met-rand-om-elke-cel th
{
	padding: 0 9px;
	border-collapse: collapse;
}

/** BASIC STYLES **/

html, body { margin: 0px !important; }

body {
	background-color: #ffffff;
	}

form legend {
	width: 300px;
	margin: 0;
	font-weight: bold;
	}
form p.requiredField {
	}
form p.missing {
	}
form p.FormTextArea textarea:focus,
form input:focus {
	color: #FFF;
	background-color: #7f3589;
	}
form p input,
form textarea {
	font-size: 1em;
	padding: 0px;
	}
form fieldset {
	margin: 1em 0 0 0;
	border: 0;
	padding: 0;

	}
form fieldset legend	{
	display: none;
	}
#wrapper form p {
	overflow: hidden;
	clear: both;
	margin-bottom: 1.6em;
	}
form label {
	display: block;
	width: 152px;
	float: left;
	}
form input,
form p.FormTextArea textarea {
	display: block;
	width: 150px;
	float: left;
	border: 1px solid #7f3589;
	}
.FormTextbox input,
form p.FormTextArea textarea,
.FormEmailbox input	{
	margin-right: 1.6em;
	}
form textarea {
	width: 31.8em;
	height: 8em;
	}
form strong {
	margin-left: 5px;
	}
form input[type='hidden'] {
	display:none;
	}
form label.error	{
	color: red;
	font-weight: bold;
	}
#wrapper .FormSubmit	{
	margin: 0;
	padding: 0 9px;
	border-top: 1px solid #a3abb1;
	text-align: right;
	color: #a3abb1;
	}
#wrapper .col2 .FormSubmit a	{
	color: #a3abb1;
	text-decoration: none;
	}
#wrapper .col2 .FormSubmit a:hover	{
	text-decoration: underline;
	}
#wrapper .col2 .FormSubmit span	{
	background: url("/image/send_spacer.gif") no-repeat right 0.25em;
	padding-right: 1em;
	margin-right: 0.7em;
	margin-top: 0.17em;
	}
#wrapper .col2 .FormSubmit button	{
	font-size: 1em;
	border: 0;
	background: transparent url("/image/send_btn.gif") no-repeat left 0.5em;
	color: #ed8c01;
	font-weight: bold;
	cursor: pointer;
	margin-top: 1px;
	}
#wrapper .col2 .FormSubmit span,
#wrapper .col2 .FormSubmit button	{
	float: right;
	}
/** CLASSES **/

.errorMessage {
	color: red;
	border: 1px solid red;
	background: pink;
	padding: .5em;
	display: block;
	}

.clearfix {
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	}

.clear {
	clear: both;
	display: block;
	}

.img-header{
	position:relative;
	width:555px;
	height:270px;
	}

/** LAYOUT **/

#container {
	width: 971px;
	margin: 0px auto;
	}
#wrapper {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 2.93em;
	padding-top: 30px;
	}

#wrapper a	{
	color: #ed8c01;
	text-decoration: none;
	}
#wrapper a:hover	{
	text-decoration: underline;
	}
#wrapper h3 a	{
	color: #7f3589;
	}

/** CONTENT - GENERATOR **/

#content {
	float: left;
	width: 100%;
	}

#sidebar {
	float: left;
	width: 30%;
	background-color: orange;
	}

/******************************** NAVIGATION ********************************/
#navigation {
	position: absolute;
	width: 100%;
	height: 32px;
	bottom: 0;
	clear: both;
	overflow: hidden;
	background: #cdd136 url("/image/nav-corner-right.png") no-repeat right top;
	}
#nav, #nav ul {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav ul {
	background-color: skyblue;
	}
#nav a {
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0 17px;
	line-height: 32px;
	font-size: 13px;
	}
#nav li.first a	{
	background: transparent url("/image/nav-corner-left.png") no-repeat left top;
	}
#nav a:hover,
#nav li.first a:hover,
#nav li.active a,
#nav li.open a	{
	background-color: #b8bc30;
	}
#nav li {
	float: left;
	width: auto;
	}
#nav li ul {
	position: absolute;
	width: 20em;
	left: -999em;
	}
#nav li ul ul {
	margin: -1em 0 0 20em;
	}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
	}
/**************************** END NAVIGATION ********************************/

/******************************** HEADER ********************************/
#header {
	position: relative;
	clear: both;
	height: 108px;
	}

#hp #header	{
	height: 505px;
	}

#logo	{
	top: 15px;
	position: absolute;
	z-index: 1000;
	}

#logo a {
	text-decoration: none;
	}
/**************************** END HEADER ********************************/

/******************************** FOOTER ********************************/
#footer {
	margin-top: 80px;
	border-top: 1px solid #a3abb1;
	clear: both;
	color: #a3abb1;
	line-height: 2.6em;
	float: left;
	width: 100%;
	}

#footer p.left	{
	float: left;
	}

#footer p.right	{
	float: right;
	}

#footer a {
	text-decoration: none;
	color: #a3abb1;
	}
/**************************** END FOOTER ********************************/

/******************************** FORM ********************************/
p.FormRadioButton input {
	width: auto;
	border: 0;
	}
p.FormRadioButton label {
	margin: 4px auto auto;
	margin: auto;
	}
/*form p.FormTextArea label,*/
form p.FormSubmit label,
form p.msg label {
	display: none;
	}
form p.FormTextArea label	{
	width: 100%;
	}
form p.FormTextArea label.error	{
	width: auto;
	}
form p.FormTextArea textarea	{
	width: 302px;
	}
form p.FormCheckbox label {
	width: auto;
	}
form label.value {
	width: auto;
	}
/**************************** END FORM ********************************/

/******************************** COLUMNS ********************************/
.col	{
	float: left;
	display: inline;
	margin-right: 19px;
	}

.col1	{
	width: 189px;
	}

#hp .col1	{
	width: 261px;
	}

.col2	{
	width: 555px;
	}

#hp .col2	{
	width: 483px;
	}

.col3	{
	width: 189px;
	margin-right: 0px;
	}

.col h1, .col h2, .col .typeNews h3	{
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	padding: 0 9px;
	border-bottom: 1px solid transparent;
	margin-bottom: 1.6em;
	}

.col1 h2	{
	color: #01b5dd;
	border-bottom-color: #01b5dd;
	}

.col2 h1	{
	color: #7f3589;
	border-bottom-color: #7f3589;
	}

.col2 h3	{
	padding: 0 9px;
	font-weight: 900;
	}

/* fontsize for generator and module content */
.col2 p, /*.col2 .parentOfText*/, .module-text, .formGenerator{
	font-size:11px;
	}

#hp .col2 table{
	width:467px;
	}
table.td2{
	border:none;
	}
.col2 p table {
	margin: 0px;
	font-size: 1em;
	}
/*
.col2 table td	{
	padding: 0.14em 0.50em;
	}
*/
table.td3{
	border:none;
	}
.col3 h2	{
	color: #ed8c01;
	border-bottom-color: #ed8c01;
	}

.parentOfNews, .parentOfAgenda	{
	float: left;
	width: 100%;
	}

.col2 .top h1{

	}

.col2 p, .col2 ul{
	padding: 0px 9px;
	}
.col2 .parentOfText table{
	margin: 0px 9px;
	}
.col2 .parentOfText table p{
	padding:0;
	}

#wrapper .col2 ul li	{
	margin-bottom: 0;
	background: transparent url("/image/bullet-grey.gif") no-repeat 0px 0.39em;
	}

#wrapper .col2 p a	{
	text-decoration: underline;
	}

#wrapper .col2 p a:hover	{
	text-decoration: none;
	}

.col1 ul,
.col3 ul	{
	font-size: 1.10em;
	}
/**************************** END COLUMNS ********************************/

/******************************** LISTS ********************************/
#wrapper ul, #nav2	{
	list-style: none;
	padding: 0;
	margin-left: 9px;
	}

#wrapper ul li, #nav2 li	{
	margin-bottom: 0.71em;
	padding-left: 14px;
	font-size: 11px;
	}

#wrapper ul li span.date	{
	color: #a3abb1;
	}

#wrapper ul.headlines li, #nav2 li	{
	background: transparent url("/image/bullet-blue.gif") no-repeat 0px 4px;
	}

#wrapper ul.headlines li a, #nav2 li a	{
	color: #01b5dd;
	}

#wrapper ul li a, #nav2 li a	{
	text-decoration: none;
	}

#wrapper ul li a:hover, #nav2 li a:hover	{
	text-decoration: underline;
	}

#nav2 li li	{
	background: transparent url("/image/bullet-pink-dash.gif") no-repeat 0px 5px;
	}

#nav2 li li a	{
	color: #f3a9bb;
	}

#nav2 li li.first	{
	margin: 0.71em 0;
	}

#nav2 li ul	{
	font-size: 1em;
	display: none;
	}

#nav2 li.open ul	{
	display: block;
	}

#nav2 li.active	{
	background-image: url("/image/bullet-purple.gif");
	}

#nav2 li.active a	{
	color: #7f3589;
	}

#nav2 li.active li a	{
	color: #f3a9bb;
	}

#wrapper ul.direct-link li	{
	background: transparent url("/image/bullet-orange.gif") no-repeat 0px 5px;
	color: #ed8c01;
	}
/**************************** END LISTS ********************************/

/******************************** BREADCRUMB ********************************/
#breadcrumb	{
	position: absolute;
	margin-left: 9px;
	top: 4px;
	left: 0;
	color: #f3a9bb;
	font-size: 11px;
	}

#breadcrumb a	{
	color: #f3a9bb;
	}
/**************************** END BREADCRUMB ********************************/

/******************************** TYPENEWS ********************************/
.typeNews-list .item,
.typeNews-archive .item	{
	padding: 2em 9px;
	border-bottom: 1px solid #a3abb1;
	}

.typeNews-list .item.first,
.typeNews-archive .item.first	{
	padding-top: 0;
	}

.typeNews-list .item.last,
.typeNews-archive .item.last	{
	border-bottom: 0;
	}

.typeNews-list .item h3,
.typeNews-archive .item h3,
.typeActivity h3,
.typeAlbum h3	{
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 16px;
	}

.typeNews-list .item .date,
.typeNews-archive .item .date	{
	color: #f3a9bb;
	/* font-size: 1.20em; */
	margin: -.5em 0 1em;
	padding: 0;
	}

.typeNews-list .item .content,
.typeNews-archive .item .content	{
	/* font-size: 1.20em; */
	}

#wrapper .col2 .typeNews-archive ul li	{
	background-image: url("/image/bullet-purple.gif");
	font-size: 1em;
	width: 100%;
	float: left;
	}

.news-archive	{
	overflow: hidden;
	}
.typeNews-archive ul li .date,
.typeNews-archive ul li .title	{
	float: left;
	display: inline;
	}
.typeNews-archive ul li .date	{
	color: #F3A9BB;
	width: 4.71em;
	}
.typeNews-archive ul li .title h3	{
	font-size: 1em;
	margin: 0;
	}
.parentOfNews .detail .paging p	{
	font-size: 1em;
	margin: 0;
	}
.parentOfNews .detail .paging p.publish-date	{
	color:#F3A9BB;
	}

#wrapper .parentOfNews .detail .paging p.next a	{
	color: #ed8c01;
	text-decoration: none;
	}
#wrapper .parentOfNews .detail .paging p.next a:hover	{
	text-decoration: underline;
	}
/**************************** END TYPENEWS ********************************/

/******************************** AGENDA ********************************/
#agenda	{
	float: left;
	}

#agenda .day	{
	float: left;
	display: inline;
	overflow: hidden;
	width: 78px;
	height: 78px;
	margin-right: 1px;
	margin-bottom: 1px;
	}

#agenda .day.item	{
	background-color: #7F3589;
	}

#agenda .day.current,
#agenda .day.item-current	{
	background-color: #CDD136;
	}

#agenda .day.item,
#agenda .day.item-current	{
	background-image: url("/image/expand.gif");
	background-image: url("/image/zoom.gif");
	background-repeat: no-repeat;
	background-position: 58px 5px;
	}

#agenda .day.item div,
#agenda .day.item-current div	{
	color: #FFF;
	}

#agenda .day div,
#agenda .day-info-ajax div	{
	margin: 8px;
	}

#agenda .day .label,
#agenda .day-info-ajax .label	{
	margin-bottom: 0;
	margin-top: 4px;
	color: #7F3589;
	/* font-size: 1.20em; */
	}

#agenda .day-info-ajax div,
#agenda .day-info-ajax div.label	{
	color: #FFF;
	/* font-size: 1.20em; */
	}

#agenda .day-info-ajax div.label	{
	font-size: 1.40em;
	}

#agenda .day .content	{
	margin-top: 0;
	}

#agenda .head .label	{
	color: #f3a9bb;
	}

#agenda .head .day	{
	height: auto;
	}

#agenda .head .day .label	{
	margin-top: 0;
	}

#agenda .body	{
	position: relative;
	float: left;
	width: 552px;
	/*overflow: hidden;*/
	border: 1px solid #b4ba80;
	background: transparent url("/image/agenda-grid.jpg") repeat left top;
	}

#agenda .body-wrapper	{
	position: relative;
	width: 553px;
	float: left;
	display: inline;
	margin-bottom: -1px;
	}

#agenda .corner	{
	position: absolute;
	width: 5px;
	height: 5px;
	z-index: 50;
	}

#agenda .corner.tl	{
	left: -1px;
	top: -1px;
	background-image: url("/image/agenda-corner-tl.gif");
	}

#agenda .corner.tr	{
	right: -1px;
	top: -1px;
	background-image: url("/image/agenda-corner-tr.gif");
	}

#agenda .corner.br	{
	right: -1px;
	bottom: -1px;
	background-image: url("/image/agenda-corner-br.gif");
	}

#agenda .corner.bl	{
	left: -1px;
	bottom: -1px;
	background-image: url("/image/agenda-corner-bl.gif");
	}

#agenda .day-info-ajax	{
	position: absolute;
	z-index: 900;
	cursor: pointer;
	border: 1px solid #B4BA80;
	border-left-color: #EBEDAE;
	border-top-color: #EBEDAE;
	}
/**************************** END AGENDA ********************************/


/******************************** TYPEIMAGEHEADER ********************************/

.image-header{
	position:relative;
	}

/**************************** END TYPEIMAGEHEADER ********************************/


/******************************** GOOGLE MAP ********************************/
#map	{
	margin: 0 9px;
	}
/**************************** END GOOGLE MAP ********************************/

/******************************** ACTIVITY + PHOTO ALBUM ********************************/
.typeActivity,
.typeAlbum	{
	width: 555px;
/*	overflow: hidden; actueel gaat kapot, hieronder staat een fotoalbum?*/
	}
.typeActivity .item,
.typeAlbum .item	{
	float: left;
	width: 100%;
	border-bottom: 1px solid #a3abb1;
	padding: 2.76em 0;
	}

.typeActivity .item.first,
.typeAlbum .item.first	{
	padding-top: 0;
	}

.typeActivity .image,
.typeAlbum .image	{
	float: left;
	position: relative;
	background-color: #f3a9bb;
	width: 127px;
	height: 78px;
	}

.typeActivity .album,
.typeAlbum .album	{
	border-top: 1px solid #a3abb1;
	border-left: 0;
	border-right: 0;
	float: left;
	/*width: 580px;*/
	padding-top: 2.76em;
	margin-bottom: -15px;
	}

.typeActivity .album .image,
.typeAlbum .album .image	{
	margin-right: 15px;
	margin-bottom: 15px;
	}
.typeActivity .album .last,
.typeAlbum .album .last{
	margin-right:0px;
	}
.typeActivity .content,
.typeAlbum .content	{
	float: left;
	display: inline;
	width: 410px;
	margin: 0 9px;
	}

.typeActivity .content h3,
.typeAlbum .content h3	{
	line-height: 1em;
	}

.typeActivity .content p,
.typeActivity .content h3,
.typeAlbum .content p,
.typeAlbum .content h3	{
	margin: 0;
	padding: 0;
	}
	
.typeAlbum a.hidden{
	display:none;
	}
/**************************** END ACTIVITY + PHOTO ALBUM ********************************/

/******************************** headerCarousel ********************************/
#headerCarousel	{
	position: relative;
	}

#cp #headerCarousel	{
	margin-bottom: 1.94em;
	clear:both;
	}

.sc-corner	{
	position: absolute;
	width: 7px;
	height: 7px;
	z-index:99; /*100 = nyromodal*/
	}

.sc-tl	{
	background: url("/image/sc-tl.png");
	top: 0;
	left: 0;
	}

.sc-tr	{
	background: url("/image/sc-tr.png");
	top: 0;
	right: 0;
	}

.sc-br	{
	background: url("/image/sc-br.png");
	bottom: 0;
	right: 0;
	}

.sc-bl	{
	background: url("/image/sc-bl.png");
	bottom: 0;
	left: 0;
	}
/**************************** END headerCarousel ********************************/

/******************************** SITEMAP ********************************/
.col2 ul.sitemap	{

	}

.sitemap-level	{
	overflow: hidden;
	padding: 0 9px;
	border-top: 1px solid #a3abb1;
	margin-top: 1.6em;
	padding-top: 1.6em;
	}

.sitemap-level.first	{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	}

#wrapper ul.sitemap	{
	padding: 0;
	margin: 0;
	float: left;
	width: 179px;
	}

#wrapper ul.sitemap li	{
	background: transparent url("/image/bullet-purple.gif") no-repeat 0px 0.5em;
	margin-bottom: 0.2em;
	font-weight: normal;
	font-size: 1.4em;
	}

#wrapper ul.sitemap li a	{
	color: #7f3589;
	}

#wrapper ul.sitemap li ul	{
	margin: 0 0 0 -14px;
	}

#wrapper ul.sitemap li li	{
	background: transparent url("/image/bullet-pink.gif") no-repeat 0px 0.5em;
	font-weight: normal;
	font-size: 0.60em;
	font-size: 11px;
	}

#wrapper ul.sitemap li li a	{
	color: #f3a9bb;
	}

#wrapper ul.sitemap li li li	{
	background: none;
	/* font-size: 0.78em; */
	}

#wrapper ul.sitemap li li li a	{
	color: #a3abb1;
	}
/**************************** END SITEMAP ********************************/

/******************************** PAGING ********************************/
.parentOfAgenda .paging,
.parentOfActivity .paging,
.parentOfAlbum .paging,
.parentOfNews .paging	{
	float: left;
	width: 100%;
	border-top: 1px solid #a3abb1;
	margin-top: 30px;
	/*font-size: 1.20em; zie paginering nieuws*/
	line-height: 2.76em
	}

.parentOfActivity .paging,
.parentOfAlbum .paging	{
	border: 0;
	margin: 0;
	}

.parentOfAgenda .paging .previous,
.parentOfActivity .paging .previous,
.parentOfAlbum .paging .previous,
.parentOfNews .paging .previous	{
	float: left;
	}

.parentOfActivity .paging .previous,
.parentOfAlbum .paging .previous,
.parentOfNews .paging .previous	{
	color: #a3abb1;
	margin-left: 9px;
	}

.parentOfAgenda .paging .next,
.parentOfActivity .paging .next,
.parentOfAlbum .paging .next,
.parentOfNews .paging .next	{
	float: right;
	}

.typeActivity .album .paging,
.parentOfAlbum .paging .paging {
	margin-top: -15px;
	}

.typeActivity.detail .paging,
.typeAlbum.detail .paging,
.typeNews .paging	{
	border-top: 1px solid #a3abb1;
	margin-top: 2.76em;
	}

.typeNews .paging	{
	margin-top: 2.26em;
	}

#wrapper .parentOfActivity .paging .next a,
#wrapper .parentOfAlbum .paging .next a,
#wrapper .parentOfNews .paging .next a	{
	color: #a3abb1;
	}

#wrapper .parentOfActivity .paging .next a.current,
#wrapper .parentOfAlbum .paging .next a.current,
#wrapper .parentOfNews .paging .next a.current	{
	color: #7f3589;
	}
/**************************** END PAGING ********************************/
