html {
	height:101%;
}
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin:0px;
}
body {
	background-color:#fff;
	text-align: center;
}
a {
	text-decoration:none;
	font-size: 14px;
}
a:link {
	color: #005EBD;
	text-decoration:none;
}
a:visited {
	color: #005EBD;
	text-decoration:none;
}
a:hover {
	color:#005EBD;
	text-decoration:underline;
}
a:active {
	color: #005EBD;
}
p {
	margin-bottom:10px;
}
h1 {
	font-size: 20px;
	color: #bc0000;
}
h2 {
	font-size: 16px;
	color: #bc0000;
}
input, select, textarea {
	border:1px solid #CCC;
	font-size:14px;
}
#main {
	width:100%;
	max-width:1140px;
	margin:0 auto;
	background-color:#ffffff;
	/* border:10px solid #FFF;
	border-radius:10px;
	margin-top:10px; */
	margin-bottom:10px;
}
#header {
	padding:0px;
}
.headerimage {
	width:100%;
	height:auto;
	cursor:pointer;
	vertical-align: middle;
}
#navtop {
	background-color:#bc0000;
	background: linear-gradient(#bc0000, #fa0000);
	padding:5px;
	margin-bottom:20px;
	text-align:left;
	color:#FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#navtop a {
	color:#FFF;
	font-weight:300;
}
.submenu {
	position: absolute;
	visibility: hidden;
	min-width:90px;
	margin: 0;
	margin-top:5px;
	margin-left:130px;
	padding: 0;
	background: #057fd4;
	z-index:2000;
}
.submenu a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #057fd4;
	color: #000;
	font-weight:bold;
	border-bottom:1px solid #FFF;
}
.submenu a:visited {
	color: #000;
}
.submenu a:hover {
	background: #d60517;
	color: #FFF;
}
#main2 {
	display:table;
	width:98%;
	padding-left: 1%;
	padding-right: 1%;
}
#left {
	display:table-cell;
	vertical-align:top;
	width:240px;
}
.boxleft {
	text-align:left;
	background-color:#eee;
	line-height:150%;
	margin-bottom:10px; 
	padding-bottom:10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.boxleft h2 {
	margin:0px;
	padding: 5px;
	color:#ffffff;
	font-weight: 300;
	background-color:#bc0000;
	background: linear-gradient(#bc0000, #fa0000);
}
.boxleft a {
	font-size:14px;
	font-weight:300;
	color:#444;
}
.boxleftcontent {
	padding: 5px;
}
.button {
	background-color:#bc0000;
	color:#FFF;
	padding:2px;
	cursor:pointer;
	font-size:16px;
	font-weight:300;
	border: none;
}
.provincies a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px; 
	padding-left: 15px;
	display: inline-block;
}
#blank {
	display:table-cell;
	width:10px;
}
#right {
	display:table-cell;
	vertical-align:top;
}
#content {
	margin-top:10px;
	text-align:left;
	padding-left:10px;
}
.txtbox {
	text-align:left;
	line-height:150%;
	padding:5px;
	padding-left:15px;
}
.thumb {
	margin-right:10px;
	width:145px;
	height:145px;
	overflow:hidden;
 	transition: all .5s ease-in-out;
  	backface-visibility: hidden; /* Remove Image flickering on hover */
}
.thumb:hover {
 	opacity: .75;
}
.thumb2 {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 105px;
	height: 105px;
	border: none;
}
.profiel {
	float:left;
	height:255px;
	width:150px;
	text-align:left;
	line-height:150%;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px;
	/* border:1px solid #bc0000; */
}
.profielfoto {
	float:right;
	max-width:300px;
	border:2px solid #a69426;
	margin-left:10px;
}
#nav {
	margin:20px;
	text-align:center;
	color:#ddd;
	font-size:16px;
}
#nav a {
	color:#005EBD;
	text-decoration:underline;
	font-size:16px;
}
#nav a:hover {
	color:#005EBD;
	font-size:16px;
}
#footer {
	clear:both;
	background: #000;
	color:#FFF;
	text-align: center;
	padding-top:10px;
	padding-bottom:30px;
	margin-top:20px;
	border-radius: 5px;
}
#footer a {
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFF;
}
.footerimage {
	width:100%;
	max-width:1000px;
	height:auto;
}
.nomobile {
	display: block;
}
@media screen and (max-width: 768px) {
	#main {
		border: none;
	}
	#left {
		display:block;
		width:100%;
	}
	#rec1 {
		display:none;
	}
	#blank {
		display:none;
	}
	#right {
		display:block;
		width:100%;
	}
	#homebanner {
		display:none;
	}
	#linkpartners td {
		display:block;
	}
	.nomobile {
		display: none;
	}
}