/* 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 */
body {
     margin:0;
     padding:0;
     text-align:center;
     background-color:#FFFFFF;
	 background-image: url(../images/achtergrond_body.gif);
	 background-repeat: repeat-x;
}

/* CONTAINER */
#container {
	display: block;
	width: 953px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	background-image: url(../images/achtergrond_body_content.gif);
	background-repeat: repeat-y;
}

/* CONTAINER -> EMPTY */
	/* Helpt omdat IE moeite heeft met de achtergrond */
#empty {
	display: block;
	height: 31px;
	background-color: #FFFFFF;
}
	
/* CONTAINER -> TOP */
#top {
	height: 132px;
	background-color: #FFFFFF;
	background-image: url(../images/achtergrond_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-left: 1px solid #CCCCCC;
}

/* CONTAINER -> TOP -> MENU */
#menu {
	display: block;
	width: 712px;
	height: 24px;
	float: left;
	clear: right;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	position: relative;
	display: inline;
	float: left;
	background-color: #FFFFFF; /*overall menu background color*/
	color: #333333;
}

#menu ul li a {
	display: block;
	width: auto;
	height: 14px;
	padding: 5px 8px;
	border: 0px;
	border-right: 1px solid #CCCCCC;
	text-decoration: none;
	color: #333333;
}

#menu ul li.grafmonumenten a {
	padding: 5px 8px 5px 23px;
}

#menu ul li.contact a {
	border-right: none;
}
	
#menu ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border-top: 1px solid #CCCCCC;
}

#menu ul li ul li {
	display: list-item;
	float: none;
}

#menu ul li ul li ul {  
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

#menu ul li ul li a {
	display: block;
	width: 160px; /*width of sub menu levels*/
	height: auto;
	color: #333333;
	text-decoration: none;
	padding: 5px 5px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#menu ul li.grafmonumenten ul li a {
	padding: 5px 8px;
}

#menu ul li.contact ul li a {
	border-right: 1px solid #CCCCCC;
}

#menu ul li a:hover, #menu ul li a.active {
	background-color: #ECECEC;
	color: #666666;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu form input.zoekwoord {
	background-color: #E3E3E3;
	border: 1px solid #CCCCCC;
	height: 13px;
	width: 89px;
	margin-left: 15px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 4px;
	padding-right: 4px;
}

#menu form input.submit {
	position: absolute;
	top: 37px;
}

/* CONTAINER -> TOP -> LOGO */
#logo {
	display: block;
	width: 225px;
	height: 48px;
	float: left;
	clear: right;
}

/* CONTAINER -> BODY */
#body {
	padding-bottom: 15px;
}

/* CONTAINER -> BODY -> LEFT */
#left {
	display: block;
	width: 156px;
	float: left;
	clear: right;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#left ul {
	margin-top: 10px;
}

#left ul li {
	text-align: right;
	line-height: 2em;
}

#left ul li a {
	text-decoration: none;
	color: #333333;
	display: block;
	width: 146px;
	padding-right: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#left ul li a:hover {
	text-decoration: none;
}

/* CONTAINER -> BODY -> CONTENT */
#content {
	display: block;
	width: 519px;
	float: left;
	clear: right;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.6em;
	padding-left: 20px;
	padding-right: 30px;
}

#content img#header {
	margin-bottom: 24px;
}

#content h1 {
	font-size: 15px;
	font-weight: bold;
	color: #549511;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #549511;
	margin-top: 24px;
}

#content h2 a,
#content h2 a:hover,
#content h2 a:active,
#content h2 a:link,
#content h2 a:visited {
	text-decoration: none;
	color: #549511;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content p {
	margin-top: 5px;
}

#content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 5px;
}

#content a, #content a:hover {
	color: #333333;
	text-decoration: underline;
}

#content form label {
	float: left;
	width: 150px;
}

#content form input, #content form textarea, #content form button {
	margin-bottom: 2px;
	margin-top: 1px;
}

#content form input {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	padding: 0px 5px;
	background-color: #D8D8D8;
}

#content form input.nomarkup { /* Gebruik deze voor checkboxes en radiobuttons */
	border: none;
	background-color: transparent;
}

#content form button, #content form input.button, * input.button, * button {
	height: auto;
	color: #333333;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	font-size: 11px;
}

