*, *:before, *:after {
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
#website {
  	width: 1100px;
  	margin-left: auto;
  	margin-right: auto;
  	background:f9f9f9;
  	position: relative;
  	box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
  	border-radius: 0%;
	padding-bottom:1px;
}
#website:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    content: "";
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
}
body {
	font-family: 'Maven Pro', 'sans-serif';
	font-weight:normal;
	font-size: 15px;
	color: #111;
	background-repeat:no-repeat;
	margin: 0 0 150px;
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #369;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 28px;
	font-weight:normal;
	color:#004579;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 24px;
	color: #004579;
	margin: 5px 0px 5px 0px;
}
h3 {
	font-size: 20px;
	color: #004579;
	margin: 5px 0px 5px 0px;
}
h4 {
	font-size: 18px;
	color: #9DB60B;
	margin: 5px 0px 5px 0px;
}
.header {
	height:350px;
	overflow:hidden;
}
.header p {
	margin:0;
	padding:0;
}
.header img {
	float: left;
	margin: 0;
}
.nivo-controlNav  {
	display: none;
}
#menu {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
	height:50px;
}
.menu {
	padding:13px;
}
.menu a:link, .menu a:visited, .menu a:active {
	text-decoration: none;
	padding: 0 40px;
	font-size:17px;
	color:#fff;
}
.menu a:hover {
	color: #ccc;
	text-decoration: none;
}
.inhoud {
	min-height:400px;
	padding:2.5% 2.5% 0 2.5%;
	margin-bottom:10%;
	overflow:auto;
}
.image_l {
	margin:0 1% 0 0;
	padding-bottom:1%;
}
.image_r {
	margin:0 0 0 1%;
	padding-bottom:1%;
}
.footer {
    position: absolute;	
	right:0;
    bottom: 0;
    height: 150px;
    width: 100%;
	padding:1%;
	background:#666666;
	color:#CCCCCC;
	font-size:11px;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #ccc;
	text-decoration: none;
}