html, body, h1, h2, h3, h4, h5, p, table, table caption, th, td, dl, dt, dd, form, input, select, textarea, pre {
	margin: 0;
	padding: 0;
}
body {
	background: #f1f1f1 url(../images/top/achtergrond.gif) repeat-x top;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	text-align: center;
}
/*body, .wrap, #sponsoren, .box, #pagina {
	background: url(../images/misc/grid.png) repeat-y center !important;
}*/
table {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}
td, th {
	text-align: left;
	vertical-align: top;
}
img {
	border: none;
}
a {
	color: #226699;
}
.onprint {
	display: none;
}

/* Algemeen */
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.wrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 940px;
}
.innerwrap {
	padding: 0 10px;
}
h1, h2, h3 {
	color: #00aeef;
	font: bold 18px/16px 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 4px;
	padding: 0 20px 4px 20px;
}
h1, .artikel  {
	color: #9ebf2d;
	font-size: 21px;
	line-height: 24px;
}
a.meer {
	color: #9ebf2d;
	font: italic 13px Arial, sans-serif;
	text-decoration: none;
}
a.meer:hover {
	text-decoration: underline;
}
.overlay {
	background: url(../images/misc/overlay.png);
}

/* Kolommen */
.kolomlinks {
	float: left;
}
.kolomrechts {
	float: right;
}
.kolomrij {
	clear: both;
}
.kolom-1 { width: 40px; }
.kolom-2 { width: 100px; }
.kolom-3 { width: 160px; }
.kolom-4 { width: 220px; }
.kolom-5 { width: 280px; }
.kolom-6 { width: 340px; }
.kolom-7 { width: 400px; }
.kolom-8 { width: 460px; }
.kolom-9 { width: 520px; }
.kolom-10 { width: 580px; }
.kolom-11 { width: 640px; }
.kolom-12 { width: 700px; }
.kolom-13 { width: 760px; }
.kolom-14 { width: 820px; }
.kolom-15 { width: 880px; }
.kolom-16 { width: 940px; }

/* Box */
.box {
	background-color: #e0e7e7;
	margin: 10px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.box.geenmargin {
	margin: 0;
}
.box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.box { display: inline-block; }
.box { display: block; }
.box .kop {
	padding: 20px 20px 0 20px;
}
.box .body {
	padding: 10px 20px 20px 20px;
}
.box .content {
	padding: 20px;
}
.box h2 {
	padding-left: 0;
	padding-right: 0;
}


/* Tabbladen: algemeen */
.tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.tabs a {
	display: block;
	float: left;
	text-decoration: none;
	outline: none;
}
.tabs a span {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
}
.tabs .l {
	background-position: left center;
}
.tabs .m {
	background-repeat: repeat-x;
	white-space: nowrap;
}
.tabs .r {
	background-position: right bottom;
}

/* Top */
#top {
	background: transparent url(../images/top/portret-achtergrond.png) no-repeat 110px 0;
	height: 150px;
}
#logo {
	display: block;
	position: absolute;
}
#logo .portret {
	position: absolute;
	top: 14px;
}
#logo .tekst {
	position: absolute;
	left: 80px;
	top: 24px;
}

/* Menu */
#menu {
	position: relative;
	top: 80px;
	height: 41px;
	float: right;
}
#menu a {
	color: #000;
	height: 41px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	line-height: 41px;
	margin-right: 6px;
	width: 84px;
}
#menu a span {
	background-image: none;
	height: 36px;
}
#menu .l, #menu .r {
	height: 41px;
}
#menu .m {
	margin: 0 5px;
	padding-top: 5px;
}
#menu a.actief, #menu a:hover {
	color: #00aeef;
	font-weight: bold;
	font-size: 13px;
}
#menu a.actief, #menu a.actief span, #menu a:hover, #menu a:hover span {
	background-image: url(../images/tab/menu.gif);
}
#menu a.actief span.m, #menu a:hover span.m {
	background: url(../images/tab/pijl.gif) no-repeat center 5px;
}

