
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html { }

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: top center;
	height: 100%;
	min-height: 100%;
}

p { margin: 1em 0 1em 0; }

#wrapper {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: repeat-y;
}

#container {
	width: 831px;
	margin: auto;
	height: 100%;
}

/* header */

#header {
	background-image: url(../img/bg_header_1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 460px;
}

#logo {
	margin-left: 44px;
	padding-top: 15px;
	margin-bottom: 3px;
	width: 157px;
}

#u_vindt_ons {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	margin: 185px 0 0 82px;
	left: 50%;
	height: 22px;
	width: 316px;
	background-color: #584329;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
}

/* navigatie */

#navcontainer {
	float: left;
	width: 153px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navlist {
	width: 153px;
	margin-left: 45px;
}

ul#navlist { padding-top: 0px; }

#navlist li {
	list-style: none;
	padding: 0.5em;
	border-top: 1px solid #CDB386;
}

#navlist li a {
	text-decoration: none;
	color: #5F482E;
	font-weight: bold;
	margin-left: 3px;
	width: 100%;
	display: block;
}

#navlist li a:hover,
#navlist li a#current,
#navlist li a:active {
	background-image: url(../img/nav_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 3px;
	color: #CC6600;
}

/* geen border contact button */

#navlist li.home { border-top: none; }

/* einde navigatie */

/* topimg */

#topimg {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -180px;
	top: 40px;
}

/* service nav */

#servicenav {
	color: #584329;
	float: right;
	padding-right: 30px;
	margin-top: 116px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#servicenav a {
	color: #584329;
	text-decoration: none;
}

#servicenav a:hover {
	text-decoration: underline;
	color: #000
}

/* einde service nav */

/* einde header */

/* naw */

#naw {
	position: absolute;
	left: 50%;
	margin: 10px 0 0 -370px;
	top: 455px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #584329;
	line-height: 1.8em;
}

#naw a {
	text-decoration: underline;
	color: #584329;
}

#naw a:hover {
	text-decoration: underline;
	color: #000;
}

#image_left {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -370px;
	top: 695px;
}

/* content */

#content {
	position: absolute;
	width: 500px;
	left: 50%;
	margin: 0 0 0 -150px;
	top: 250px;
}

/* typografie content */

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3D2F1D;
	line-height: 1.8em;
	text-align: justify;
	padding: 0 0 20px 0;
}

#content h1 {
	color: #006633;
	font-size: 16px;
}

#content h2 {
	color: #9C8051;
	font-size: 14px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #3D2F1D;
	text-align: center;
	width: 100%;
}

#content a {
	color: #3D2F1D;
	text-decoration: underline;
}

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

#content .icon {
	clear: both;
	width: 100%;
	height: 21px;
	background-image: url(../img/content_icon.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0 10px 0
}

/* img right div */
#content .imgRight {
	float: right;
	width: 200px;
	text-align: center;
	margin: 0 0 20px 20px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content .imgRight a {
	text-decoration: none;
	font-weight: bold;
}

/* lightbox styles */
#lightbox {
	position: absolute;
	top: 40px;
	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;
	background: url(../images/prev.gif) left 15% no-repeat;
}

#nextLink {
	right: 0;
	float: right;
	background: url(../images/next.gif) right 15% no-repeat;
}

#prevLink:hover,
#prevLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }

#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;
}

#imageData { padding:0 10px; }

#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: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #9C8051;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix { /* Hides from IE-mac \*/
	height: 1%;/* End hide from IE-mac */
	}

#naw a.twitterLink {
	position: relative;
	top: 10px;
	padding: 5px 5px 5px 25px;
	background: #FFF url(../img/1312546709_twitter.gif) left no-repeat;
	border: 1px solid #3D2F1D;
	text-decoration: none;
}

.logos {
	margin-top: 20px;
	text-align: center;
}

