@charset "utf-8";
/* CSS Document © Copyright 2001-2020 FODOS.NL */

/* PAGINA-OPMAAK*/

body {
	background-color: #E2DBE3;
	margin: 0px;
}

#wrapper {
	
}

#header {
	width: 100%;
	/* [disabled]height:150px; */
	background-color: #E2DBE3;
	padding-left: 25px;
	
}

#nav {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#main {
	max-width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 25px 75px 25px 75px;
	line-height: 2.0em;
	background-color: #FFFFFF;
	color: #1F1C1D;
	box-shadow: 0px 8px 16px 0px rgba(58,58,58,0.67);
	border-radius: 5px;
	
}

#footer {
	margin-top: 20px;
	background-color: #5E537E;
	color: #FFFFFF;
	line-height: 2.0em;
	padding: 10px;
}

/* TEKSTOPMAAK */

p {
	font-family: verdana;
	font-size: 12pt;
	
}

h1 {
	font-family: verdana;
	font-size: 28pt;
	color: #5E537E;
}

h2 {
	font-family: verdana;
	font-size: 18pt;
	color:#4D4D4D;
}

h3 {
	font-family: verdana;
	font-size: 14pt;
	color:#4D4D4D;
}

.style1 {
	text-align:center;
}

/*#wrapper #main h3 {
}*/

/* MENU OPMAAK ZONDER DROPDOWN */
ul {
    list-style-type: none;
	font-family: verdana;
	font-size: 12pt;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #5E537E;
}

li {
    float: left;
}

li a {
    display: block;
    color: #FFFFFF; /* letterkleuren in menu */
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #A394CD;
	color:#FFFFFF;
}

.active {
    background-color: #6E57B0;
}




/* MENU-OPMAAK dropdown*/
/*
ul {
	list-style-type: none;
	font-family: verdana;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #9FE6ED;
}

li {
    float: left;
}

li a, .dropbtn {
	display: block;
	color: #10072B;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #FFBDBC;
	color:#10072B;
}

li.dropdown {
    display: inline-block;
}

.active {
	background-color: #E3988B;
	color: #FFFFFF;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #F1F1F1;
	min-width: 160px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(58,58,58,0.67);
	box-shadow: 0px 8px 16px 0px rgba(58,58,58,0.67);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size: 11pt;
}

.dropdown-content a:hover {
	background-color: #F1F1F1
}

.dropdown:hover .dropdown-content {
    display: block;
}
*/