/* Submenu */
#submenu {
	position: absolute;
	right: 20px;
	top: 121px;
	height: 41px;
	float: right;
}
#submenu a {
	color: #000;
	text-decoration: none;
	font: 12px/30px 'Trebuchet MS', Arial, sans-serif;
	float: right;
}
#submenu a:hover {
	text-decoration: underline;
}
#submenu span {
	background: url(../images/top/submenu-stip.gif) no-repeat center;
	width: 5px;
	height: 30px;
	margin: 0 10px;
	float: right;
}

/* Pagina */
#pagina {
	background-color: #f6f6f6;
	padding: 5px 0 20px 0;
}
.fotoleader {
	height: 205px;
	background: url(../images/voorpagina/rotate.php) no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Tekst, artikel */
.box p.content, .box .content p, .box .content .paragraaf {
	color: #404040;
	font-family: 'Trebuchet MS', sans-serif;
}
.inleiding, .artikel p, .artikel .paragraaf {
	font: normal 12px/18px Arial, sans-serif;
	color: #282828;
	padding: 0 20px 20px 20px;
}
.artikel .inleiding {
	font-weight: bold;
}
.artikel img.foto {
	display: block;
	float: left;
	border: 2px solid #eaeaea;
	margin: 10px 10px 10px 0;
}
.artikel img.foto.rechts {
	float: right;
	margin: 10px 0 10px 10px;
}
.artikel .fotocanvas {
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	text-align: center;
}
.artikel .fotocanvas img {
	border: 2px solid #eaeaea;
	display: block;
}
.artikel .fotocanvas span {
	font-size: 11px;
	font-weight: normal;
	padding: 0 2px;
}
.artikel .fotocanvas.rechts {
	float: right;
	margin: 10px 0 10px 10px;
}

/* Nieuws */
.nieuws {
	padding-top: 20px;
	height: 185px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.nieuws h2 {
	padding-left: 20px;
}
.nieuws ul.linklijst li a {
	color: #fff;
}
.nieuws ul.linklijst li span {
	color: #b8b8b8;
}
.nieuws a.meer {
	margin-left: 20px;
}

/* Linklijst */
ul.linklijst {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
ul.linklijst li {
	background: url(../images/icoon/pijl-oost.gif) no-repeat 1px center;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 25px;
	height: 25px;
}
ul.linklijst li:hover {
	background-image: url(../images/icoon/pijl-oost-hover.gif);
}
ul.linklijst li.actief {
	background-image: url(../images/icoon/pijl-oost-actief.gif);
}
ul.linklijst li.actief a {
	font-weight: bold;
}
ul.linklijst li a {
	color: #000;
	text-decoration: none;
	float: left;
}
ul.linklijst li a:hover {
	text-decoration: underline;
}
ul.linklijst li span {
	float: right;
	font-size: 11px;
	color: #8b8b8b;
}

/* Galerij */
ul.galerij {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}
ul.galerij:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.galerij { display: inline-block; zoom: 1; }
ul.galerij { display: block; }
ul.galerij li.item {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	display: block;
	float: left;
	line-height: 17px;
	margin-left: 10px;
	margin-top: 10px;
	min-height: 96px;
	overflow: hidden;
	padding: 10px 5px 5px 5px;
	text-align: center;
	width: 135px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
ul.galerij li.item a {
	color: #111;
	cursor: pointer;
	text-decoration: none;
}

/* Gastenboek */
ul.gastenboek {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}
ul.gastenboek .item {
	border-bottom: 1px dotted #bbb;
	padding: 10px 20px;
}
ul.gastenboek .item span {
	font: bold 12px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
ul.gastenboek .item span small {
	font-weight: normal;
	font-size: 11px;
	color: #8b8b8b;
}
ul.gastenboek .item p {
	line-height: 20px;
}

/* Agenda */
.agenda .kalender th {
	color: #898166;
	padding-top: 10px;
}
.agenda .kalender th, .agenda .kalender td {
	width: 60px;
	line-height: 20px;
	text-align: center;
}
.agenda .kalender a {
	background-color: #9ebf2d;
	display: block;
	color: #fff;
	width: 30px;
	margin: 0 auto;
	text-decoration: none;
}
.agenda .kalender a:hover {
	font-weight: bold;
}

/* Kopnavigatie */
.kopnavigatie {
	width: 180px;
	text-align: center;
	position: absolute;
	right: 20px;
	height: 20px;
	line-height: 20px;
	font: bold 12px/20px 'Trebuchet MS', Arial, sans-serif;
}
.kopnavigatie a.vorige {
	position: absolute;
	left: 0;
}
.kopnavigatie a.volgende {
	position: absolute;
	right: 0;
}

/* Navigatie */
.navigatie {
	padding: 0 5px;
}
.navigatie a {
	margin: 0 5px;
}

/* Fotoalbum */
.fotoslide {
	position: absolute;
}
.fotoslide .overlay {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.fotoslide .overlay a {
	color: #9ebf2d;
	text-decoration: none;
}
.fotoslide .overlay a:hover {
	text-decoration: underline;
}
.fotoslide .overlay span, .fotoslide .overlay a {
	padding-right: 10px;
	font: normal 14px/30px 'Trebuchet Ms', Arial, sans-serif;
}
.fotoslide .overlay span.datum {
	color: #ddd;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

/* Tooltip */
#tooltip {
	text-align: left;
	padding: 0.3em;
	font: normal 12px/18px Arial, sans-serif;
}
#tooltip p {
	height: 120px;
	overflow: auto;
}
#tooltip .socialmedia {
	border-top: 1px dotted #e0e7e7;
	padding-top: 3px;
}
#tooltip .socialmedia a, #tooltip .socialmedia span {
	cursor: pointer;
	margin-left: 5px;
	outline: 0;
}

/* Sponsoren */
#sponsoren {
	background: #fff url(../images/footer/achtergrond.gif) repeat-x;
	padding: 10px 0;
}
#sponsoren ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#sponsoren ul.groot {
	width: 880px;
	height: 72px;
	margin: 0 auto;
}
#sponsoren ul.groot li {
	background: transparent url(../images/sponsor/achtergrond-groot.png) no-repeat;
	float: left;
	width: 180px;
	height: 70px;
	padding: 4px;
	margin: 0 16px;
	text-align: center;
}
#sponsoren ul.groot li:hover {
	background-image: url(../images/sponsor/achtergrond-groot-hover.png);
}
#sponsoren ul.groot li.blank {
	background: transparent;
}
#sponsoren ul.groot li.blank:hover {
	background: transparant;
}

