html {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
    background: url("../../wpimages/reddingsboot.png") no-repeat center center fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;	
	margin:0;
	padding:0;	
	overflow-y:auto;
	overflow-x:auto;	
}

body {
	margin:0px;
	padding:0px; 
}


/**************************  div_headerbalk  **************************/

header {
	width:100%;

	background:red; /* #414852; lavender */
	position:absolute;	/*fixed */
	color:#fff;
	text-align:left;
	top:0px; 
	z-index:100;
	font-weight:bold;
	opacity:.8;
}

div#div_headerbalk {
    background-color: midnightblue;
    padding: 0.2em 0;
    width: 100%;
}

span.head {
	height: 30px;
	line-height: 30px;
	color:white;
	font-size:22px;
}



/***** MENU *****/
div#div_headermenu {
    background-color: chocolate;
    border-top: 1px solid white;
    width: 100%;
}

div#div_headermenu:after {
    clear: both;
    content: " ";
    display: table;
}

div#div_headermenu ul {
    list-style-type: none;
}

/*Set the parent <li>’s CSS position property to ‘relative’.*/
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: chocolate;
}

ul li {
	display: block;
	position: relative;
	float: left;
	background: chocolate;
}

/* The CSS to hide the sub menus.*/
li ul { display: none;}
ul li a {
	display: block;
	padding: 0.6em;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
}
ul li a:hover { background: midnightblue; }


/*Displays the dropdown menu on hover.*/
li:hover > ul {
	display: block;
	position: absolute;
	z-index: 2;

	border-left: 1px solid white;
	border-right: 1px solid white;
}

li:hover li { float: none; 	 border-bottom: 1px solid white;}
li:hover a { background: #2F2FD6; }/*midnightblue  #191970*/
li:hover li a:hover { background:  Red;} /*rood*/
.main-navigation li ul li { 
	border-top: 0;
}


/*Displays second level dropdown menus to the right of the first level dropdown menu.  steelblue*/
ul ul ul {
  left: 100%;
  top: 0;
}

/*Simple clearfix.*/
ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */

}
ul:after { clear: both; }	

/**** EINDE MENU ****/



/************************** footer **************************/

footer {
	width:100%;
	height:30px;
	background:midnightblue; 
	position:fixed;
	color:#fff;
	text-align:center;
	bottom:0px; 
}	

	
span.footer {
	height: 30px;
	color:white;
	font-size:16px;		
	display:inline-block; 
	vertical-align:middle
}
span.txtPHP {
	font-size:12px;		
}	 

div#div_footerinhoud {
    padding: 0.3em 0;
    text-align: center;
    width: 100%;
	background-color:midnightblue;	
}



/************************** logo vak **************************/

div#logovak {
	width:100%;
	left: 0;

	padding-top: 5px;
	background:Lavender; /* tranparent; */
	height:110px;
    opacity: 0.6;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.logo {
	width:100px;
	height:100px; 
	vertical-align:text-top; 
	padding: 3px 3px 3px 8px; 
	text-align: left;
}

.welkom {
	position:relative;
	top:-50px;
	font-size:28px;
	font-weight:bold;
	font-style: italic;
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

.log_out {
   	float: right;
	padding-top:10px;
	padding-right:20px;
	text-decoration:none;
	font-size:12px;
}

/************************** middenvlak **************************/

.content {
	top:0px;
	width:100%;
	height:100%;
	margin-top:20px;
				float:left; 
	
/*  height:100vh;  */
	padding:0;
	/*padding: 70px 0 0 0px;  header en footer; */
	background-color:tranparent; /* tranparent lavendel; */

	
	opacity: 1;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
		 

div#scrollable2 {
	margin-top:0px;
	background:tranparent;
	/*background: url("../../wpimages/reddingsboot.jpg") no-repeat center center fixed; 	*/
}







input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance : none; margin : 0; }
input[type=number] { -moz-appearance : textfield; }

input[type=text], input[type=password]{
	width: 100%; 
	box-sizing: 		border-box;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing: 	border-box;
	padding-right:6px;
	padding-left:6px;
	text-align:left;
	font-size:13px
}

input[type=tel], input[type=number] {
	width: 100%; 
	box-sizing: 		border-box;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing: 	border-box;
	padding-right:6px;
	padding-left:6px;
	text-align:right;
	font-size:13px
}

input[type=date] {
	width: 100%; 
	box-sizing: 		border-box;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing: 	border-box;
	text-align:right;
	font-size:13px
}


input[type=submit], input [type=button], button[type=submit]{ 
	width: 100%; 
	box-sizing: 		border-box;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing: 	border-box;
	
	text-align:center;
	min-width:35px;
	font-size:13px
}

 input[type=file]{
	 color:blue;
	 font-weight:bold;
}

select{ 
	width: 100%;
	box-sizing:         border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	text-align: center;
	font-size:13px;
}

section {
	height:75px;
	width:100%;
	background-size:cover;
	background-attachment:fixed;
}
