@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0; padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; font-weight: normal;
}

/* Removes list-style form lists */
ol, ul {
	list-style: none;
}

/* start layout.css */
html {
	text-align: center;
	height: 100%;
}

body {
	background-color: #dac6ae;
}

div#content {
	position: relative;
	width: 960px;
	top: 30px;
    height:700px; 	
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	-moz-box-shadow:4px 4px 4px #b5a38d;
	-webkit-box-shadow:4px 4px 4px #b5a38d;
	box-shadow:4px 4px 4px #b5a38d;
}
div#titel {
	top: 107px;
	width: 930px;
	left: 0px;
	height: 48px;
	position: absolute;
	padding-top: 12px;
	padding-left: 30px;
	z-index: 1;
	background-color: #c37259;
}

div#plaatje, #agenda {
	position: absolute;
	top: 340px;
	left: 420px;
	width: 534px;
	height: 354px;
	z-index: 5;
}
div#plaatje img:hover {opacity: 1.0;}


div#kleina, #kleinb, #kleinc, #kleind, #kleine, #kleinf {
	top: 0px;
	left: 0px;
	width: 160px;
	height: 107px;
	position: absolute;
}
div#kleinb { left: 160px;}
div#kleinc { left: 320px;}
div#kleind { left: 480px;}
div#kleine { left: 640px;}
div#kleinf { left: 800px;}

img {
    opacity: 1.0;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
img:hover {
    opacity: 0.4;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
div#tekst{
	position: absolute;
	left: 0px;
	top: 167px;
	width: 369px;
	height: 488px;
	padding: 20px 25px 25px 25px;
	background-color: #e8e0d8;
}
div#tekst2 {
	position: absolute;
	width: 540px;
	height: 173px;
	top: 167px;
	left: 420px;
	z-index: 1;
	background-color: #fff;	/* padding: 40px 40px 30px 40px; */
}
div#tekst2 img:hover {opacity: 1.0;}
div#tekst3 {
	position: absolute;
	width: 500px;
	height: 140px;
	top: 187px;
	left: 440px;
	z-index: 1;
}

div#kop {
	top:-2px;
	left: 49px;
	width: 900px;
	height: 80px;
	position: absolute;
	z-index:1;
}
div#koptekst {
	position: absolute;
	top: 189px;
	left: 38px;
	width: 722px;
	height: 93px;
	z-index: 2;
}
div#nav1 {
	position: absolute;
	top: 129px;
	left: 350px;
	width: 583px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	z-index: 2;
	text-align: right;
	height: 24px;
	font-variant: small-caps;
}
.navact {
	color: #fff;
	text-decoration: none;
		font-weight: bold;

}
.navact:hover {
	color: #580808;
	text-decoration: none;
		font-weight: bold;

}
.navhier {
	color: #580808;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-family: georgia;
	font-size: 16px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
p a {
	color: #c37259;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}

/* Gallery */
#simplegallery1
	{ 
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	top: 340px;
	left: 420px;
	width: 540px;
	height: 360px;
	z-index: 5;
	}

#simplegallery1 .gallerydesctext
	{ 
text-align: left;
padding: 2px 5px;
}


/* FOOTER POSITIE DINGEN */
div#wrap { height: 100%; }
body > #wrap { height: auto; min-height: 100%; }  
#main { padding-bottom: 40px; overflow:auto; }  

#footer {
	position: relative;
	left: 400px;
	margin-top: -40px;
	height: 40px;
	width: 500px;
	text-align: right;
	clear: both;
}  

div#footer_naw, div#footer_tel {
	text-align: right;
	float: right;
	padding-right: 10px;
}

/* CLEAR FIX*/  
.clearfix:after {
	content: ".";  
	display: block;  
	height: 0;  
	clear: both;  
	visibility: hidden;  
}  .clearfix { display: inline-block; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */  
/* EINDE FOOTER POSITIE */


h1 {
	font-family: 'Life Savers', cursive;
	font-size: 32px;
	text-shadow: 4px 4px 4px #874f3e;
	padding-bottom: 30px;
	line-height: 32px;
	color: #fff;
	text-transform: none;
}
h1 a {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	color: #580808;
	text-decoration: none;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
