html {
	/*
	overflow-y: scroll;
	height: 100%;
	*/
}

body,html {
	margin:0px;
	padding: 0px;
	background-color:#e0e0e0;
	
	/*
	background-image:url(../graphics/bg_DOG.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	*/
}

#nav,
.menu_tabs_li,
a,
ul.dropdown li {
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
}
/*
ul.tabs li,
*/


/* page layout - don't show in large */

#menu_holder_small,
#header_bg_small,
#youtube_icon_holder_small {
	display:none;
}



/* page layout etc */
#site_bg_repeat {
	width:100%;
	height:100%;
	display:block;
	position:fixed;	
	background-image:url(../graphics/bg_repeat.png);
	background-attachment:fixed;
	background-repeat:repeat;
	z-index:8;
}

#header_bg_banner,
#header_bg_illustrations,
#header_illustrations,
#header_logo_menu {
	margin-top:0px;
	top:50px;
	width:100%;
	height:225px;
	min-width:1000px;
	position:absolute;
	overflow:visible;
	display:table;
	
	/*
	background-image:url(../graphics/bg_repeat_top_bg_banner.png);
	background-repeat:repeat-x;
	*/
}
#header_bg_banner,
#header_bg_illustrations {
	z-index:3;
	top:72px;
	height:176px;
}
#header_bg_banner_color {
	
	width:100%;
	height:176px;
	float:right;
	
	background-image: linear-gradient(90deg, #e0e0e0, #333333);
	
	/*
	width:50%;
	background-color:#000000;
	*/
}

#header_bg_illustrations {
	z-index:5;
}
#header_illustrations {
	z-index:20;
}
#header_bg_illustrations_holder,
#header_illustrations_holder{
	display:block;
	position:relative;
	top:0px;

	width:1000px;
	padding:0px 0px 0px 0px;
}

#header_bg_illustrations_layer {
	width:885px;
	height:176px;
	float:right;

	margin-top: 0px;
	background-image: linear-gradient(90deg, #e0e0e0, #333333);
	/*
	background-color:#000000;
	*/
}

#header_illustrations_layer,
#header_illustrations_layer_middle,
#header_illustrations_layer_right {
	width:295px;
	height:170px;
	float:right;
	
	margin-top: 25px;

	/*
	border-top:solid 2px #c0d72f;
	border-left:solid 2px #d9f235;
	border-right:solid 2px #484f54;
	border-bottom:solid 2px #484f54;
	*/
}


#header_logo_menu {
	z-index:30;
	top:50px;
	height:225px;
}
#header_logo_menu_holder {
	display:block;
	position:relative;
	top:0px;

	width:1000px;
	padding:0px 0px 0px 0px;
}

#header_logo_menu_layer {
	width:1000px;
	height:225px;
	float:left;

	margin-top: 0px;
}

#logo_holder{
	display:block;
	position:relative;
	left:0px;
	top:0px;
	float:left;

	width:225px;
	padding:0px 0px 0px 0px;

	/*
	-moz-box-shadow: 6px 6px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 6px 6px 4px rgba(0,0,0,0.5);
	box-shadow: 6px 6px 4px rgba(0,0,0,0.5);
	*/
}

#logo_image {
	width:225px;
	height:225px;
}

#name_holder{
	display:block;
	position:relative;
	right:0px;
	bottom:0px;
	float:right;

	width:518px;
	padding:0px 0px 0px 0px;
}

#name_image {
	width:518px;
	height:45px;
	
	margin-top:153px;
}

#menu_holder_large {
	position:absolute;
	width: 200px;
	height:auto;
	top: 40px;
	left: 10px;
	
	display:table;
}









/* page layout - holders content etc */

page_holder {
	top:248px;
	display:block;
	width:100%;
	min-width:1000px;
	position:relative;
	z-index:12;
	left:0px;
	overflow:visible;
	text-align:left;
}
#div_page_content_holder {
	position:relative;
	width:100%;
	height:auto;
}
#div_page_content_holder_inner,
#div_page_content_holder_inner2 {
	position:relative;
	width:100%;
	height:auto;
	min-width:1000px;
	max-width:1000px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:table;
}
#div_page_content_holder_inner2 {
	min-width:881px;
	max-width:881px;
	/*left:115px;*/
	float:right;
	margin-bottom:0px;

	background-color: rgba(255,255,255,0.9);
	background-image:url(../graphics/bg_repeat_page.jpg);
	background-repeat:repeat-y;
	
	border-left:solid 2px #990000;
	border-right:solid 2px #000000;
	border-bottom:solid 2px #000000;

	border-radius: 0px 0px 100px 0px;
	-moz-border-radius: 0px 0px 100px 0px;
	-webkit-border-radius: 0px 0px 100px 0px;

	-moz-box-shadow: -6px 6px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: -6px 6px 3px rgba(0,0,0,0.4);
	box-shadow: -6px 6px 3px rgba(0,0,0,0.4);
}


