@charset "utf-8";
/* CSS Document BOTER © Copyright 1997 PREMAIL.NL */

/* PAGINA-OPMAAK*/

body {
	background-color: #F8F4E8;
	margin: 0px;
}

#wrapper {
		
}

#header {
	width: 100%;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #D6AD41;
	/*background-color: #F5DB84; */	
}

#nav {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}


#main {
	max-width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 50px 75px 50px 75px;
	line-height: 1.6em;
	background-color:#FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(58,58,58,0.67);
	border-radius: 10px;
	
	
}

#footer {
	margin-top: 20px;
	background-color: #F8F4E8;
	line-height: 1.6em;
	padding: 10px;
}

/* TEKSTOPMAAK */

p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12pt;
    color: #49390E;
    /*font-family: verdana;
	font-size: 12pt; */
    /* [disabled]color:#2B2B2B; */
}

.small {font-size: 9pt;
	
}

.red { color:red;
}

.links { color:firebrick;
	font-weight: bold;
	text-decoration: none;
		
}

.b {
	font-weight: bold;
}
h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 28pt;
    color: #49390E;
}

h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18pt;
	color: #49390E;
}

h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16pt;
	color: #49390E;
}

.style1 {
	text-align:center;
}

/*#wrapper #main h3 {
}*/

/* MENU-OPMAAK DROPDOWN*/

ul {
	list-style-type: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12pt;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #997821;
	/* background-color: #ECBD14; /* menu */		
}

li {
    float: left;
}

li a, .dropbtn {
	display: block;
	color: white;
	/* color: #513206; /* letterkleuren in menu */
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #664708;
	/* background-color: #F7E5A9; /* verkleuring */
	background-color: #664708;
	/* color: #7C4406; */
}

li.dropdown {
    display: inline-block;
}

.active {
	background-color: #AF2E30;
	/* background-color: #F1CF5D; */
}

.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;
}
