/* **** NOTES **** */
/* I have tried to comment this style sheet as much as possible to show you where things take place. 
There is a large utilization of descendant selectors, so if you are not familiar with those, hopefully the 
comments will help. 
*/

/* Global Styles */
html,body{margin:0;padding:0}
body{
	background-color:#000;
	font-family: Arial, Verdana, serif, sans-serif;
	font-size: 12px;
	width: 870px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-weight: normal;
}

/* TEXT STYLES */
p{
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 11px;
	text-align: justify;
}
h1 {
	font-size: 14px;
	margin-top: 5px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #701503;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	color: #333;
	letter-spacing: -1px;
	margin-top: 17px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 18px;
	color: #b71;
}
h4 {
	font-size: 18px;
	color: #452;
}
h5 {
	font-size: 18px;
	font-weight:bold;
}
h1,h2,h3,h4,h5 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a {
	color: #333;
	text-decoration:underline;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	color:#930;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style: none;
}
acronym {border-bottom: 1px dotted #b71; cursor:help; } 
label.header {font-size:larger; color: #b71; font-weight:bold; text-transform:uppercase; margin-bottom: 0; padding-bottom:0; } 
code { border: 1px dotted #b71; border-left: 3px solid #b71; background-color: #dda; padding: 1em; margin-left: 3ex; color:#742;}
blockquote { border: 1px solid #b71; background-color: #dda;  margin: 3ex; font-style:italic;}

/* HEADER SECTION */
div#header {
	margin:0;
	padding:0;
	height:125px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header .img img{
	text-decoration: none;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .img img a{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}

/* CONTENT SECTION */
div#wrapper{
	float:left;
	width:100%;
	height: 350px;
}
div#content{
	padding-bottom: 20px;
	background-color: #fff;
	color: #000;
	margin-top: 0px;
	margin-right: 137px;
	margin-bottom: 20px;
	margin-left: 200px;
	padding-top: 20px;
	height: 287px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
}
div#content p{
}
#content p a {
	color: #930;
	text-decoration:none;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content p a:hover {
	color:#930;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}
#content .signature  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	line-height: 10px;
}
img.alignright {
	float: right;
	background-color: #DAC7B0;
	padding: 3px;
	border: 1px solid #630;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 15px;
}
/* VERTICAL NAVIGATION */
#navigation{
	float:left;
	width:200px;
	margin-left:-100%;
	color:#fff;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	padding: 0px;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}
#navigation .img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}
#navigation p {color:#fff;}
.navcontainer {
	width: 199px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	height: 300px;
	margin: 0px;
	padding-top: 46px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navcontainer ul {
	list-style: none;
	border: none;
	width: 199px;
	min-width:198px;
	background-color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 208px;
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.navcontainer li {
	margin: 0px;
	height: 26px;
}
.navcontainer li a    {
	width: auto;
	background-image: url(images/button_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	display: block;
	text-decoration: none;
	width: 164px;
	min-width:160px;
	color: #ECECEC;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 25px;
	line-height: 23px;
	letter-spacing: 1px;
}

.navcontainer li a:hover, .navcontainer li#active a {
	color: #000;
	background-image: url(images/button_active_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 25px;
	line-height: 23px;
	letter-spacing: 1px;
}
.navcontainer li.menutitle {
	border-left: 10px solid #79B30B;
	border-right:10px solid #79B30B;
	font-size:larger;
	text-align:center;
	color: #600;
	font-weight:bold;
	border-bottom:none;
	text-transform:uppercase;
	line-height: 30px;
	padding: 0px;
}
.navcontainer li#active ul li { display: block;} /* this expands all sublinks if it is the currently active link */
.navcontainer li#active ul li a:link, .navcontainer li#active ul li a:visited { border-left-color:#452; border-right-color: #452; background-color: #000; padding: 5px 0 5px 11px;}
.navcontainer li#active ul li a:hover { background-color:#fff; color:#b71;}

div.content-galerij {
	display:block;
	width: 486px;
	height: 200px;
	margin-top: -2px;

}

div.slideshow {
	clear: both;
	height: 200px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 0px;
	margin-left: 27px;
	margin-top: 0px;
	padding-top: 0px;

}

div.slideshow img {
	border: 1px solid #630;
	display: block;
	padding: 4px;
	background-color: #DAC7B0;

}

div.slideshow-navigation {
	width: 486px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
	vertical-align: bottom;
	margin-top: 0px;
	padding-top: 0px;

}

ul.thumbs {
	clear: both;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 27px;
}

ul.thumbs li {
	float: left;
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;

}

ul.thumbs li a {
	padding: 0px;
	display: block;

}

ul.thumbs li.selected a {


}

ul.thumbs a:focus {
	outline: none;

}

ul.thumbs img {
	border: 1px solid #630;
	display: block;
	margin-right: 7px;
	margin-top: 0px;
	background-color: #DAC7B0;
	padding: 1px;

}

/* EXTRA SECTION */
div#extra {
	float:left;
	width:130px;
	margin-left:-137px;
	background-color: #000;
	border-left: 2px solid #000;
	background-image: url(images/extra_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	list-style-type: none;
}
#extra p {
	color:#7C6A5B;
	width: 136px;
	display: block;
	margin: 0px;
	padding-top: 200px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}
#extra img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}
#extra .img  {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	text-align: left;
	display: block;
	height: 20px;
	margin-left: 32px;
}
#extra .img a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
	padding-right: 7px;
}
#extra a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
	color: #973D25;
}
#extra a:hover {
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
	color: #7c6a5b;
}

