*{
	margin:0;
	padding:0;
}

body{
	background:#d1cec7;
	font-family:Arial, Helvetica;
	font-size:12px;
}

/* GENERAL LAYOUT */

#PlayerBezoom{
	max-width:100%;
	height:100%;
}

h1{
	font-family:Georgia;
	font-size:40px;
	font-style:italic;
	font-weight:normal;
	color:#1c273a;
	padding-bottom:20px;
	border-bottom:1px solid #b4b4b4;
	display:inline-block;
	margin-bottom:20px;
	line-height:35px;
}

h2, .h2{
	font-weight:normal;
	font-family:Georgia;
	font-size:23px;
	color:#555970;
	line-height:30px;
	padding-bottom:25px;
}

div>img{
	width:100%;	
}

#captcha{
	max-width:190px;
}

#content p{
	padding-bottom:30px;
}

#content h2.name a{
	color:#555970;
	text-decoration:none;
}

#content h2.name a:hover, #content .msg:hover .name{
	color:#868fbf;
}

.warning{
	color:#a34646;
}

.success{
	color:#5cae71;
}

a img{
	border:0;
	max-width:100%;
	height:auto;
}

#content a{
	color:#bba180;
}

.clearboth{
	clear:both;
}

#contentwrap{
	background:url('../images/bg_mid.jpg') repeat-y;
	background-position:center;
}

#menuwrap, #footerwrap{
	background:url('../images/bg_top.jpg') no-repeat;
	background-position:center;
	height:113px;
}

#footerwrap{
	background:url('../images/bg_bot.jpg') no-repeat;
	background-position:center;
	height:115px;
}

#content, #menu, #footer{
	max-width:960px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/* END GENERAL LAYOUT */

/* MENU */

#menu{
	padding-top:60px;
	height:43px;
}

#menu>ul{
	background:url('../images/bg_menu.jpg') repeat-x;
	display:inline-block;
	max-width:960px;
	width:100%;
}

#menu>ul li{
	position:relative;
}

#menu li{
	float:left;
	list-style-type:none;
	text-transform:uppercase;
	font-size:13px;
}

#menu li.sel a{
	padding:14px 24px;
}

#menu li a{
	display:block;
	color:#ececec;
	text-decoration:none;
	padding:14px 24px;
}

#menu li a:hover{
	color:#e5c499;
}

#menu li:hover .submenu{
	display:block;
}

#menu li.sel{
	background:url('../images/bg_menu_sel.jpg') repeat-x;
}

#menu li.sel>a, #menu li.sel>a:hover{
	color:#5d5f67;
}

#menu .submenu{
	position:absolute;
	top:43px;
	left:0;
	max-width:192px;
	display:none;
}

#menu .submenu li a{
	padding:10px;
}

#menu .submenu li.sel a{
	color:#e5c499;
}

#menu .submenu li{
	float:none;
	background:#555970;
	color:#ececec;
}

#menu .submenu li:first-child{
	padding:0;
	height:10px;
	background:#bba180;
}

/* END MENU */

/* HEADER */

#header{
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
	width:100%;
	margin-bottom:5px;
}

/* END HEADER */

/* FOOTER */

#footer{
	height:43px;
	background:url('../images/bg_menu.jpg') repeat-x;
}

#footer ul li{
	float:left;
	list-style-type:none;
	padding:13px 0px 13px 11px;
	color:#e5c499;
}

#footer ul li.title{
	background:url('../images/bg_footer.jpg') repeat-x;
	color:#5d5f67;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	padding:14px;
}

#footer ul li a{
	color:white;
}

/* END FOOTER */

/* CONTENT */

#content{
	background:#efefef;
	max-width:960px;
	width:100%;
	font-size:14px;
	color:#555;
	line-height:22px;
	position:relative;
}

#contentinner{
	overflow:hidden;
	padding:35px;
}

#contentinner ul{
	margin-left:20px;
	margin-top:10px;
}

#contentinner ul li{
	list-style-type:none;
	background:url('../images/listitem.gif') no-repeat;
	background-position:left center;
	padding-left:20px;
	line-height:26px;
}

#contentinner img, #gmap img{
	background:white;
	padding:7px;
	border:1px solid #e0e0e0;
	margin:11px 10px 0px 0px;
	max-width:100%;
	height:auto;
}

#gmap img{
	margin:0;
}

#contentinner ul li:hover{
	color:#868fbf;
}

#contentleft{
	max-width:580px;
	width:60%;
	float:left;
	padding:35px;
}

#contentright{
	float:left;
	padding:35px 10px;
	max-width:294px;
	width:40%;
	background:url('../images/bg_contentright.jpg') repeat-y;
	background-color:#e7e7e7;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
}
#contentright ul{
	margin-left:0px;
	margin-top:-20px;
}
#contentright ul li
{
list-style-type:none;
	background:url('../images/listitem.gif') no-repeat;
	background-position:left 7px;
	padding-left:20px;
	line-height:26px;
}
#contentright h2{
	font-family:Georgia;
	font-size:40px;
	font-style:italic;
	font-weight:normal;
	color:#1c273a;
	padding-bottom:20px;
	border-bottom:1px solid #b4b4b4;
	display:inline-block;
	margin-bottom:20px;
	line-height:35px;
}

