/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }å
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

/* OVERIGE CSS */
body {
	background-color: #1E727E;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.4em;
	text-align: center;
}

/* CONTAINER */
#container {
	display: block;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

/* CONTAINER > HEADER */
#header {
	position: relative;
	display: block;
	height: 90px;
	width: 100%;
}

/* CONTAINER > HEADER > LOGO */
#logo {
	position: relative;
	display: block;
	width: 255px;
	height: 180px;
	left: 35px;
	top: 10px;
}

/* CONTAINER > HEADER > SERVICE */
#service {
	position: absolute;
	top: 17px;
	right: 24px;
	display: block;
	width: 170px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
}

#service img {
	position: absolute;
	top: 2px;
	right: 0;
	border: none;
}

#service a,
#service a:link,
#service a:hover {
	color: #005E8C;
	text-decoration: underline;
}

/* CONTAINER > HEADER > HOOFDMENU */
#hoofdmenu {
	position: absolute;
	left: 0;
	top: 50px;
	display: block;
	height: 50px;
	width: 100%;
	background-color: #748B21;
	background-image: url(../images/bg_hoofdmenu.jpg);
}

#hoofdmenu ul {
}

#hoofdmenu ul li {
	float: left;
	clear: right;
}

#hoofdmenu ul li a {
	display: block;
	background-image: url(../images/bg_hoofdmenu_item.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 14px;
	line-height: 50px;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* CONTAINER > HEADER > HOOFDMENU > ZOEKEN */
#zoeken {
	position: absolute;
	top: 0;
	right: 24px;
	display: block;
}

#zoeken form {
}

#zoeken input {
	position: absolute;
	top: 15px;
	right: 65px;
	width: 90px;
	height: 13px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 1px;
	font-size: 10px;
}

#zoeken input.button {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 60px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 0;
	font-size: 11px;
}

/* CONTAINER > BODY */
#body {
	margin: 20px 20px 0px 25px;
}

#body h1 {
	color: #1E727E;
	font-weight: bold;
	margin-bottom: 23px;
}

#body h2 {
	color: #1E727E;
	font-weight: bold;
	margin-bottom: 12px;
}

#body p {
	margin-bottom: 20px;
}

#body ul,
#body ol {
	margin-bottom: 20px;
	list-style: disc;
	margin-left: 25px;
}

#body ol {
	list-style: decimal;
}

#body ul li,
#body ol li {
}

#body ul li ul,
#body ol li ol {
	margin-bottom: 0px;
}

#body a,
#body a:link,
#body a:hover {
	color: #666666;
	text-decoration: underline;
}

#body form {
}

#body form label {
	float: left;
}

#body form input {
	margin: 3px 0;
	width: 200px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}

#body form textarea {
	width: 300px;
	height: 125px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}

#body form button.formbutton {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* CONTAINER > BODY > HOMETEKST */
#homeTekst {
	display: block;
	width: 545px;
	float: left;
	clear: right;
	margin-top: 10px;
}

/* CONTAINER > BODY > HOMEACTUEEL */
#homeActueel {
	display: block;
	width: 270px;
	float: left;
	clear: right;
	margin-left: 40px;
	margin-top: 10px;
}

#homeActueel h2 {
	display: block;
	width: 260px;
	height: 48px;
	color: #1E727E;
	padding-left: 6px;
	padding-bottom: 5px;
	line-height: 25px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}

#homeActueel ul {
	list-style: none;
	margin-left: 0;
}

#homeActueel ul li {
}

#homeActueel ul li a,
#body #homeActueel ul li a {
	display: block;
	width: 235px;
	background-image: url(../images/bg_actueel_a.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	padding: 8px 20px 8px 10px;
}

/* CONTAINER > BODY > SUBMENU */
#submenu {
	display: block;
	width: 200px;
	float: left;
	clear: right;
}

#submenu h2,
#body #submenu h2 {
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #1E727E;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	margin-bottom: 0;
}

#submenu ul,
#body #submenu ul {
	margin-left: 0;
	list-style: none;
}

#submenu ul li,
#body #submenu ul li {
}