#content textarea {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 5px;
	background-color: #D8D8D8;
	width: 300px;
}

#content .error {
	font-weight: bold;
	color: #EC5742; /* #DC4747; /* #D8503D;*/
}

#content form input.error {
	border: 1px solid #EC5742;
	font-weight: normal;
	color: #000000;
}

#content span.tip {
	font-size: 9px;
}

#content blockquote {
	border: 1px solid #CFCFCF;
	margin-left: 20px;
	margin-top: 5px;
	padding: 5px;
}

#content div.introtekst {
	font-weight: bold;
}

#content .small {
	font-size: 9px;
}

/* CONTAINER -> BODY -> CONTENT -> KRUIMELSPOOR */
#kruimelspoor {
	margin-top: 10px;
	margin-bottom: 6px;
}

#kruimelspoor h1 {
	display: none;
}

#kruimelspoor a {
	color: #549511;
	text-decoration: none;
}

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

/* CONTAINER -> BODY -> CONTENT -> FOTOALBUM */
div.fotoalbum {
	display: block;
	width: 519px;
	margin-top: 15px;
}

div.fotoalbum span.h2 {
	font-size: 13px;
	font-weight: bold;
	color: #549511;
	margin-top: 24px;
}

div.fotoalbum span.meerfotos {
	margin-left: 10px;
}

div.fotoalbum div.foto {
	display: block;
	float: left;
	clear: right;
	width: 103px;
	height: 123px;
	padding: 5px;
	border: 1px solid #559512;
	margin-right: 13px;
	background-color: #FFFFFF;
	color: #559512;
	margin-top: 6px;
	margin-bottom: 7px;
}

div.fotoalbum div.foto img {
	margin-bottom: 4px;
}

/* CONTAINER -> BODY -> RIGHT */
#right {
	display: block;
	width: 224px;
	float: left;
	clear: right;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

#right h1 {
	margin-left: 15px;
	margin-right: 20px;
	color: #549511;
	font-weight: bold;
	margin-top: 15px;
}

#right h1 a, #right h1 a:hover {
	text-decoration: none;
	color: #549511;
}

#right p {
	color: #666666;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 5px;
}

#right ul {
	color: #666666;
	margin-left: 15px;
	margin-right: 20px;
	list-style-type: disc;
	padding-left: 15px;
	margin-top: 5px;
}

#right p a, #right ul a {
	text-decoration: underline;
	color: #666666;
}

/* CONTAINER -> BODY -> RIGHT -> QUOTE */
#quote {
	height: 175px;
	margin-bottom: 15px;
	text-align: right;
	margin-right: 20px;
	margin-top: 25px
}

/* CONTAINER -> FOOTER */
#footer {
	height: 48px;
	background-image: url(../images/achtergrond_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
	background-color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #7F7F7F;
}

#footer a:hover {
	text-decoration: underline;
	color: #7F7F7F;
}

/* CONTAINER -> FOOTER -> FOOTER_LEFT */
#footer_left {
	display: block;
	width: 273px;
	float: left;
	clear: right;
	margin-left: 1px;
	margin-top: 10px;
}

/* CONTAINER -> FOOTER -> FOOTER_RIGHT */
#footer_right {
	display: block;
	width: 679px;
	float: left;
	clear: right;
	text-align: right;
	margin-top: 10px;
}

/* ALGEMENE EIGENSCHAPPEN */
div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

/* 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{
	font: 10px Verdana, Helvetica, sans-serif;
	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;
}

/* CMS */
#cmstabel {
	width: 100%;
}

#cmstabel td.onderhoud {
	text-align: right;
}

#content div.buttons {
	display: block;
	width: 350px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 85px;
}

#content div.buttons div.button {
	display: block;
	float: left;
	clear: right;
	background-color: #549511;
	margin: 0 12px;
	padding: 4px 13px;
}

#content div.buttons div.button h2 {
	margin: 0;
	color: #FFFFFF;
}

#content div.buttons div.button h2 a,
#content div.buttons div.button h2 a:link,
#content div.buttons div.button h2 a:visited,
#content div.buttons div.button h2 a:active,
#content div.buttons div.button h2 a:hover {
	color: #FFFFFF;
}