/* CSS/XHTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, 
fieldset, form, label, legend, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	line-height: 26px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
p {
	margin: 0px 0px 20px 0px;
	line-height: 26px;
}
a {
	color: #434343;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* FRAMEWORK */

html, body {
	height: 100%;
}
body {
	background: url(../images/template/bg_body.jpg) repeat-x #3c6723;
}
#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}
#site {
	width: 910px;
	height: auto;
	position: relative;
	margin: 0 auto;
	z-index: 5;
}
#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#header {
	width: 910px;
	height: 202px;
	position: relative;
	background: url(../images/template/bg_header.jpg) no-repeat;
	z-index: 5;
	margin-top: 15px;
}
#logo {
	width: 122px;
	height: 60px;
	position: absolute;
	top: 55px;
	left: 66px;
}
#logo img{
	float: left;
}
#inloggen {
	width: 333px;
	height: 34px;
	position: absolute;
	right: 502px;
	top: 5px;
	background: url(../images/template/bg_inloggen_temp.gif) no-repeat right top;
}
#menu .vlaggen {
	width: 124px;
	height: 13px;
	position: absolute;
	right: 15px;
	top: 12px;
}
#menu .vlaggen a {
	width: 22px;
	height: 13px;
	position: relative;
	display: block;
	float: right;
	margin-right: 9px;
}
#inloggen .inloggen {
	width: 162px;
	height: 34px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 5;
}
#inloggen .inloggen a {
	width: 162px;
	height: 34px;
	display: block;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	z-index: 5;
}
.zoeken {
	width: 210px;
	height: 27px;
	position: absolute;
	right: 247px;
	top: 111px;
	z-index: 5;
}
.zoeken .button {
	width: 34px;
	height: 27px;
	position: relative;
	float: right;
	cursor: pointer;
	background: url(../images/template/zoeken.gif) right top no-repeat;
	z-index: 5;
}
.zoeken .field {
	width: 176px;
	height: 27px;
	position: relative;
	float: left;
	background: url(../images/template/bg_zoeken.gif) no-repeat left top;
	z-index: 5;
}
.zoeken input {
	width: 164px;
	height: 17px;
	padding: 4px;
	color: #999999;
	border: none;
	background: none;
	font-size: 11px;
	margin-left: 4px;
	margin-top: 2px
	z-index: 5;
}
#hand{
	width: 135px;
	height: 53px;
	position: absolute;
	top: 35px;
	right: 290px;
}
#vrouw{
	width: 238px;
	height: 158px;
	position: absolute;
	top: 5px;
	right: 5px;
}
#menu {
	width: 860px;
	height: 39px;
	position: absolute;
	bottom: 0px;
	left: 5px;
	background: url(../images/template/bg_menu.gif) repeat-x; 
	z-index: 15;
	padding-left: 40px;
}
#menu ul {
	width: 860px;
	height: 39px;
	position: relative;
	z-index: 15;
}
#menu ul li {
	width: auto;
	height: 39px;
	position: relative;
	float: left;
	z-index: 15;
}
#menu ul li a {
	height: 39px;
	width: auto;
	position: relative;
	display: block;
	padding: 0px 19px 0px 18px;
	line-height: 37px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background: url(../images/template/bg_item_right.gif) no-repeat right top; 
	float: left;
	z-index: 15;
}
#menu ul li a:hover {
	color: #d8db41;
}
#menu ul li.active {
	background: url(../images/template/bg_item_active.gif) repeat-x; 
}
#menu ul li.active a {
	color: #385c25;
	background: none;
}
#menu ul li ul.submenu {
	width: 177px;
	height: auto;
	position: absolute;
	top: 39px;
	left: 0px;
	padding: 5px 0px;
	background: #fff;
	z-index: 15;
	display: none;
}
#menu ul li ul.submenu li {
	width: 177px;
	height: 24px;
	position: relative;
	float: left;
	z-index: 15;
}
#menu ul li ul.submenu li a {
	width: 145px;
	height: 24px;
	position: relative;
	line-height: 24px;
	color: #82a285;
	padding: 0px 17px;
	text-decoration: none;
	background: none;
	float: none;
	z-index: 15;
}

