    body, html{
        margin: 0; padding: 0; font-family: AppleGothic, CenturyGothic, sans-serif; font-size: 19px; color: #444444;
    }
	body {overflow-y: scroll;}
	td {font-size: 20px;}
	hr {height:2px;border-width:1px;color:#fff;background-color:#fff}
	#menubar {color: #000; background: #444444; height: 30px; }
    #login{
        position: absolute; top: 10px;
    }
	.login_pos {float: right;}
	a {
	  color: #000;
	  text-decoration: none;
    }
	img {max-width: 100%;}
	td {vertical-align: top;}
	h3 {font-size: 20px; font-weight:600;}
	h2 {font-size: 18px; font-weight:600;}
    a:hover {
	  text-decoration: none;
    }
	.datum_kopje {background: #444444; margin-bottom: 0;color: #000;width: 100%; font-size:17px;}
	.form_label {clear: both; float: left; width: 100px; margin-right: 5px;}
	.form_input {float: left;}
	.dropdown-content p {
     margin: 0;
     padding: 0;
    }
	.top_content {
    margin: 0;
     padding: 0;
	
	}
	.blauw {background-color: #e8e8f6;}
	.banner {background: #444444; color: #fff; text-transform:uppercase; width: 100%; text-align: center;font-size:20px; margin-top: 0;  padding-top: 6px; padding-bottom: 6px;}
	.dropdown {position: fixed; left: 0; top: 30px; display: inline-block; width: 350px;text-transform:uppercase; z-index: 300;}.dropdown-content {display: none;position:absolute;background-color: #e8e8f6; color: #444444; border: 5px solid #444444;z-index: 300;font-size: 17px;padding: 3px;}.dropdown-content p {padding: 3px 10px; line-height:25px; cursor: pointer;display: block;}

/*the container must be positioned relative:*/
	.form_label {clear: both; float: left; width: 100px; margin-right: 5px;}
	.form_input {float: left;}

.custom-select {
  position: relative;
  font-family: Arial;
  font-size: 20px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #444444;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid black;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 3px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  padding: 3px 6px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #444444;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
input,textarea {
  font-size: 19px;
  font-family: AppleGothic, CenturyGothic, sans-serif;
}
textarea {width: 100%; height: 150px;}
.bg_geel {
  background-color: #444444;
  color: #000;
}
.btn {
  font-size: 20px;
  background-color: #444444;
  color: #000;
  border-radius: 6px;
  border: 2px solid #666;
  padding: 2px;
  cursor: pointer;
}
.btn_blauw {
  font-size: 20px;
  background-color: #444;
  color: #fff;
  border-radius: 6px;
  border: 2px solid #444;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
.dubbel {

}
.btn_href {
  font-size: 20px;
  background-color: #444444;
  color: #000;
  border-radius: 6px;
  border: 4px solid #666;
  padding: 2px;
}
.btn_href2 {
  font-size: 20px;
  background-color: #444444;
  color: #000;
}


.bericht {
  font-size: 20px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

