    body, html{
        margin: 0; padding: 0; font-family: AppleGothic, CenturyGothic, sans-serif; font-size: 19px; color: #000;
    }
	body {overflow-y: scroll;}
	td {font-size: 19px;}
	hr {height:2px;border-width:1px;color:#fff;background-color:gray}
	li {margin-bottom: 8px; margin-left: -15px;}
	#menubar {color: #000; background: gray; height: 30px; }
    #login{
        position: absolute; top: 10px; right: 10px;
    }
	a {
	  color: #555;
	  text-decoration: none;
	  font-size: 18px;
	  background-color:transparent;
    }
	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: underline;
    }
	.btn_right {
float: right;
  font-size: 22px;
    background-color: transparent;
  border-radius: 6px;
  border: 2px solid #ccc;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

	.datum_kopje {background: #ddd; margin-bottom: 6px;color: #000;width: 100%; font-size:17px; padding: 3px;}
	.form_label {clear: both; float: left; width: 100px; margin-right: 5px;}
	.form_input {float: left;}
	.custom-select {background-color: #ddd;}
	.dropdown-content p {
     margin: 0;
     padding: 0;
    }
	.top_content {
    margin: 0;
     padding: 0;
	
	}
	.blauw {background-color: #fff;}
	.banner {background: #ddd; color: #000; text-transform:uppercase; width: 100%; text-align: center;font-size:20px; margin-top: 0;  padding-top: 6px; padding-bottom: 6px;}
	.banner2 {background: #ddd; color: #000; 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: 370px;text-transform:uppercase; z-index: 300;}.dropdown-content {display: none;position:absolute;background-color: #eee; color: gray; border: 5px solid gray;z-index: 300;font-size: 15px; 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: #ddd;
}

/*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: #ddd;
  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: #ddd;
  color: #000;
}
.btn {
  font-size: 20px;
  background-color: gray;
  color: #000;
  border-radius: 6px;
  border: 2px solid #666;
  padding: 2px;
  cursor: pointer;
}
.btn_blauw {
  font-size: 20px;
  background-color: #eee;
  color: #000;
  border-radius: 6px;
  border: 2px solid #ccc;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
.dubbel {

}
.btn_href {
  font-size: 20px;
  background-color: gray;
  color: #000;
  border-radius: 6px;
  border: 4px solid #666;
  padding: 2px;
}
.btn_href2 {
  font-size: 20px;
  background-color: gray;
  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);
}

