html{
    min-height:100%;
    position:relative
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background-image: url('/img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #fafafa;
    background-size: 5px 140px;
}

.gradientkleur1 {
	background: #2eaaf9; /* Old browsers */
	background: -moz-linear-gradient(top,  #2eaaf9 0%, #2eaaf9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2eaaf9), color-stop(100%,#2eaaf9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2eaaf9 0%,#2eaaf9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2eaaf9 0%,#2eaaf9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2eaaf9 0%,#2eaaf9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2eaaf9 0%,#2eaaf9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eaaf9', endColorstr='#2eaaf9',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 1px #27a0ed;
}

.gradientkleur2 {
	background: #88c822; /* Old browsers */
	background: -moz-linear-gradient(top,  #88c822 0%, #7eb626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88c822), color-stop(100%,#7eb626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #88c822 0%,#7eb626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #88c822 0%,#7eb626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #88c822 0%,#7eb626 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #88c822 0%,#7eb626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c822', endColorstr='#7eb626',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 1px #689a17;
}

.tekstkleur1 {
	color: #2eaaf9;
}

.tekstkleur2 {
	color: #82bc24;
}

.focusborderkleur1:focus {
    outline: none !important;
    border: 1px solid #2eaaf9;
}

.focusborderkleur2:focus {
    outline: none !important;
    border: 1px solid #88c822;
}

.borderkleurhover1 {
    border-color: #2eaaf9;
}

.borderkleurhover2 {
    border-color: #88c822;
}

#container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	margin-top: 40px;    
	background-image: url('/img/bg.jpg');
    background-size: contain;
    background-repeat: repeat-x;
    padding-bottom: 10px;
}

#top h1 {
	margin: 0;
	padding: 0;
}

#top #logo {
	font-weight: bold;
	font-size: 22px;
	float: left;
	width: 420px;
}

#top #menu {
	float: right;
	padding-top: 10px;
	height: 35px;
	width: 100%;
}

#top #menu a {
	text-decoration: none;
	color: #2a2a2a;	
	font-weight: 500;
}

#top .menubutton {
	font-size: 16px;
	margin-left: 20px;
	float: left;
	padding-bottom: 5px;
}

#top .active {
	padding-bottom: 5px;
	border-bottom: 2px solid #34b0ff;
}

#top .menubutton:hover {
	padding-bottom: 5px;
	border-bottom: 2px solid #34b0ff;
}

#top #datebox {
	width: 275px;
	height: 40px;
	float: right;
	background-color: #7eb526;
	color: #ffffff;
	border-radius: 0px;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	cursor: default;
}

.spacer {
	clear: both;
}

#searchnews {
	margin-top: 50px;
}

#searchnews #searchcontainer {
	float: left;
	width: 600px;
}

#searchnews .zoekopdracht {
	height: 40px;
	width: 332px;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 0px;
	float: left;
	margin-right: 10px;
	color: #2d2d2d;
	font-size: 16px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	padding-left: 15px;
	box-sizing: border-box;
}

#searchnews .websitedropdown {
	height: 40px;
	width: 150px;
	border: 1px solid #d7d7d7;
	border-radius: 0px;
	font-size: 16px;
	line-height: 40px;
	color: #2d2d2d;
	background-color: #f3f3f3;
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;
	display: block;
	float: left;
	font-weight: 500;
}

#searchnews .zoeken {
	height: 40px;
	background-color: #29a5f4;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
	border: 0;
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	border-radius: 0px;
	-webkit-appearance: none;
	cursor: pointer;
}

#searchnews #newscontainer {
	float: right;
	width: 582px;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 0px;
}

#searchnews #nieuws {
	color: #444444;
	padding: 5px;
	font-weight: 500;
}

#searchnews .item {
	background-image: url("/img/check.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 26px;
	font-size: 15px;
}

#searchnews a {
	text-decoration: none;
	color: inherit;
}

#searchnews a:hover {
	text-decoration: underline;
}

#searchnews #info {
	font-size: 13px;
	color: #ffffff;
	width: 100%;
	box-sizing: border-box;
	background-color: #34b0ff;
	font-style: italic;
	padding-left: 5px;
	font-weight: 300;
	height: 20px;
	line-height: 20px;
}