/* Begin Frans submenu */
#menu ul li ul.submenu {
	width: 177px;
	min-width: 250px!important;
	height: auto;
	position: absolute;
	top: 39px;
	left: 0px;
	padding: 5px 0px;
	background: #fff;
	z-index: 15;
	display: none;
}
#menu ul li ul.submenu li {
	width: 177px;
	min-width: 250px!important;
	height: 24px;
	position: relative;
	float: left;
	z-index: 15;
}
#menu ul li ul.submenu li a {
	width: 145px;
	height: 24px;
	min-width: 228px!important;
	position: relative;
	line-height: 24px;
	color: #82a285;
	padding: 0px 17px;
	text-decoration: none;
	background: none;
	float: none;
	z-index: 15;
	white-space: nowrap;
}
/* Einde Frans Submenu */

#menu ul li ul.submenu li a:hover {
	text-decoration: underline;
	color: #2f6434;
}
#menu ul li.active ul.submenu li a:hover {
	text-decoration: underline;
	color: #2f6434;
	background: none;
}
#menu ul li ul.submenu li a.active {
	color: #2f6434;
	background: none;
}
#content {
	width: 900px;
	height: auto;
	position: relative;
	background: url(../images/template/bg_site.gif) 5px top repeat-y;
	z-index: 1;
	padding-left: 5px;
}
#content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#sitepath {
	width: 499px;
	height: 25px;
	position: absolute;
	top: 6px;
	left: 65px;
	z-index: 10;
	line-height: 25px;
	color: #385b25;
	font-size: 11px;
	z-index: 10;
}
#sitepath u {
	color: #385b25;
	font-size: 11px;
}
#sitepath span {
	color: #385b25;
	font-size: 11px;
}
#sitepath a {
	color: #385b25;
	font-size: 11px;
	text-decoration: none;
}
#content #left {
	width: 499px;
	height: auto;
	position: relative;
	float: left;
	padding: 68px 60px 35px 60px;
	z-index: 5;
}
#content #left .smoelenboek {
	width: 499px;
	height: auto;
}
#content #left .smoelenboek .persoon {
	width: 200px;
	height: 181px;
	position: relative;
	float: left;
	margin-right: 60px;
	margin-bottom: 17px;
}
#content #left .smoelenboek .persoon.nomargin {
	margin-right: 0px;
}
#content #left .smoelenboek .persoon .afbeelding {
	width: 200px;
	height: 115px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