#submenu ul li a,
#body #submenu ul li a {
	display: block;
	width: 200px;
	color: #999999;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	line-height: 23px;
	vertical-align: middle;
}

#submenu ul li a:hover,
#submenu ul li a.active,
#body #submenu ul li a:hover,
#body #submenu ul li a.active {
	font-weight: bold;
	text-decoration: none;
}

#submenu ul li ul,
#body #submenu ul li ul {
	margin-left: 15px;
}

#submenu ul li ul li,
#body #submenu ul li ul li {
}

#submenu ul li ul li a,
#body #submenu ul li ul li a {
	width: 185px;
}

/* CONTAINER > BODY > TEKST */
#tekst {
	display: block;
	width: 609px;
	float: left;
	clear: right;
	margin-left: 46px;
}

/* CONTAINER > BODY > TEKST > KRUIMELSPOOR */
#kruimelspoor {
	margin-bottom: 10px;
	color: #999999;
}

#kruimelspoor h3 {
	display: none;
}

#kruimelspoor a,
#kruimelspoor a:link,
#kruimelspoor a:hover {
	color: #999999;
	text-decoration: none;
}

#kruimelspoor a:hover {
	text-decoration: underline;
}

/* CONTAINER > FOOTER */
#footer {
	clear: both;
	display: block;
	width: 880px;
	height: 21px;
	margin: 5px 5px 0px;
	background-color: #77AD1C;
	color: #FFFFFF;
	text-align: right;
	line-height: 21px;
	vertical-align: middle;
	padding-right: 10px;
}

/* CLEAR DIV */
div.clear {
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/* LIGHTBOX / FOTOBOEK */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	/*background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 100px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #F0F0F0;
}

/* ACTUEEL OPMAKEN */
#body div.actueelitems {
}

#body div.actueelitem {
	border-top: 1px solid #999999;
	position: relative;
}

#body div.actueelitem div.datum,
#body div.actueel div.datum {
	position: absolute;
	right: 0px;
	top: 4px;
	color: #999999;
	text-align: right;
}

#body div.actueel div.datum {
	top: 0;
}

#body div.actueelitem div.omschrijving h2,
#body div.actueelitem div.omschrijving h2 a,
#body div.actueelitem div.omschrijving h2 a:hover {
	color: #1E727E;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 8px;
	text-decoration: none;
}

#body div.actueel {
	position: relative;
}

/* ZOEKEN OPMAKEN */
#body div.zoekenitems {
}

#body div.zoekenitem {
	border-top: 1px solid #999999;
}

#body div.zoekenitem h2,
#body div.zoekenitem h2 a,
#body div.zoekenitem h2 a:hover {
	color: #1E727E;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 8px;
	text-decoration: none;
}

/* FOTOBOEK */
#body div.fotoboek {
}

#body div.fotoboek a img {
	border: 1px solid #8CA436;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

/* FOUTMELDINGEN */
#body .error,
#body span.contacterror {
	color: #999999;
	font-weight: bold;
}

/* AFBEELDINGEN */
img.left {
	border: none;
	float: left;
	margin: 5px;
	margin-left: 0px;
}

img.right {
	border: none;
	float: right;
	margin: 5px;
	margin-right: 0px;
}

/* CALENDAR */
#body .calendar-main {
  /*border: 1px solid #CCCCCC;*/
  font-weight: bold;
  font-size: 14px;
  width: 45px;
}

#body .calendar {
  width: 200px;
  border: 1px solid #8CA436;
  margin-top: 5px;
  border-collapse: collapse;
  border-spacing: none;
}

#body .calendar-month {
  border: 1px solid #8CA436;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
/*  background: #EEEEEE;*/
}

#body .weekday {
  border: 1px solid #8CA436;
  text-align: center;
  font-weight: bold;
  background-color: #8CA436;
  color: #FFFFFF;
  width: 35px;
}

#body .day {
  border: 1px solid #8CA436;
  text-align: center;
}

#body .day a {
	text-decoration: none;
	font-weight: bold;
	color: #1E727E;
}

#body .day a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1E727E;
}

#selectArchief {
	margin-top: 8px;
	width: 200px;
}

#selectArchief select {
	margin-right: 2px;
}