/*
	rood: #e4212f   nieuw: #e4212f
	geel: #ddc49a   nieuw: #efe2cc
*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);


html, body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}
body {
	background: url('../img/footerbg4.png') no-repeat center bottom;
	padding-bottom: 270px;
	position: relative;
}
.wrap {
	width: 1024px;
	margin: 40px auto 0px auto;
}
.topbar {
	width: 1024px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}
.header_wrap {
	width: 100%;
	margin-top: 0px;
	/*background: #CE2330;*/
	background: #e4212f;
}
.header {
	width: 1024px;
	/* height: 60px; */
	min-height: 50px;
	margin: 0 auto;
}
.logo {
	float: left;
}
.mobiel_menuknop {
	display: none;
}
ul.hoofdmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	min-height: 50px;
}
ul.hoofdmenu li {
	display: inline-block;
	/* padding: 0 14px; */
	/* padding: 0 25px; */
	padding: 0 15px;
	height: 60px;
	height: 50px;
	line-height: 60px;
	line-height: 50px;
	position: relative;
}
ul.hoofdmenu li a {
	line-height: 60px;
	line-height: 50px;
	text-decoration: none;
	color: #efe2cc;
	font-weight: 700;
	font-size: 19px;
}

.hoofdmenu_item:hover > .submenu {
	display: block;
}

.submenu {
	display: none;
	position: absolute;
	top: 60px;
	top: 50px;
	left: 9px;
	background: #e4212f;
	z-index: 50;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.submenu li {
	padding: 0 16px !important;
	display: block !important;
	height: 30px !important;
	line-height: 30px !important;
	border-top: 1px solid #efe2cc;
}
.submenu li a {
	white-space: nowrap;
	line-height: 30px !important;
	width: 100%;
	display: block;
}



.subsubmenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -1px;
	background: #e4212f;
	padding-left: 0;
}

.submenu li:hover > .subsubmenu {
	display: block;
}


.subsubmenu li {
	
}


.slider_wrap {

}
.slider {
	width: 1024px;
	height: 576px;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
ul.slider_container {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	height: 576px;
}
ul.slider_container li {
	padding: 0;
	margin: 0;
	width: 1024px;
	height: 576px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.slider_pager {
	display: none;
	position: absolute;
	top: 12px;
	right: 16px;
}
.slider_links {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	background: url('../img/slider_pijl_links.png');
	cursor: pointer;
}
.slider_rechts {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	background: url('../img/slider_pijl_rechts.png');
	cursor: pointer;
}

.foto_boven_wrap {
	width: 1024px;
	margin: 0 auto;
}

.foto_boven {
	width: 680px;
	height: 383px;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}



.content_links {
	float: left;
    width: 280px;
	min-height: 362px;
    padding: 20px;
    padding-top: 0;
    margin-top: -424px;
    border: 1px solid #d4d2d2;
}
.content_rechts {
	float: right;
	width: 680px;
}


.menu_nieuws_itemwrap {
	margin-bottom: 10px;
	cursor: pointer;
}
.menu_nieuws_foto {
	width: 80px;
	height: 45px;
	overflow: hidden;
	float: left;
}
.menu_nieuws_titel {
	float: right;
	font-weight: 700;
	width: 188px;
	color: #e4212f;
}
.mnt_datum {
	font-weight: 400;
	display: block;
	font-size: 14px;
	color: #5f5f5f;
}

p.grote_titel {
	font-size: 24px;
	color: #e4212f;
	font-weight: 700;
	margin: 20px 0;
}

.fotoalbum_item {
	float: left;
	width: 210px;
	height: 118px;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 25px;
}


.gastenboek_item {
	border-bottom: 1px solid #C7C7C7;
	padding: 16px;
	margin-bottom: 16px;
}

.g-recaptcha iframe {
    width: 217px;
    border-right: 1px solid #d3d3d3;
    height: 76px;
	margin-top: 10px;
}

.gastenboek_naam {
	margin: 0;
	float: left;
}
.gastenboek_date {
	margin: 0;
	float: right;
}
.gastenboek_bericht {
	margin: 0;
}

.gastenboek_form {
	width: 100%;
}
.gastenboek_label {
	margin-bottom: 0;
}
.gastenboek_input {
	width: 280px;
	outline: none;
	font-family: 'PT Sans', sans-serif;
}
.gastenboek_textarea {
	width: 278px;
	height: 150px;
	font-family: 'PT Sans', sans-serif;
	outline: none;
}
.gastenboek_submit {
	margin-top: 16px;
	background: #e4212f;
	color: #ffffff;
	padding: 6px;
	width: 120px;
	text-align: center;
	cursor: pointer;
}


.footer_wrap {
	width: 100%;
	height: 214px;
	background: url('../img/footerbg4.png') repeat center center;
}

.footer {
	width: 1024px;
	height: 214px;
	margin: 0 auto;
	position: relative;
}

.footer_2 {
	position: absolute;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	/* bottom: 40px; */
	bottom: 20px;
}
.privacy {
	margin: 0;
	text-align: center;
}
.privacy a {
	color: #ffffff !important;
}
.logo_footer {
	width: 600px;
	margin: 0 auto;
}

.copy {
	width: 500px;
	margin: 0 auto;
	bottom: 20px;
	text-align: center;
	color: #efe2cc;
	font-size: 12px;
}

/* ------------------------ Basis Stijl Elementen ------------------------ */

.clearBoth 					{ clear:both; }
img 							{ border: 0px; }

h1, h2, h3, h4, h5			{ color: #e4212f; font-weight: 700; }
h1							{ font-size: 24px; margin: 20px 0; }
h2							{ font-size: 22px; margin: 18px 0; }
h3							{ font-size: 20px; margin: 16px 0; }
h4							{ font-size: 18px; margin: 14px 0; }

p, ul, li, tr, td, li, ol, a, label		{ color: #3d3d3d; font-size: 16px; line-height: 26px; font-weight: normal; font-style: normal; }
strong 						{ font-weight: bold; }



a 							{ text-decoration: underline; color: #e4212f; }
a:active 					{ text-decoration: underline; color: #e4212f; }
a:link 						{ text-decoration: underline; color: #e4212f; }
a:visited 					{ text-decoration: underline; color: #e4212f; }
a:hover 						{ text-decoration: underline; cursor: pointer;  }


/* contactform */
.contact_fout 				{ color: red; }
.contact_row				{ margin-bottom: 3px; }
.contact_row input, 
.contact_row textarea 			{ font-family: 'PT Sans', sans-serif; outline: none; }
.contact_row input[type=text]	{ width: 320px; height: 20px; }
.contact_row textarea 			{ width: 318px; height: 150px; }
#contactform label			{ float: left; }

#submit, #sendButton						{ padding: 10px; margin-top: 10px; margin-left: 200px; display: inline-block; background: #e4212f; color: #ffffff; cursor: pointer; border: 0; outline: none;  }
#submit:hover {
	background: #BD1C27;
}
/* -------------------------------- COPYRIGHT ALL-IN-MEDIA 2013 --------------------------------- */