body {
	margin: 0 auto;
	padding: 0 auto;
	font-size: 12px;
	line-height: 18px;
	color: #0a4268;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

a {
	text-decoration: none;
	outline: 0 none;
}

img {
	border: 0 none;
	outline: 0 none;
}

#contactform_right {
	float: left;
	position: absolute;
	left: 50%;
	z-index: 999;
	margin: 0 0 0 180px;
	width: 280px;
	top: 180px;
	height: 320px;
	background: #fff;
	box-shadow: 0px 0px 10px #666;
	padding: 20px;
}

.contact_kop {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #214968;
	margin: 0 0 10px 0;
}

.contact_input {
	float: left;
	width: 260px;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 18px;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #214968;
	color: #ccc;
	margin: 10px 0;
}

.contact_text {
	float: left;
	width: 258px;
	border: 1px solid #214968;
	padding: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #ccc;
	height: 100px;
	margin: 10px 0 0 0;
}

.contact_submit {
	float: left;
	width: 150px;
	display: block;
	border: 0 none;
	cursor: pointer;
	background: #4582c4;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin: 15px 0 0 65px;
}

#header {
	float: left;
	width:100%;
}

#header_container {
	margin: 0 auto;
	padding: 0 auto;
	width: 1000px;
}

#logo {
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
}

#menu {
	float: left;
	width: 100%;
	margin: 15px 0;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	float: left;
	margin: 0 30px 0 0;
}

#menu ul li a {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #042a44;
}

#banner {
	float: left;
	width: 100%;
	height: 360px;
	background: url(../images/banner.jpg);
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#banner #tip {
	margin: 0 auto;
	padding: 90px 0 0 50px;
	width: 650px;
	height: 316px;
	background: url(../images/banner_overlay_bg.png) top left no-repeat;
}

#banner p {
	width: 215px;
	margin: 15px 0;
	text-align: center;
	font-size: 24px;
	color: #042a44;
}

#banner a img {
	margin: 10px 0 0 50px;
}

#content {
	float: left;
	width: 100%;
}

#content_container {
	margin: 0 auto;
	padding: 0 auto;
	width: 1000px;
}

#tekst {
	float: left;
	margin: 40px 0 0 0;
	width: 100%;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	color: #042a44;
	line-height: 24px;
}

h2, h3 {
	font-weight: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #042a44;
}

#tekst a {
	font-weight: bold;
	color: #042a44;
}

#blokken {
	float: left;
	width: 1035px;
	margin: 20px -35px 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #042a44;
}

.blok {
	float: left;
	width: 200px;
	margin: 0 25px;
	text-align: center;
}

.blok a {
	color: #042a44;
}

.blok_img {
	float: left;
	width: 200px;
	border-radius: 100px;
	height: 200px;
	overflow: hidden;
}

.blok_title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	margin: 15px 0;
}

.blok_title a {
	color: #042a44;
}

#footer {
	float: left;
	width: 100%;
	padding: 20px 0;
	margin: 40px 0 0 0;
	background: #d4e2f1;
	text-align: center;
}

#footer a {
	color: #042a44;
}

.fullWidthContainer{
	float:left;
	width:100%;
}

.container{
	width:1000px;
}

.homeLinks{
	float:left;
	width:28%;
	margin: 0 2% 30px 0;
	padding:20px;
	color:#fff;
	background: #4582c4;
}

.homeLinks:last-of-type{
	float:right;
	margin:0 0 30px 0;
}

.homeLinks span{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
	margin: 0 0 15px 0;
}

.homeLinks a{
	text-decoration:none;
}
.homeLinks div{
	float:left;
	width:100%;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top:1px dashed #555;
}
.homeLinks a:hover{
	color:#fff;
}