html {
	overflow-y: scroll;
	height: 100%;
}

body,html {
	margin:0px;
	padding: 0px;
	background-color:#FFF;
}



/* page layout - don't show in large */

#logo_holder_small_screen {
	display:none;
}



#header_menu {
	margin-top:0px;
	width:100%;
	height:100px;
	min-width:1000px;
	position: fixed;
	z-index:35;
	overflow:visible;
	display:block;
	

	background-color: rgba(255,255,255,1.0);

	background-image:url(../graphics/bg_repeat_greek.png);
	background-repeat:repeat-x;
	background-position:bottom;

	-moz-box-shadow: 0px 6px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 6px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 4px rgba(0,0,0,0.4);

	/*
	background-image:url(../graphics/bg_header_repeat.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-bottom: solid 2px #00acc8;
	*/
}

#header_menu_layer {
	position:relative;

	width:100%;
	min-width:1000px;
	max-width:1200px;

	left:0px;
	top:0px;
	overflow:visible;
	height:100%;
	
}




#header_illustrations {
	position:relative;
	margin-top:0px;
	top:100px;
	width:100%;
	height:auto;
	min-width:1000px;
	z-index:10;
	overflow:visible;
	display:table;
	
	background-color: rgba(255,255,255,1.0);
	background-image:url(../graphics/bg_repeat_header.jpg);
	background-repeat:repeat-x;
	background-position:center;
}


#header_illustrations_layer {
	position:relative;

	width:100%;
	min-width:1000px;
	max-width:1200px;

	height:auto;
	left:0px;
	top:0px;
	overflow:visible;
	display:table;
	
	background-color: rgba(255,255,255,1.0);
	border-right: solid 3px #00457c;
	border-collapse:collapse;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.header_illustrations_holder {
	position:relative;
	width:25%;
	height:auto;
	float:left;
	
	border-left: solid 3px #00457c;
	border-collapse:collapse;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	/*
	*/
}


#div_logo_holder_large_screen{
	position:absolute;
	top:100px;
	width:100%;
	min-width:1000px;
	height:300px;

	z-index:15;
}
#div_logo_large_screen {
	position:relative;
	width:100%;
	min-width:994px;
	max-width:1194px;
	height:300px;

	background-image:url(../graphics/bg_logo.png) !important;
	background-repeat:no-repeat !important;
	background-position:center left !important;

	z-index:15;
}


#logo_large_screen {
	float:left;
	margin: 70px 0px 0px 20px;
	width:425px;
	height:150px;
	vertical-align:middle;
}





page_holder {
	float:left;
	display:block;
	width:100%;
	min-width:1000px;
	height:auto;
	min-height:100px;
	position:relative;
	z-index:15;
	top:100px;
	left:0px;
	overflow:visible;
	text-align:left;

	background-color: rgba(255,255,255,1.0);

	background-image:url(../graphics/bg_repeat_greek.png);
	background-repeat:repeat-x;
	background-position:top;

	-moz-box-shadow: 0px -6px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -6px 4px rgba(0,0,0,0.4);
	box-shadow: 0px -6px 4px rgba(0,0,0,0.4);
}

#div_page_content_holder {
	position:relative;
	width:100%;
	padding: 24px 0px 0px 0px;
}
#div_page_content_holder2{
	position:relative;

	width:100%;
	min-width:1000px;
	max-width:1200px;
	height:auto;

	-moz-box-shadow: inset -300px 0px 0 0 rgba(0,69,124,1.0);
	-webkit-box-shadow: inset -300px 0px 0 0 rgba(0,69,124,1.0);
	box-shadow: inset -300px 0px 0 0 rgba(0,69,124,1.0);
	/*

	background-color: rgba(255,255,255,1.0);
	background-image:url(../graphics/bg_repeat_page_home.png);
	background-repeat:repeat-y;
	*/

	display:inline-block;
	top:0px;
}


#div_page_text_holder{
	position:relative;
	width:860px;
	float:left;
	top:0px;
	margin: 0px 0px 0px 0px;
	padding:25px 0px 25px 5px;
	
	/*
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	*/
}
#div_page_text_holder_inner{
	position:relative;
	width:100%;
	text-align:left;
	height:auto;
	
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#div_right_collumn_holder{
	position:relative;
	width:260px;
	float:right;
	right:0px;
	display:block;
	height:auto;
	text-align:left;
	vertical-align:top;
	padding:25px 20px 20px 20px;
}
#div_right_collumn_holder_inner{
	position:relative;
	width:260px;
}


#dyn_content_holder {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	float:right;
	margin: 20px 0px 0px 0px;
	padding: px 0px 0px 0px;
	
	/*
	border-top:none;
	border-bottom: none;
	border-top:solid 1px #C3002F;
	border-bottom:solid 1px #00833d;
	*/
}

#dyn_nieuws_header_holder {
	position:relative;
	display:block;
	width:135px;
	height:auto;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#dyn_nieuws_holder {
	position:relative;
	display:block;
	width:690px;
	height:auto;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;

	border-left:solid 2px #00457c;
}

