@charset "utf-8";

table {
    font-family: arial, sans-serif;
	border-collapse: collapse;
}
th{
	
	border:solid white 1px;
	text-align: center;
}
body{
	margin: 0px;
	padding:0px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
#menubar
{
	height:60px;
	width:100%;
	min-width:1600px;
	margin:0;
	padding:0;
	top:0px;
	list-style:none;
	position:fixed;
	border:solid  1px;
	z-index:999;
	-webkit-font-smoothing: antialiased;
    font-family: "Google Sans",Arial,sans-serif;
    font-weight: normal;
}
#menubar li
{
	line-height:60px;
	text-align:center;
	width:200px;
	height:5%;
	font-size:20px;
	min-height:50px;
	cursor:pointer;
	float:left;
    -webkit-font-smoothing: antialiased;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-weight: normal;
}
#menubar a
{
	text-decoration:none;	
}
#menubar a:hover
{
	color:#017d59;
}

#menubar li:hover
{
	text-align:center;
	color:black;
}

body{
	font-family:"Google Sans",Arial,sans-serif;
  }
#hiddenGoed{
	position:relative;
	top:60px;
}
input[type="submit"]{
	border-radius:5px;
	padding:5px;
	width:70px;
	height:34px;
	outline: none;
	cursor:pointer;
	box-sizing: border-box;
	transition: 0.3s;
  }
  input[type="submit"]:hover {
	border-color: #A9D08E;
	box-shadow: 0 0 8px 0 #A9D08E;
  }
   
  