#searchnews #tips {
	width: 100%;
	float: left;
	font-size: 13px;
	font-style: italic;
	margin-top: 15px;
}

#searchnews .tiptekst {
	float: left;
}

#searchnews .tip {
	font-style: normal;
	float: left;
	margin-left: 10px;
}

#content {
	margin-top: 60px;
}

#content #sidebar {
	float: left;
	width: 275px;
}

#content .block {
	width: 275px;
	border-radius: 0px;
	margin-bottom: 20px;
}

#content .fullblock {
	width: 275px;
	border-radius: 0px;
	margin-bottom: 20px;
}

#weatherblock {
	color: #ffffff;
	padding: 15px;
}

#weatherblock .weathertitle {
	font-size: 18px;
}

#weatherblock .weathertemp {
	font-size: 50px;
	margin-top: 20px;
}

#weatherblock .weatherinfo {
	font-size: 14px;
	margin-top: 10px;
}

#weatherblock .weatherbutton {
	font-size: 14px;
	margin-top: 10px;
}

#weatherblock .whitebutton {
	color: #0978bf;
	background-color: #ffffff;
	padding: 10px;
	height: 30px;
	line-height: 10px;
	border: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

#weatherblock .whitebutton:hover {
	background-color: #E0E0E0;
}

#content .title {
	height: 45px;
	width: 245px;
	padding: 0px 15px;
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
	cursor: default;
}

#content .content {
	border: 1px solid #d8d8d8;
	border-top: 0;
	padding: 15px;
	width: 243px;
	font-size: 13px;
	line-height: 23px;
}

#content .uitgeschakeld {
	color: #b41616;
	text-decoration: none;
}

#content .ingeschakeld {
	color: #77b416;
	text-decoration: none;
}

#content .uitgeschakeld:hover {
	text-decoration: underline;
}

#content .ingeschakeld:hover {
	text-decoration: underline;
}

#content .link {
	color: #353535;
	text-decoration: none;	
	font-weight: 500;
}

#content .superlink:hover {
	text-decoration: underline;	
}

#content .superlink {
	color: #353535;
	text-decoration: none;	
	font-weight: 500;
}

#content .link:hover {
	text-decoration: underline;	
}

#content .supertip {
	width: 220px;
	margin: 0px auto 10px auto;
	background-color: #e3e3e3;
	color: #353535;
	line-height: 18px;
	padding: 10px;
}

#threeblocks {
	width: 890px;
	float: right;
}

#threeblocks .column {
	float: left;
	width: 275px;
}

#threeblocks .column:nth-child(even) {
	margin-left: 32px;
	margin-right: 33px;
}

footer #top {
	height: 55px;
	line-height: 55px;
	font-size: 13px;
	color: #5e5e5e;
	border-top: solid 1px #e7e6e6;
}

footer p {
	margin: 0;
}

footer .toptext {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}

footer #bottom {
	background-color: #ecebeb;
	width: 100%;
	padding-top: 25px;
	border-bottom: solid 1px #d0cfcf;
}

footer #bottomcontainer {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

footer #sitename {
	color: #107abd;
	font-size: 23px;
	float: left;
	width: 275px;
	font-weight: bold;
}

footer #copyrightlinks {
	color: #5e5e5e;
	font-size: 13px;
	line-height: 23px;
	float: left;
}

footer #copyrightlinks a {
	color: #5e5e5e;
	text-decoration: none;
}

footer #copyrightlinks a:hover {
	text-decoration: underline;
}

footer #contact {
	width: 275px;
	float: right;
	font-size: 13px;
	font-weight: 500;
}

footer #contact a {
	color: #0070b7;
}

footer #bot {
	width: 100%;
	float: left;
	margin-top: 25px;
	line-height: 50px;
	font-size: 18px;
	color: #649c0a;
	text-align: center;
}

footer #bot a {
	color: #649c0a;
	text-decoration: none;
}

footer #socialmedia {
	margin-top: 10px;
}

#contactform {

}