.table_menu{
	max-width:600px;
}

.td_menu_cat_header{
	padding:0px 0px 15px 0px;
	text-align:left;
	vertical-align:top;
	color:#99d1fe !important;
}
.td_menu_item{
	padding:0px 20px 15px 0px;
	text-align:left;
	vertical-align:top;
}
.td_menu_price{
	padding:0px 0px 15px 0px;
	text-align:right !important;
	vertical-align:top;
}



.ul_pages{
	margin:0px 0px 25px -10px;
}
.li_pages{
	padding-left:5px;
	margin-bottom:8px;
	padding-top:5px;
	line-height:1.4;
	color:#99d1fe;
}



.picture{
	border:solid;
	border-color:#00457c;
	border-width:1px;
}

.picture_margin_bot_left {
	border:outset 1px #00457c;
	margin:0px 0px 0px 10px;
	float:right;
}

.picture_margin_bot_right {
	border:outset 1px #00457c;
	margin:0px 10px 0px 0px;
	float:left;
}


.td-panel{
	overflow: hidden;
}
.div-panel{
	display:none;
	padding: 5px 0px 5px 0px;
}
.span_trigger{
	cursor:pointer;
	font-weight:700;
	color:#99d1fe;
}



#div_plan_route_holder{
	padding-bottom:30px; 
	height:30px;
}

#div_plan_route_txt{
	float:left;	
}
#div_plan_route_but{
	float:right;
	padding-right:5px;	
}


#iframe_outer,
.iframe_outer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#iframe_outer iframe,
.iframe_outer iframe {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;

	border-top:solid 1px #339999;
	border-left:solid 1px #339999;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}




/*contact form*/

#div_cf_main{
	width:100%;
}
#div_cf_inner{
	width:100%;
}
.div_cf_txt,
.div_cf_txt_error,
.div_cf_fields_label{
	width:100%;
	text-align:left !important;
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	line-height:25px;
	color: #333333;
}
.div_cf_txt_error{
	color: #FF0000;
	padding-bottom:15px;
	font-weight:700;
}
.div_cf_fields_holder,
.div_cf_fields_holder_zip_city{
	width:100%;
	height:40px;
	display:table;
}
.div_cf_fields_label,
.div_cf_field,
.div_cf_field_zip,
.div_cf_field_city,
.div_cf_field_subject{
	width:220px;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
}
.div_cf_field{
	width:300px;
}
.div_cf_field_zip{
	width:80px;
}
.div_cf_field_city{
	width:220px;
}
.div_cf_field_subject{
	width:390px;
}
.div_cf_field_msg{
	width:615px;
	height:auto;
	display:block;
}
.div_cf_fields_holder_cap{
	width:100%;
	height:70px;
	display:block;
}
.div_cf_captcha,
.div_cf_field_captcha{
	width:220px;
	height:60px;
	display:block;
	float:left;
	line-height:18px;
	vertical-align:bottom;
}
.div_cf_button{
	width:200px;
	height:60px;
	display:block;
	float:right;
	vertical-align:bottom;
	bottom:0px;
	text-align:right;
}


.div_cf_recaptcha{
	width:274px;
	height:70px;
	display:block;
	float:left;
	vertical-align:bottom;
}




.buttonstyle{
	background-color: #00457c;
	width: 140px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	border-width: 1px;
}













footer_layer {
	width:100%;
	min-width:1000px;
	position:relative;
	z-index:35;
	top:100px;
	left:0px;
	height:70px;
	display:table;

	background-color: rgba(255,255,255,1.0);

	background-image:url(../graphics/bg_repeat_greek.png);
	background-repeat:repeat-x;
	background-position:top;

	/*
	border-top:#a5131a solid 2px;
	bottom:0px;
	background-image:url(../graphics/bg_footer_repeat.png);
	background-repeat:repeat-x;
	*/
}
#div_footer_holder{
	float:left;
	position:relative;
	width:100%;
	min-width:1000px;
	height:auto;
	top:24px;

	background-color: rgba(255,255,255,1.0);
	background-image:url(../graphics/bg_repeat_header.jpg);
	background-repeat:repeat;
}
#div_footer_content_holder{
	position:relative;

	width:100%;
	min-width:1000px;
	max-width:1200px;
	height:46px;
	
	padding:0px 0px 0px 0px;
	/*
	background-image:url(../graphics/bg_footer.png);
	background-repeat:no-repeat;
	*/
}

#div_footer_content_naw,
#div_footer_content_smenu,
#div_footer_content_wdby{
	float:left;
	width:350px;
	position:relative;
	top:8px;
	
}
#div_footer_content_naw{
	margin-left:8px;
}
#div_footer_content_smenu{
	width:600px;
	float:right;
	margin-right:20px;
}
#div_footer_content_wdby{
	float:right;
	margin-right:0px;
}

#div_footer_content_naw_txt,
#div_footer_content_smenu_txt,
#div_footer_content_wdby_txt{
	width:auto;
	position:relative;
	text-align:left;
}
#div_footer_content_smenu_txt,
#div_footer_content_wdby_txt{
	text-align:right;
}






