* {
 margin: 0;
 padding: 0;
}

body {
 font-family: "Vendana", sans-serif;
 color: black;
 background-color:#33CC33;
 font-size: 100%;
}

#kop {
 width: 1200px;
 height: 125px;
 text-align: right;
 margin: 0 auto;
 background-color: white;
 background-image: url("images/Oussoren_Logo_2019_50.jpg");
 background-repeat: no-repeat;
 background-position: left top;
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid black;
 }

#kop p  {
 color: white;
 font-style: normal;
 font-variant: small-caps;
 font-weight: bold;
 font-size: 44px;
 font-family: "Vendana", "Vendana", Vendana;
 padding-left: 20px;
 padding-top: 48px;
 }

#midden {
 width: 1200px;
 margin: 0 auto;
 height: 650px;
 border-left: 1px solid black;
 border-right: 1px solid black;
 overflow: hidden;
 }

#menu {
 height: 26px;
 width: 1200px;
 margin: 0 auto;
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 background-color: darkgreen;
 }

#menu ul {
 list-style-type: none;
 }

#menu ul li {
 float: left;
 width: 170px;
 position: relative;
 }

#menu li a:link, #menu li a:visited {
 display: block;
 width: 170px;
 height: 22px;
 border-left: 1px solid black;

 border-bottom: 1px solid black;
 padding-top: 4px;
 text-align: center;
 font-size: 14px;
 text-decoration: none;
 text-transform: uppercase;
 color: white;
 font-weight: bold;
 }

#menu li a:hover, #menu li li a.sub:hover {
 background-color: #33CC33;
 }

#menu li ul {
 width: 170px;
 border-top: 1px solid black;
 position: absolute;
 left: -10000px;
 top: 1px;
 font-size: 14px;
 }

#menu li li a:link, #menu li li a:visited {
 display: block;
 width: 162px;
 height: 22px;
 background-color: black;
 border-right: 0;
 padding-left: 8px;
 padding-top: 4px;
 text-align: left;
 text-decoration: none;
 text-transform: none;
 color: white;
 font-size: 14px;
 }

#menu li:hover ul {
 display: block;
 left: -1px;
 top: 26px;
 background-color: #33CC33;
border-top: 1px solid black;
 border-right: 1px solid black;
}

#hoofdvak {
 clear: both;
 float: left;
 width: 800px;
 padding-left: 18px;
 padding-right: 18px;
 padding-top: 28px;
 padding-bottom: 32000px;
 margin-bottom: -32000px;
 background-color: white;
 }

#hoofdvak p {
 font-size: 85%;
 margin-bottom: 18px;
 }

#hoofdvak ul, #hoofdvak ol {
 font-size: 85%;
 margin-bottom: 18px;
 margin-left: 18px;
 }

#hoofdvak img {
 margin: 6px;
 }

#hoofdvak h1 {
 font-size: 100%;
 font-weight: bold;
 color: black;
 margin-bottom: 6px;
 }

#hoofdvak h2 {
 font-size: 150%;
 font-weight: bold;
 color: black;
 margin-bottom: 6px;
 }

#hoofdvak form {
 margin-bottom: 10px;
 }

.invulveld {
 font-family: "Courier New", Courier, monospace;
 font-size: 95%;
 color: midnightblue;
 }

#kolomrechts {
 width: 350px;
 float: left;
 background-color: white;
 border-left: 1px solid black;
 padding-right: 4px;
 padding-left: 8px;
 padding-top: 28px;
 padding-bottom: 32000px;
 margin-bottom: -32000px;
 text-align: center;
 }

#kolomrechts p {
 font-size: 75%;
 color: black;
 margin-bottom: 24px; }


#voet {
 clear: both;
 width: 1200px;
 margin: 0 auto;
 padding-top: 6px;
 padding-right: 6px;
 padding-bottom: 6px;
 border-top: 1px solid black;
 font-size: 60%;
 text-align: right;
 color: lightgrey;
 }

#voet a:link, #voet a:visited {
 text-decoration: none;
 color: lightgrey;
 }

#voet a:hover  {
 text-decoration: none;
 color: lightgrey;
 }