#div_page_text_holder{
	position:relative;
	display:table;
	width:520px;
	float:left;
	top:0px;
	left: 85px;
	padding:20px 20px 20px 20px;
	margin:0px 0px 0px 0px;
	
	/*
	background-image:url(../graphics/bg_repeat_watercolorpaper_white.jpg);
	border-right: 1px solid #45192a;
	border-bottom: 1px solid #45192a;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 6px 6px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 6px 6px 3px rgba(0,0,0,0.4);
	box-shadow: 6px 6px 3px rgba(0,0,0,0.4);
	*/
}

#div_page_text_holder_inner{
	position:relative;
	width:100%;
	height:auto;
	min-height:500px;
	padding-bottom:0px;
}




#div_right_collumn_holder{
	position:relative;
	width:205px;
	float:right;
	top:0px;
	right:0px;
	height:auto;
	display:table;

	padding:20px 13px 20px 0px;
	margin:0px 0px 0px 0px;
}
#div_right_collumn_holder_inner{
	position:relative;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#div_right_collumn_banner_holder {
	width:203px;
	height:271px;
	float:none;

	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
}

#div_right_collumn_quote_holder,
#div_right_collumn_icons_holder {
	position:relative;
	width:208px;
	height:auto;
	float:none;

	margin:20px 0px 0px 0px;
}

#youtube_icon_holder,
#facebook_icon_holder,
#linkedin_icon_holder {
	width:25px;
	height:25px;
	position:relative;
	cursor:pointer;
	float:left;
	
	margin:10px 10px 0px 0px;
}


#dyn_content_holder {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	float:right;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
	
	/*
	border-top:none;
	border-bottom: none;
	*/
	border-top:solid 1px #990000;
	border-bottom:solid 1px #000000;
}

#dyn_uitgelicht_holder,
#dyn_video_holder {
	position:relative;
	display:block;
	width:47%;
	height:auto;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 5px 0.5% 0px 0.5%;
	
}
#dyn_uitgelicht_holder {
	float:left;
	border-top:none;
	border-bottom: none;
}
#dyn_video_holder {
	border-top:none;
	border-bottom: none;
}



.picture{
	border-top:solid 1px #990000;
	border-left:solid 1px #990000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}

.picture_margin_bot_left {
	border-top:solid 1px #990000;
	border-left:solid 1px #990000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	margin:0px 0px 0px 10px;
	float:right;
}

.picture_margin_bot_right {
	border-top:solid 1px #990000;
	border-left:solid 1px #990000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	margin:0px 10px 0px 0px;
	float:left;
}

.page_illus_extra {
	border:solid 1px #000000;
	float:right; 
	margin:0px 0px 10px 10px;
	
	width:200px;
}


#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 #990000;
	border-left:solid 1px #990000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}












footer_layer {
	width:100%;
	min-width:1000px;
	position:relative;
	z-index:10;
	top:248px;
	height:40px;
	display:block;
	padding-bottom:15px;
	/*
	background-image:url(../graphics/bg_repeat_footer.jpg);
	background-repeat:repeat-x;
	*/
}
#div_footer_holder{
	position:relative;
	width:100%;
	min-width:1000px;
	z-index:10;
	height:auto;
}
#div_footer_content_holder{
	position:relative;
	width:1000px;
	height:auto;
	display:table;
	margin-top:5px;
	/*
	background-image:url(../graphics/bg_footer.png);
	background-repeat:no-repeat;
	*/
}

#div_footer_content_smenu {
	float:left;
	width:775px;
	position:relative;
	top:0px;
	
}

#div_footer_content_smenu{
	float:right;
	margin-right:3px;
}
#div_footer_content_wdby{
	float:left;
	margin-left:115px;
	padding-top:5px;
}

#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:left;
}

#fb_footer {
	width:20px;
	vertical-align:text-bottom;
}