#sponsoren ul.klein {
	width: 864px;
	margin: 0 auto;
}
#sponsoren ul.klein li {
	background: transparent url(../images/sponsor/achtergrond-klein.png) no-repeat top right;
	float: left;
	width: 120px;
	height: 40px;
	padding: 4px;
	margin: 0 6px 0 7px;
	text-align: center;
}
#sponsoren ul.klein li.links {
	margin-right: 16px;
	margin-left: 6px;
}
#sponsoren ul.klein li.rechts {
	margin-left: 16px;
	margin-right: 5px;
}
#sponsoren ul.klein li:hover {
	background-image: url(../images/sponsor/achtergrond-klein-hover.png);
}

#sponsoren ul.klein li.blank {
	background: transparent;
}

#sponsoren ul.klein li.blank:hover {
	background: transparant;
}


/* Footer */
#footer {
	background: transparent url(../images/footer/achtergrond.gif) repeat-x;
	height: 40px;
	line-height: 40px;
	color: #888;
}
#footer:hover, #footer:hover a {
	color: #555;
}
#footer .wrap {
	text-align: right;
}
#footer p {
	padding-right: 20px;
}
#footer span {
	padding: 0 15px;
}
#footer a {
	color: #7b7b7b;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* RECHAPTCHA */
#recaptcha_image img{
    height:44px;
    width:225px;
    margin: 5px 0 0 0;
	border: 1px solid #b7d5ea;
    padding: 0px;
}
#recaptcha_container {
    margin: 0px;
    padding: 0px;
    width: 220px;
}


