    /**
    * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
    * Richard Clark (http://richclarkdesign.com)
    * http://cssreset.com
    */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
background-attachment: fixed;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a {
	outline: 0;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
/* ---------- END RESET -------------- */


body {
	font-family: 'Oxygen', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.3;
	background-color:#fff;
	/*
	background-color:#fff;
	background-color:#F5F3EB;*/
	
}
#wrapper {
	background-color:#fff;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 450px;
	
	
}

.oops {
padding-top: 45px;
text-align: center;	
font-size: 20px;
background-image: url('/images.v2/mllanderbg.jpg');
background-repeat:repeat-x;
height: 375px;
color: #FFF;
}


.logo-box {
width: 850px;
margin: 0 auto;
background-color: #fff;
margin-top: -270px;	

box-shadow: 2px 2px 10px #999;
-o-box-shadow: 2px 2px 10px #999;
-webkit-box-shadow: 2px 2px 10px #999;
-moz-box-shadow: 2px 2px 10px #999;
padding: 15px;
text-align: center;
} 

.logo {
	float: left;
	width: 29.33333%;
	margin: 2%;
	height: 100px;
	position: relative;
}

.formWrapBox {
    overflow: hidden;
}

.logo a {
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #EFEFEF;
}

.logo a img{
	float: left;
    height: auto !important;
    max-height: 90px;
    max-width: 90%;
    width: auto !important;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	margin: auto;
    left: 0;
}

.contentHome {
	padding-bottom: 50px;
}
.clear-fix {
	clear: both;
	line-height: 1px;
}

.metareg {
	width: 96%;
	clear: both;
	float: left;
margin: 2%;
	}

/*---------------------------------------------------------------------
opmaak algemeen
---------------------------------------------------------------------*/
h2, h3, h4 {
	font-weight: normal;
}
h1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 1px #999;
	font-weight: normal;
}

h2 {
	
	font-size: 18px;
}

h3 {
	
	font-size: 16px;
}
h4 {
	
	font-size: 14px;
}
a {
	color: #333;
}
a:hover {
	color: #7db9e8;
}




p {
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clear-fix {
	clear: both;
	line-height: 1px;
}


.logo {

}