#content #left .smoelenboek .persoon .afbeelding .loep {
	width: 31px;
	height: 62px;
	position: absolute;
	top: 28px;
	right: 0px!important;
	right: -1px;
	background: url(../images/template/loep.png) no-repeat;
}
#content #left .smoelenboek .persoon .gegevens {
	width: 200px;
	height: 40px;
	position: absolute;
	top: 128px;
	left: 0px;
	line-height: 20px;
	font-size: 11px;
}
#content #left .smoelenboek .persoon .gegevens strong {
	color: #2c6433;
}
#content #left .smoelenboek .detail {
	width: 458px;
	height: auto;
	position: relative;
}
#content #left .smoelenboek .detail .titel {
	width: 458px;
	height: 24px;
	position: relative;
	line-height: 24px;
	margin-bottom: 19px;
}
#content #left .smoelenboek .detail .titel strong {
	font-size: 14px;
	color: #2c6433;
}
#content #left .smoelenboek .detail .afbeelding {
	width: 458px;
	height: 305px;
	position: relative;
	margin-bottom: 22px;
}
#content #left .smoelenboek .detail .gegevens {
	width: 458px;
	height: auto;
	position: relative;
	margin-bottom: 22px;
}
#content #left .smoelenboek .detail .extra {
	width: auto;
	height: auto;
	position: relative;
}
#content #left .smoelenboek .detail .extra strong {
	width: 85px;
	height: auto;
	position: relative;
	display: block;
	float: left;
}
#content #left .smoelenboek .detail a.terug {
	width: 126px;
	height: 22px;
	line-height: 22px;
	position: relative;
	background: url(../images/template/terug.jpg) left 5px no-repeat;
	padding-left: 22px;
	display: block;
	font-size: 11px;
	text-decoration: none;
	margin-top: 22px;
}
#content #left ul {
	padding-bottom: 20px;
}
#content #left li {
	height: 1%;
	margin-left: 15px;
	padding-left: 13px;
	list-style: none;
	background: url(../images/template/li.gif) no-repeat 0px 7px;
	display: inherit;
	line-height: 22px;
}
#content #left strong {
	font-size: 12px;
	font-weight: bold;
	color: #2F6434;
}
#content #left .titel {
	width: 499px;
	height: 26px;
	position: relative;
	line-height: 26px;
}
#content #left .titel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2c6433;
	line-height: 26px;
}
#content #left .recept {
	width: 499px;
	height: auto;
	position: relative;
}
#content #left .recept .kop {
	width: 499px;
	height: 25px;
	position: relative;
	line-height: 25px;
	font-weight: bold;
	background: #d5d165;
}
#content #left .kop .kolom1, #content #left .kop .kolom2, #content #left .kop .kolom3 {
	width: 143px;
	height: 25px;
	position: relative;
	line-height: 25px;
	font-weight: bold;
	float: left;
	color: #2f6434;
	padding: 0px 8px;
}
#content #left .content {
	width: 499px;
	height: auto;
	position: relative;
}
#content #left .content #kolom1, #content #left .content #kolom2, #content #left .content #kolom3 {
	width: 143px;
	height: auto;
	position: relative;
	line-height: 25px;
	float: left;
	padding: 0px 8px;
}
#content #left .content #kolom1 .veld, #content #left .content #kolom2 .veld, #content #left .content #kolom3 .veld {
	width: 49%;
	height: auto;
	position: relative;
	float: left;
}
#content #left .recepten {
	width: 499px;
	height: auto;
	position: relative;
}
#content #left .recepten .kop {
	width: 461px;
	height: 25px;
	position: relative;
	line-height: 25px;
	font-weight: bold;
	color: #2f6434;
	background: #d5d165;
	padding: 0px 8px;
}
#content #left .recepten .recept_titel {
	width: 461px;
	height: auto;
	position: relative;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #2F6434;
}
#content #left .recepten .content {
	width: 461px;
	height: auto;
	position: relative;
	padding: 0px 8px;
	margin-bottom: 25px;
}
#content #left .recepten .content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#content #left .recepten .content .kolom {
	width: 230px;
	height: auto;
	position: relative;
	line-height: 25px;
	float: left;
}
#content #right {
	width: 281px;
	height: auto;
	position: relative;
	float: right;
	z-index: 5;
}
#content #right .overlay {
	width: 281px;
	height: 204px;
	position: absolute;
	right: 0px!important;
	right: -1px;
	bottom: 0px!important;
	bottom: -1px; 
	z-index: 25;
	background: url(../images/template/evenaar.png) no-repeat;
}
#content #right.album {
	background: #fff;
	padding-bottom: 15px;
}
#content #right #foto {
	width: 262px;
	height: 254px;
	position: relative;
	padding-top: 19px;
	padding-left: 19px;
}
#content #right #foto .lightbox_loep {
	width: 31px;
	height: 62px;
	position: absolute;
	top: 109px;
	right: 19px!important;
	background: url(../images/template/loep.png) no-repeat;
}
#content #right #foto img {
	width: 243px;
	float: left;
}
#content #right .thumbs {
	width: 262px;
	height: auto;
	position: relative;
	padding-left: 19px;
}
#content #right .thumb {
	width: 75px;
	height: 75px;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
