* {
	transition: 0.5s;
}

html, body {
	margin: 0;
    padding: 0;
    height: 100%;
	width: 100%;
	background-color: #D7D7D7;
	overflow-y: auto;
	font-family: helvetica;
	transition: width .5s;
	-webkit-transition: width .5s;
}

#container {
	min-height: 665px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	color: white;
	font-family: arial;
	font-size: 11pt;
	transition: width .5s;
	-webkit-transition: width .5s;
	display: none;
}

#grey-top {
	background-color: #313131;
	width: 100%;
	height: 7%;
	border-bottom: 2px solid #1D1D1D;
	color: white;
	font-family: arial black;
	font-size: 30pt;
}

#orange {
	background-color: #016CA2;
	width: 100%;
	height: 23%;
	border-top: 4px solid #004F82;
	font-family: arial black;
}

#white {
	background-color: #F4F2E6;
	width: 100%;
	height: 35%;
	color: black;
	transition: width .5s;
	-webkit-transition: width .5s;
	font-family: arial;
}

#white-top {
	background-color: #FFF;
	width: 100%;
	height: 18%;
	border-bottom: 2px solid #F0EEE1;
	color: #6C6C6C;
	line-height: 200%;
	font-size: 16pt;
	font-family: helvetica,arial;
	font-weight: bold;
}

#white-top a {
	color: grey;
	font-size: 16pt;
	font-family: helvetica,arial;
	text-decoration: none;
	margin-left: 25px;
	font-weight: bold;
}

.link {
	font-size: 11pt;
	color: white;
	text-decoration: none;
}

.link:hover {
	color: grey;
}

#white-top a:hover {
	color: #016CA2;
	font-size: 16pt;
	font-family: arial;
	text-decoration: none;
	margin-left: 25px;
}

#grey-bottom {
	background-color: #313131;
	width: 100%;
	height: 34%;
	background: url(../img/div_background.png); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#grey-bottom-top {
	background-color: #FFF;
	width: 100%;
	height: 18%;
	border-top: 2px solid #F0EEE1;
}

#grey-bottom-content {
	width: 100%;
	height: 68%;
	border-top: 2px solid #F0EEE1;
}

#grey-bottom-bottom {
	background-color: #313131;
	width: 100%;
	height: 20px;
	padding-top: 5px;
	color: white;
	position: fixed;
	bottom: 0;
}

#bottom-left {
	width: 79%;
	height: 100%;
	float: left;
}

#bottom-right {
	width: 20%;
	height: 100%;
	float: left;
	text-align: right;
}

#bottom-right img {
	height: 92%;
	margin-top: 20px;
}

#block {
	margin-top: 2%;
	height: 90%;
	width: 30%;
	margin-left: 3%;
	float: left;
	overflow: hidden;
}

#block-top {
	width: 100%;
	height: 20%;
	float: left;
	border-bottom: 1px solid #F0EEE1;
	font-size: 14pt;
	font-family: heletiva,arial;
	text-align: center;
}

#block-bottom {
	width: 100%;
	height: 80%;
	float: left;
	margin-top: 10px;
	font-size: 10pt;
	font-family: helvetica,arial;
	color: #eee;
}

#block-bottom img {
	width: 100%;
	height: 100%;
}

#center {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#left {
	width: 60%;
	height: 100%;
	float: left;
}

#right {
	width: 40%;
	height: 100%;
	float: left;
}

#right img {
	width: 90%;
	max-height: 70%;
	margin-top: 3%;
	border-radius: 20px;
	float: right;
}

#content-pages {
	width: 100%;
	height: 90%;
	float: left;
}

#content-pages-left {
	height: 100%;
	width: 53%;
	float: left;
}

#content-pages-right {
	height: 100%;
	width: 47%;
	float: left;
}

#blue {
	background-color: #016CA2;
	width: 100%;
	height: 7%;
	border-top: 4px solid #004F82;
	font-family: arial black;
}

#content-white {
	background-color: #F4F2E6;
	width: 100%;
	height: 75%;
	color: black;
	font-size: 13px;
}

#content-white-top {
	background-color: #FFF;
	width: 100%;
	height: 10%;
	border-bottom: 2px solid #F0EEE1;
	color: #6C6C6C;
	line-height: 200%;
	font-size: 18pt;
	font-family: arial black;
}

#content-white-top a {
	color: grey;
	font-size: 16pt;
	font-family: arial;
	text-decoration: none;
	margin-left: 25px;
	font-weight: bold;
}

#content-white-top  a:hover {
	color: #016CA2;
	font-size: 16pt;
	font-family: arial;
	text-decoration: none;
	margin-left: 25px;
}

#grey-bottom-pages {
	background-color: #313131;
	width: 100%;
	height: 10%;
	background: url(../img/div_background.png); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#block-pages {
	width: 30%;
	height: 100%;
	float: left;
	border-bottom: 1px solid #F0EEE1;
	font-size: 14pt;
	font-family: helvetica,arial;
	text-align: center;
	margin-left: 2%;
}

#block-pages a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#block-pages a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#block-pages a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#block-pages a:hover {
	color: grey !important;
	text-decoration: none;
}

.keurmerk {
	height: 150px;
	margin-top: 5px;
	margin-left: 50px;
}

ul {
	list-style-image:url('../img/list_style_icon.png');
}

li {
	margin-top: 15px;
}

.active {
	color: #016CA2 !important;
	font-size: 16pt;
	font-family: arial;
	text-decoration: none;
	margin-left: 25px;
}

#content-pages li {
	margin-top: 15px;
}

#slider {
	width: 100%;
	height: 100%;
}

#left-slider {
	height: 100%;
	float: left;
}

#right-slider {
	height: 98%;
	float: right;
}

.more {
	text-decoration: none;
	color: lightgrey;
	font-size: 10px;
}

textarea {
	width: 430px;
	height: 200px;
	max-width: 430px;
	max-height: 200px;
	min-width: 430px;
	min-height: 200px;
	font-family: arial;
}