@charset "UTF-8";
/* CSS Document */

* {
}

img {
	border:0;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/montserrat-regular-webfont.eot');
    src: url('./fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/montserrat-regular-webfont.woff') format('woff'),
         url('./fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('./fonts/montserrat-regular-webfont.svg#fenixregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('./fonts/montserrat-bold-webfont.eot');
    src: url('./fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/montserrat-bold-webfont.woff') format('woff'),
         url('./fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('./fonts/montserrat-bold-webfont.svg#fenixregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
background:#1a171b;
margin : 0;
padding : 0;
height:100%;
width:100% !important;
text-align : center;
font-size:12px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display:block;
	padding:0px;
	margin:0px;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

.none {
	display:none;
}

.block {
	display:block;	
}

h1 {
	float:left;
width:100%;
height:auto;
line-height:40px;
text-align:left;
color:#1a171b;
font-size:22px;
font-family: 'MontserratBold';
font-weight:normal;
font-style:normal;
}

h2 {
	font-size:22px;
	float:left;
	width:100%;
	text-align:left;
	height:auto;
	line-height:20px;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-family: 'Montserrat';
font-weight:normal;
font-style:normal;
}

h3 {
font-size:12px;
line-height:20px;
padding: 0 0 0 0;
margin:0 0 0 0;
font-family: 'MontserratBold';
font-weight:normal;
font-style:normal;
}

h4 {
font-family: 'Montserrat';
font-weight:normal;
font-style:normal;
font-size:12px;
text-align:left;
line-height:22px;
font-weight:normal;
margin:0;
padding:0;
}


a:link {
text-decoration:underline;

font-weight:normal;
}

a:hover {
text-decoration:underline;

font-weight:normal;
}

a:visited {
text-decoration:underline;

font-weight:normal;
}

input:focus, select:focus, textarea:focus {
 background-color:#d9eaf4;
 border-color:#1a171b;
 color:#1a171b;
}

input.checkbox {
border: 0px;
padding: 0 0 10px 0;
}

input, select, textarea {
font-size: 12px;
color: #1a171b;
border:#b7b7b7 solid 1px;
padding-left: 3px;
vertical-align:middle;
background:#f6f6f6;
margin-bottom:10px;
}

textarea {
	padding:5px;
}

input.vervolgLeft, select.vervolgLeft {
font-size:10px;
color:#6f7072;
}

a.linkMore:link, a.linkMore:visited {
	width:auto;
	height:18px;
	padding: 0 10px 0 10px;
	background:#1a171b;
	font-size:11px;
	color:#ffffff !important;
	line-height:18px;
	text-decoration:none;
}

a.linkMore:hover {
	color:#ffffff !important;
	text-decoration:none;
	background:#338dc5;

}

.left {
	float:left;
}

.right {
	float:right;
}

.menu {
	float:right;
	width:100%;
	height:auto;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
}

.menu ul{
float:left;
width:100%;
list-style:none;
margin: 0 0 0 0;
padding: 0 0 0 0;
height:auto;
}

.menu li{
display:inline;
list-style:none;
float:left;
margin: 0 0 0 0;
display: block;
height:auto;
width:320px;
}

.menu li a {
	float:left;
	width:320px;
	height:auto;
	text-align:center;
	text-decoration:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	filter: alpha(opacity=40);
	opacity:0.4;
	behavior: url(./css/PIE-2.0beta1/PIE.htc);
}

.menu li a:hover {
	filter: alpha(opacity=100);
	opacity:1.0;
	behavior: url(./css/PIE-2.0beta1/PIE.htc);
	text-decoration:none;
}

.menu li.active a {
	filter: alpha(opacity=100);
	opacity:1.0;
	behavior: url(./css/PIE-2.0beta1/PIE.htc);
	text-decoration:none;
	text-decoration:none;
	
}

.menu img {
	width:250px;
}


.box_top_body {
float:left;
width:100%;
height:auto;
}

.box_top {
width:960px;
height:auto;
padding: 0 20px 0 20px;
margin-left:auto;
margin-right:auto;
}

.header_body {
float:left;
width:100%;
height:410px;
padding:0 0 0 0;
background:#ffffff url(../images/bg_header_body.gif) repeat-x top;
}

.header-wrapper {
width:1000px;
margin-left:auto;
margin-right:auto;
height:410px;
background:none;
text-align:left;
}

.header-inner {
	position:absolute;
	width:960px;
	height:370px;
	margin-left:20px;
	margin-top:20px;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.4);
	background:#333;
}

.header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:370px;
	background:#333;
	z-index:1;
}

.header-text {
	position: absolute;
	left: 130px;
	bottom: 155px;
	width: 700px;
	height: auto;
	color: #FFFFFF;
	z-index: 1000;
	overflow: hidden;
	line-height: 40px;
	font-size: 28px;
	font-family: 'Montserrat';
font-weight:normal;
font-style:normal;
text-align:center;
z-index:50;
}

.tag {
	right:-12px;
	top:-12px;
	width:160px;
	height:160px;
	position:absolute;
	z-index:1000;
}

.content_body {
float:left;
width:100%;
height:auto;
padding: 0 0 50px 0;
background:#ffffff;
}

.content_wrapper {
width:960px;
height:auto;
margin-left:auto;
margin-right:auto;
padding: 0 20px 0 20px;
text-align:left;
color:#1a171b;

}

.logo {
float:left;
height:auto;
width:100%;
padding: 20px 0 0 0;
border:0;
text-align:center;
}

.logo img {
	width:365px;
}

.btn {
float:right;
width:105px;
height:100px;
padding: 0 0 0 0;
}

.btn_about {
float:right;
width:220px;
height:100px;
padding: 0 10px 0 0;
}


.text {
float:left;
width:100%;
height:auto;
font-family: 'Montserrat';
font-weight:normal;
font-style:normal;
font-size:14px;
text-align:left;
line-height:22px;
margin:0 0 0 0;
padding-bottom:20px;

}



.col_wrapper {
float:left;
width:100%;
height:auto;
padding: 0 0 20px 0;
}

.col_left {
float:left;
width:600px;
height:auto;
padding: 0 0 0 0;
}

.col_right {
float:right;
width:255px;
height:auto;
padding: 0 0 0 0;
}



.footer_body {
float:left;
width:100%;
height:auto;
padding: 0 0 0 0;
background:#1a171b;
}

.footer_wrapper {
width:960px;
height:auto;
margin-left:auto;
margin-right:auto;
padding: 40px 0 300px 0;
color:#FFFFFF;
text-align:left;
}

.col1, .col2, .col3 {
width:320px;
height:auto;

}

.col1, .col2 {
	float:left;
}

.col3 {
	float:right;
}

.footer_wrapper .text {
font-size:12px;	
}

.footer_wrapper .text a:link, .footer_wrapper .text a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.footer_wrapper .text a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.logo-fo {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

.logo-fo a:link, .logo-fo a:visited {
	filter: alpha(opacity=100);
	opacity:1.0;
	behavior: url(./css/PIE-2.0beta1/PIE.htc);
	text-decoration:none;
}

.logo-fo a:hover {
	filter: alpha(opacity=40);
	opacity:0.4;
	behavior: url(./css/PIE-2.0beta1/PIE.htc);
	text-decoration:none;
}

.logo-fo img {
	width:200px;
	border:0;
}

.footer_wrapper .col3 {
	width:275px;
	padding: 0 0 0 45px;
	
	
}