#content #right .thumb img {
	float: left;
	width: 75px;
	height: auto;
	cursor: pointer;
}
#content #right .thumb.nomargin {
	margin-right: 0px;
}
#content #right .sfeer {
	width: 281px;
	height: 541px;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
#content #right .sfeer iframe {
	width: 281px;
	height: 541px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
#content #right .sfeer img {
	width: 281px;
	height: 541px;
	position: relative;
	float: left;
}
#formulier {
	width: 499px;
	height: auto;
	position: relative;
}
#formulier .field {
	width: 499px;
	height: auto;
	position: relative;
	margin-bottom: 12px;
	float: left;
}
#formulier .field .aanhef {
	width: 39px;
	height: 27px;
	position: relative;
	float: left;
	line-height: 27px;
	padding-left: 31px;
	background: url(../images/template/radio.gif) no-repeat 10px 9px;
	cursor: pointer;
}
#formulier .field .aanhef.checked {
	background: url(../images/template/radio_checked.gif) no-repeat 10px 9px;
}

#formulier .field .label {
	width: 147px;
	height: 27px;
	position: relative;
	line-height: 27px;
	float: left;
	color: #434343;
}
#formulier .field .input {
	width: 275px;
	height: 27px;
	position: relative;
	float: left;
	background: url(../images/template/bg_input.gif) no-repeat left top;
}
#formulier .field label.error, #formulier .field_textarea label.error {
	width: 271px;
	height: auto;
	position: relative;
	margin-left: 147px;
	padding: 5px 2px;
	float: left;
}
#formulier .field span.icon, #formulier .field_textarea span.icon {
	width: 17px;
	height: 20px;
	padding: 6px 0px 0px 16px;
	position: relative;
	float: left;
}
#formulier .field .input input {
	width: 263px;
	height: 16px;
	position: relative;
	padding: 4px;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	margin: 1px 0px 0px 2px;
}
#formulier .field_textarea .label {
	width: 147px;
	height: auto;
	position: relative;
	line-height: 27px;
	float: left;
}
#formulier .field_textarea {
	width: 499px;
	height: auto;
	position: relative;
	margin-bottom: 6px;
	float: left;
}
#formulier .field_textarea .textarea {
	width: 275px;
	height: 167px;
	position: relative;
	float: left;
	background: url(../images/template/bg_textarea.gif) no-repeat left top;
}
#formulier .field_textarea .textarea textarea {
	width: 260px;
	height: 151px;
	position: relative;
	padding: 4px;
	overflow: auto;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	margin: 3px 0px 0px 2px;
}
#formulier .verzenden {
	width: 349px;
	height: 32px;
	position: relative;
	padding-left: 150px;
	float: left;
}
#formulier .verzenden .submit {
	width: 107px;
	height: 32px;
	position: relative;
	cursor: pointer;
	background: url(../images/template/verzenden.gif) no-repeat;
	border: none;
}
.melding {
	width: auto;
	height: auto;
	padding: 15px;
	background: #ffa3a3;
	position: relative;
	margin-bottom: 15px;
}
#footer {
	width: 900px;
	height: 65px;
	position: relative;
	background: url(../images/template/bg_footer.gif) no-repeat 5px top;
}
#footer .realisatie {
	width: 400px;
	height: 32px;
	position: absolute;
	left: 102px;
	top: 19px;
	text-align: left;
	color: #7f9b70;
	font-size: 11px;
}
#footer .realisatie span {
	padding: 0px 10px;
	color: #7f9b70;
	font-size: 11px;
}
#footer .realisatie a {
	font-size: 11px;
	color: #7f9b70;
	text-decoration: underline;
}
#footer .realisatie a:hover {
	color: #7f9b70;
	text-decoration: none;
}

.address {
	margin-bottom: 39px;
}

.address td {
	width: 210px;
	height: auto;
	position: relative;
}

.address td span {
	width: 74px;
	color: #434343;
	float: left;
	font-weight: bold;
}