#contactform #topline {
	width: 100%;
	padding: 0 25px;
	font-size: 27px;
	color: #ffffff;
	height: 75px;
	line-height: 75px;
	font-weight: 500;
	box-sizing: border-box;
}

#contactform #mid {
	width: 100%;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 18px;
	line-height: 23px;
	box-sizing: border-box;
  background-color: #f8f8f8;
  color: black;
  border: 1px solid #e7e7e7;
}

#contactform #formtext {
	padding: 15px 0;
}

#contactform .inputcontainer {
	width: 100%;
	margin-top: 25px;
}

#contactform .inputtext {
	width: 100%;
	padding-bottom: 5px;
}

#contactform .inputtitle {
	float: left;
	margin-right: 10px;
}

#contactform .inputdescription {
	float: left;
	font-size: 12px;
}

#contactform .inputfield {
}

#contactform .textinput {
	background-color: #d6efff;
	width: 100%;
	height: 40px;
	border: solid 1px #a7bbc7;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	font-size: 16px;
	box-sizing: border-box;
}

#contactform .halfleft {
	float: left;
	width: 550px;
}

#contactform .halfright {
	float: right;
	width: 550px;
}

#contactform .selectinput {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border: 0;
	background-color: #efefef;
	padding: 0 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

#contactform .textareainput {
	width: 100%;
	height: 215px;
	background-color: #d6efff;
	border: solid 1px #a7bbc7;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	font-size: 16px;
	box-sizing: border-box;
}

#contactform #captchacontainer {

}

#contactform #captchaimg {
	height: 50px;
	width: 160px;
	background-color: #d6efff;
	border: solid 1px #a7bbc7;
	float: left;
	color: #000000;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	border-radius: 0px;
	margin-right: 20px;
}

#contactform #captchainput {
	float: left;
}

#contactform .captcha {
	width: 250px;
	height: 52px;
	background-color: #d6efff;
	border: solid 1px #a7bbc7;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	font-size: 16px;
	box-sizing: border-box;
	text-align: center;
}

#contactform .buttoncontainer {
	width: 100%;
	margin-top: 25px;
}

#contactform .button {
	width: 100%;
	font-size: 26px;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
	border: 0;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-appearance: none;
	cursor: pointer;
}

#contactform #back {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	font-weight: 500;
}

#contactform .back {
	color: #012f4c;
	font-size: 16px;
	text-decoration: none;
}

#contactform .half {
	width: 50%;
}

.nolinkcss {
	color: inherit;
	text-decoration: none;
}

.filling {
	width: 100%;
	height: 1px;
}

#contentblock h1 {
	color: white;
	font-size: 27px;
	margin: 0;
}

#contentblock h2 {
  color: white;
  font-size: 22px;
  margin: 0;
}

#contentblock p {
}

#contentblock #h1container {
	width: 100%;
	padding: 0 25px;
	font-size: 27px;
	color: #ffffff;
	height: 75px;
	line-height: 75px;
	font-weight: 500;
	box-sizing: border-box;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#contentblock #contenttext {
	width: 100%;
	padding: 10px 25px;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 23px;
	box-sizing: border-box;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size: 16px;
	border: 1px solid #d7d7d7;

}

.errortext {
	font-weight: bold;
	color: red;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
}

.successtext {
	font-weight: bold;
	color: green;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
	
}

.blockad {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.squareblockad {
	margin-bottom: 20px;
}

#contenttext h1,h2,h3,h4,h5 {
	color: #000000 !important;
}

#menurechts {
	padding-top: 5px;
	float: right;
	width: 65%;
}

#menucontainer {
	float: right;
}

#searchpagesearch {
	width: 890px;
	float: right;
}

#firsttwoblocks {
	float: left;
}

#twitline {
	float: left;
	width: 275px;
}

.blogtekst {
	color: #ffffff !important;
}

#bottomtextcontainer {
    width: 100%;
}

#bottomtextcontainer .title {
    box-sizing: border-box;
    color: #ffffff !important;
    cursor: default;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    width: 100%;
}

#bottomtextcontainer .content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #d8d8d8 #d8d8d8;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 23px;
    padding: 15px;
    width: 100%;
}