body {
    font-family: sans-serif;
    font-size: 16pt;
    text-align: center;
    background-color: #f4aef84f;
    margin: 0px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #770071;
    /* Kleur menubalk; oorspronkelijk #333 */
}

li {
    float: left;
}

li a,
.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover,
.dropdown:hover .dropbtn {
    background-color: rgba(190, 98, 190, 0.513);
    /* Kleur mouseover; oorspronkelijk rood */
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #dddddd
}

/* Kleur mouseover binnen dropdown lijst; oorspronkelijk #f1f1f1 */

.dropdown:hover .dropdown-content {
    display: block;
}

li a:active,
#active {
    background-color: #0000ff;
    /* Kleur active class in menubalk; oorspronkelijk #4CAF50 */
    color: white;
}
form h1{
	color: white;}
form{
	background-color:#df84c8;
	font-family:arial;
	padding:15px;
	max-width:650px;              /* aangepast van 550 naar 650 */
	border-radius:15px;
	margin-left:auto;
	margin-right:auto;}
form ol li {
	background-color:#61d9e9;
	border:solid 2px rgb(255, 255, 255);
	list-style:none;
	padding:5px;
    max-width: 550px;              /* op 550 gezet */
	border-radius:10px;
    margin-bottom:3px;
    margin-right:10px;
}
form label {
	float:left;
	width:150px;  }   
form legend {
	padding-bottom:3px;
	color:white;
	font-size:20px;
	font-weight:bold;}
form input,select {
	border-radius:5px;}
.xxx form{
	background-color:red;
}

/*form table{
	max-width: 100%;
    border-collapse: collapse;}
form table, td, th{
    border: 1px solid black;}
img{
	float:left;
	max-width:100%;
	height:auto;}*/