/**************************************************************************************************************************************************************************************************** ////////////////////////////////////////////////////////// reset section ///////////////////////
/*****************************************************************************************************************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
/**************************************************************************************************************************************************************************************************** ////////////////////////////////////////////////////////// markup section ///////////////////////
/*****************************************************************************************************************************************************************************************************/
p, td, div, ol, ul, ul a, ol a {
	font-family: georgia, Arial, verdana;
	font-size: 12px;
	font-weight: normal;
	color: #675e53;
}
a {
	font-family: georgia, Arial, verdana;
	text-decoration: none;
}
h1 {
	font-family: georgia, Arial, verdana;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-family: georgia, Arial, verdana;
	font-size: 14px;
	font-weight: bold;
}
/**************************************************************************************************html-body Section***************************************************************************************************/
body {
	text-align: center;
	background: #fff;
}
/**************************************************************************************************Framework Section ***************************************************************************************************/
#wraper {
	width: 995px;
	margin: 0 auto;
	text-align: left;
}
/**************************************************************************************************Fotobar section ***************************************************************************************************/
.fotobar {
	float: left;
	width: 358px;
	height: 743px;
}
.fotobarbox {
	width: 359px;
	height: 743px;
	background: url(../images/bigfoto.jpg) no-repeat left top;
	background-position: 0% 0%;
}
/**************************************************************************************************Content section***************************************************************************************************/
.content {
	position: relative;
	float: left;
	width: 632px;
}
html>body .content {
	overflow: hidden;
}
/*Dia style*/
.dia {
	width: 274px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 310px;
	z-index: 100;
	_cursor: hand;
	_cursor: pointer;
	/*background: url(../images/dia.png) no-repeat left top;*/
	background-position: 0% 0%;
	border: 0px solid lime;
}
/**************************************************************************************************Contentbox Section  ***************************************************************************************************/
.leeg {
	width: 590px;
	height: 102px;
	background: #ffffff;
}
.contentbox {
	width: 590px;
	min-height: 640px;
	_height: 640px;
	border: 0px solid red;
	background: #fee6c2;
}
/*Hormenu style*/
.hormenu {
	width: 590px;
	height: 40px;
	background: #987344;
	border-top: 1px solid #987344;
}
.hormenubox {
	width: 550px;
	height: 20px;
	margin: 10px 0 0 20px;
	border: 0px solid pink;
}
.note {
	width: 540px;
	height: 468px;
	margin: 50px 0 0 25px;
	border: 0px solid #000;
}
/*Title style*/
.contentbox .title {
	width: 540px;
	height: 30px;
}
html>body .contentbox .title {
	overflow: hidden;
}
.contentbox .title p {
	font-size: 14px;
	font-weight: bold;
	color: #926c3c;
}
/*Text style*/
.contentbox .text {
	width: 500px;
	height: 408px;
	margin: 20px 0 0 0px;
}
.contentbox .text p {
}
.textv {
	font-size:15px;
}
/**************************************************************************************************Formbox Section ***************************************************************************************************/
/*SmaakForm style*/
.smaakform {
	width: 500px;
	height: 408px;
	margin: 20px 0 0 0px;
}
/*contactform style*/
.smaakformlift {
	width: 485px;
	margin: 0px 0 0 0;
	border: 0px solid green;
}
html>body .smaakformlift {
	overflow: hidden;
}
/*Proeven style*/
.proeven {
	height: 40px;
	margin: 0px 0px 0 0;
	border: 0px solid #000;
}
.proeven p {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
/*Formbox style*/
.formbox {
	width: 480px;
	min-height: 210px;
	_height: 208px;
	margin: 0px 0 0 0px;
	border: 0px solid green;
}
/*Contentformtbl style*/
.tablecover {
	margin: 0px 0 0 0px;
	border: 0px solid red;
}
.smaakformtbl {
	border: 0px solid red;
}
.smaakformtbl .naaminput {
	width: 290px;
}
.smaakformtbl .mvinput {
	width: 55px;
}
.smaakformtbl .label {
	width: 110px;
	font-size: 11px;
	padding: 0 0 0 0px;
	border: 0px solid #00aad2;
}
.smaakformtbl input {
	width: 375px;
	border: 0px solid #00aad2;
/*blue*/
}
/*Submit style*/
.submit {
	height: 40px;
	text-align: right;
	border: 0px solid #000;
}
.submit .btnverzend {
	width: 80px;
	height: 20px;
	color: #9e7b4f;
	background: #fff;
	margin: 0px 0px 0 0;
	padding: 0px 0px;
	border: 0px solid #00aad2;
/*blue*/
}
/*Smaken style*/
.smaken {
	height: 40px;
	margin: 0px 0px 0 0;
	border: 0px solid #000;
}
.smaken p {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.smaken a {
	font-weight: normal;
	color: #000;
	padding: 0px 7px;
}
.clear {
	clear: both;
	color: #00aad2;
/*blue*/
	border: none;
}
/**************************************************************************************************Contfooter section ***************************************************************************************************/
.contfooter {
	width: 590px;
	height: 80px;
	background: url(../images/contfooter2.gif) no-repeat left top;
	background-position: 0% 0%;
}
html>body .contfooter {
	overflow: hidden;
}
.contfooterlift {
	width: 450px;
	height: 40px;
	margin: 22px 0 0 70px;
	color: #5b5149;
}
.contfooterlift a {
	color: #5b5149;
}