#content.wie table{
	border-collapse:collapse;
	width:100%;
}

#content.wie table tr td{
	padding-bottom:15px;
	border-top:1px solid #d5d5d5;
	max-width:120px;
}

#content.wie table tr:first-child td{
	border-top:0;
}


/* END CONTENT */

/* HOME */

#homecats{
	max-width:960px;
	width:100%;
	max-height:250px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	background:#ededed;
}

#homecats table{
	border-collapse:collapse;
	cellspacing:0;
	cellpadding:0;
}

#homecats table tr td{
	padding:0;
	padding-left:10px;
}

#homecats table tr td:first-child{
	padding-left:0;
}

#homecats table tr td a{
	display:block;
	height:37px;
	background:url('../images/bg_menu.jpg') repeat-x;
	text-transform:uppercase;
	color:white;
	text-decoration:none;
	line-height:37px;
	text-align:center;
}

#homecats table tr:first-child td a{
	height:auto;
	background:none;
	line-height:0;
}

#homecats table tr:first-child td img{
	opacity:0.8;
}

#homecats table tr:first-child td:hover img{
	opacity:1;
}

#homecats table tr td a:hover{
	color:#e5c499;
}

/* END HOME */

/* CONTACT */

#content.contact{
	min-height:600px;
}

#content.contact #info{
	float:left;
}

#content.contact #info .title{
	font-weight:bold;
	margin-bottom:10px;
}

#content.contact #info li{
	list-style-type:none;
	font-size:12px;
}

#content.contact #info li:hover{
	color:#8c93ba;
}

#content.contact #gmap{
	float:right;
	margin-bottom:20px;
	margin-right:4px;
}

#contactform input[type=text]{
	padding:5px;
	max-width:274px;
	width:100%;
	border:1px solid #d3d3d3;
}

#contactform #securitycode{
	max-width:178px;
	width:100%;
}

#contactform  #textareainputfield{
	margin-top:10px;
	max-width:566px;
	width:97%;
	padding:5px;
	border:1px solid #d3d3d3;
}

#contactform #contactsubmit, #commentform #contactsubmit{
	background:url('../images/btnsend.png') no-repeat;
	max-width:138px;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	border:0;
	color:#ececec;
	font-size:14px;
	margin-top:10px;
	cursor:pointer;
}

#contacttable{
	max-width:406px;
}
#contacttable input[type=text]{
	width:46%;
}
#contacttable input[type=text]:nth-child(2), #contacttable input[type=text]:nth-child(4){
	float:right;
}

#commentform #contactsubmit{
	line-height:20px;
}

.inputfield.placeholder{
	color:#b4b4b4;
	font-style: italic;
}

#open  table{
	border:0;
	border-collapse:collapse;
	font-size:12px;
	color:#555555;
	width:100%;
}

#open table td{
	max-width:98px;
}

#open table tr td:first-child{
	padding-left:10px;
}

/* END CONTACT */

/* GALERIJ */

.album{
	float:left;
	padding-left:10px;
	min-height:250px;
}

.album h2{
	margin:0;
	padding:0;
}

.album:first-child{
	padding-left:0px;
}

.albumthumb{
	float:left;
}

#contentinner .album .albumthumb img{
	margin:15px 0px 0px 15px;
}

#contentinner .album .albumthumb img.first{
	margin:15px 0px 0px 0px;
}

/* END GALERIJ */

/* ROUWBETUIGINGEN */

#content .msg{
	width:90%;
	padding:5%;
	float:left;
	border-bottom:1px solid #dcdcdc;
	display:block;
	position:relative;
}

#content .msg:last-child{
	border-bottom:0;	
}

#content .msg a{
	text-decoration:none;
	color:#363636;
	display:block;
	float:left;
}

#content.msg.first:hover{
	border-right:1px solid #e3e3e3;
}

#content .msg strong{
	font-style:italic;
	color:#868fbf;
	font-weight:normal;
}

#content .msg img.rouw{
	padding:0;
	margin:0;
	border:0;
	background:none;
	margin-bottom:10px;
}

#content .msg .srouw{
	float:right;
	font-size:12px;
	font-family:Arial;
	font-style:normal;
	max-width:53px;
	width:100%;
	line-height:10px;
	text-align:center;
	display:block;
	position:absolute;
	right:20px;
	top:0px;
	z-index:100;
}

#content .msg .imgrouw{
	width:160px;
	padding:10px;
	background:#fff;
	border-bottom:1px solid #e0e0e0;
	float:left;
	margin:0px 15px 0px 0px;
}

.imga{
	float:left;
	display:block;
}

#contentinner.rouw .text{
	float:left;
	display:block;
	width:50%;
}

#contentinner.rouw .links{
	float:right;
}

#contentinner.rouw .links a{
	display:block!important;
	float:none;
	text-align:center;
}