/* FOOTER SECTION */
div#footer{
	clear:left;
	width:100%;
	color: #812F07;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	margin-bottom: 30px;
	margin-top: 0px;
}
#footer_left {
	float: left;
	width: 180px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;

}
#footer_center {
	float: left;
	width: 210px;
	text-align: center;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

}

#footer_right {
	float: left;
	width: 210px;
	text-align: center;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

}
#footer_web {
	float: right;
	width: 150px;
	text-align: right;
	padding-top: 65px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin-right: 0px;
	font-size: 9px;
	font-weight: bold;
	color: #412D22;

}
#footer_web a {
	color: #6E4925;
	text-decoration: underline;
}
#footer_web a:hover {
	color: #812F07;
	text-decoration: underline;
}
#footer_left a  {
	color:#6E4925;
	text-decoration: none;

}
#footer_left a:hover {
	color:#812F07;
	text-decoration: none;

}

#footer_right a  {
	color:#6E4925;
	text-decoration: none;
}
#footer_right a:hover {
	color:#812F07;
	text-decoration: none;
}
#footer_center a  {
	color:#6E4925;
	text-decoration: none;
}
#footer_center a:hover {
	color:#812F07;
	text-decoration: none;

}

#footer ul {
	list-style-type:none;
	margin:0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: auto;
}
#footer ul li {
	display:inline;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	float: left;
	width: 170px;
}



/* General Image Stuff */
img.sm {
	width: 140px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}

/* TABLES */ 
table {border: 2px solid #452; border-collapse:collapse; width:90%; margin-left: 3ex; }
td {background-color: #fff; padding:3px; border: 1px solid #fff}
th {text-align:left;border: 1px solid #fff}
thead th {color:#fff; font-size:1.5em; background-color: #472 ; padding: 10px 6px}
tbody th {color:#fff; font-size:1.15em; background-color: #79B30B ; padding: 6px}
tbody th.sub {font-size: .90em; color:#000; background-color: #dda; padding: 6px}
.form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 500px;
	text-align: left;
	display: block;
	float: left;
	clear: both;
	padding: 0px;
}
.inputfield {
	width: 300px;
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #5F2307;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	display: block;
}
.inputarea {
	width: 300px;
	padding: 3px;
	overflow: auto;
	height: 5em;
	border: 1px solid #5F2307;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: transparent;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	display: block;
}
.form p {
	font-size: 11px;
	text-align: left;
	display: block;
	width: 500px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form p a {
	margin-left: 0px;
	padding-left: -3px;
	font-size: 11px;
	letter-spacing: normal;
	text-align: left;
	font-style: normal;
}
.form p a:hover {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 11px;
	letter-spacing: normal;
	text-align: left;
	font-style: normal;
}
a.readmore    {
	display: block;
	width: 85px;
	line-height: 21px;
	color: #DCDCDC;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0px;
	background-image: url(images/leesmeer.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	height: 23px;
	margin-top: 0px;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a.readmore:hover   {
	display: block;
	width: 85px;
	line-height: 21px;
	color: #721504;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
	font-style: normal;
	border-bottom: 0px;
	background-image: url(images/leesmeer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none;
	height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content div.sitemap-left {
	width: 150px;
	display: block;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 25px;
}
#content div.sitemap-right {
	width: 220px;
	display: block;
	float: left;
	margin-top: 0px;
}
