  body {
    background-color: rgb(255,255,235);
}

  h3 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
}

  p {
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
}
  .tekstvak {
    background-color: rgb(220,204,170);
    border-radius: 10px;
    color: black;
    padding: 0px 8px 0px 8px;
    margin-right: 8px;
    position: absolute;
}

  .menuknop {
    display: inline-block;
    cursor: pointer;
    margin: 8px;
    width: 40px;
    height: 30px;
    background-color: black;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 0px 0px 0px;
}

  .menuknop:hover {
    background-color: rgb(38,154,41);
}

  .bar1, .bar2, .bar3 {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 2px;
    background-color: white;
    margin: 3px 10px 0px 10px;
}

  .topnav {
    display: inline-block;
    background-color: #333;
    color: white;
    position: absolute;
    left: 34%;
    right: 34%;
    margin-top: 0%;
	opacity: 0.8;
}

  .topnav #myLinks {
	display: none;
}

  .topnav a {
    color: white;
    padding: 8px 8px;
    text-decoration: none;
	font-family: arial;
    font-size: 14px;
    display: block;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgb(255,255,235);
}

  .topnav a:hover {
    background-color: #ddd;
    color: black;
}