#contentinner.rouw .links a:first-child{
	margin-bottom:20px;
}

h2.name{
	padding-bottom:0px;
	max-width:345px;
}

#contentinner.rouw p, #content .msg.floatright p{
	padding-bottom:5px;
}

.btn.btn-default{
	color:#1c273a;
	border:1px solid #e0e0e0;
	padding:14px 24px;
	background:#fff;
	font-size:12px;
}

#content .msg.floatright{
	min-height:100px;
	padding:0 30px 30px 30px;
	float:right;
	max-width:403px;
	border:0;
}

#content .msg.floatright .imgrouw{
	float:none;
}

#content .msg .desc{
	width:300px;
	max-width:100%;
}

#content .msg h2 span img.rouw{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.btnrouw{
	padding:5px;
	border:1px solid #d7d7d7;
	background:#e6e6e6;
	margin-top:15px;
	display:inline-block;
}

.btnrouw:hover{
	background:#dee3ff;
	border:1px solid #bbc2e9;
}



/* END ROUWBETUIGINGEN */

/* ROUWDETAIL */

#commentform{
	float:left;
	max-width:50%;
}

#commentform input{
	padding:5px;
	margin-bottom:10px;
	border:1px solid #d4d4d4;
	width:46%;
}

#commentform textarea{
	padding:5px;
	max-width:391px;
	width:100%;
	border:1px solid #d4d4d4;
}

#commentform tr td:first-child input{
	margin-left:0;
}

/* END ROUWDETAIL */
#refer
{
	text-align:right;
	max-width:960px;
	width:100%;
	margin:auto;
	clear:both;
	color:#999;
	font-size:11px;
	padding-right:25px;
	margin-top:3px;
}
#refer a
{
	color:#999;
	font-size:11px;
	text-decoration:none;
}

.mean-container .mean-bar{
	background:#5c5e75;	
}
.mean-container a.meanmenu-reveal span{
	background:#c7c3b7;
}
.mean-container .mean-nav .submenu .sel>a:first-child{
	background:#5c5e75;
	color:white!important;
}
.mean-container .mean-nav ul li.sel a.mean-expand{
	color:#5c5e75!important;
}
.mean-container .mean-nav>ul>li.sel{
	background:#c7c3b7;
}

@media screen and (max-width:1000px){
	*{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	#menuwrap{
		height:auto;	
	}
	#footer{
		background:none;	
	}
	#footer ul li.title{
		width:320px;
		max-width:100%;
		text-align:center;	
	}
	#footerwrap{
		height:auto;
		background:#62677d;	
	}
	.btnrouw{
		margin:15px 0;
		display:inline-block;	
	}
	#content .msg a{
		min-height:initial;
		float:none;	
	}
	#contentleft{
		position:static;	
	}

	#content.contact #info{
		margin-bottom:15px;
		float:none;
	}
	#content.contact #gmap{
		float:none;	
	}
	#contactform  #textareainputfield{
		width:100%;	
	}
	
	#PlayerBezoom{
		display:none;	
	}
}
@media screen and (max-width:800px){
	#content .msg .srouw, .btnrouw{
		position:static;
		float:none;
	}
}
	
@media screen and (max-width:660px){
	h1,h2, #contentright h2{
		font-size:25px;
	}
	#refer{
		text-align:left;
		padding:10px;
	}
	
	#homecats table tr:last-child td a{
		font-size:10px;
		line-height:initial;
		padding-top:5%;	
	}
	#contentinner ul li{
		background-position:left top 7px;	
	}
	#content .msg{
		width:100%;
		max-width:initial;
		border:1px solid #dedede;
		margin-bottom:30px;
	}
	#contentinner>div:first-child{
		display:none;
	}
	#content .msg.floatright{
		float:none;
		margin-bottom:15px;
	}
	#commentform{
		max-width:100%;
	}
	#content .msg .srouw, .btnrouw{
		float:none;	
	}
	#contentleft{
		position:static;
	}
}

@media screen and (max-width:480px){
	.wie h2{
		font-size:17px;
	}
	#captcha{
		margin-top:10px;
	}
}

@media screen and (max-width:440px){
	#contentleft, #contentright{
		width:100%;
		float:none;
		max-width:100%;
		padding:15px;
	}
	#footer .address>span{
		display:block;	
	}
	.clearboth{
		display:none;	
	}
	#contentleft, #contentright{
		position:static;
	}

}
@media screen and (max-width:406px){
	#contacttable input[type=text], #contacttable input[type=text]:nth-child(2), #commentform input, #contacttable input[type=text]:nth-child(4){
		width:100%;
		margin-left:0;
		float:none;
		max-width:100%;
		margin-bottom:10px;
	}
	#contacttable input[type=text]:nth-child(2), #contacttable input[type=text]:nth-child(4){
		margin-bottom:10px;
	}
}
.embedded_video_wrap {
    width: 100%;
    position: relative;
}
.embedded_video {
    padding-bottom: 56%;
    width: 100%;
}