html, body{
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	color:#ffffff;
	font-size:16px;
	padding:0;
	margin:0;
	height:100%;
	background-color: #152746;
	/*
	background-image:url(logo_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	*/
	}
	
a{
	color:#fff;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
.container{
	
	width:100%;
	height:100%;
	
	/*
	vertical-align:middle;
	text-align:center;	
	*/
	}

.box1{
    /*float:left;
    width:50%;
    height:100%;*/
	
	width:100%;
	height:50%;

	position:relative;
	text-align:center;
}
.box1 img{
	position: absolute;
    top: 50%;
	
    left: 50%;
	width:200px;
	/*max-width:400px;*/
	
    /*margin: -25% 0 0 -25%;*/
	margin: 0 0 0 -100px;
	
	
	
	}
.box2{
    /*float:left;
    width:50%;
    height:100%;*/
    position:relative;
	
	width:100%;
	height:50%;
}

.subbox{
	position: absolute;
    top: 60%;
    left: 50%;

    width: 100%;
    /*margin: -25% 0 0 -25%;*/
	margin: -110px 0 0 -50%;
	}

	.tekstblokje{
		float:left;
		width:200px;
		}
	




.tekst{
	/*margin:30px auto 20px auto ;*/
	margin:0px auto 0px auto ;
	width:400px;
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	
	}
h2{
	margin-top:0px;
	margin-bottom:-10px;
	color:#aaa;
	}
h4{
	margin-top:15px;
	margin-bottom:-10px;
	}
	
