html,body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.boks{
	border: 1px solid #84C200;
}
.bokse{
	border: 1px solid #84C200;
	background-color: green;
}
.groen{
	background-color: green;
}
.wit{
	color: white;
}
#knop {
    width: 100px;
    border: 1px solid green;
    border-radius: 10px;
    text-align: center;
    color: green;
    background-color: #ECE9D8;
}
#knop:hover{
    background-color: green;
    color: white;
    cursor: pointer;
}
#kopje {
	display: block;
	color: white;
	font-size: 150%;
	margin-top: 10px;
}
#blader {
    width: 35px;
    border: 1px solid green;
    border-radius: 10px;
    text-align: center;
    color: green;
    background-color: #ECE9D8;
}
#blader:hover,#blader.active{
    background-color: green;
    color: white;
    cursor: pointer;
}
label {
    display: inline-block;
    width: 120px;
    color: white;
}
#regel,
#regel1 {
    display: block;
}
#regelkop1 {
    color: white;
}
#tekst5,#tekst10,#tekst12,#tekst15,#tekst20,#tekst25,#tekst30,#tekst40,#tekst50,
#num5,#num10,#num12{
    display: inline-block;
}
input {
    border: 1px solid green;
    border-radius: 5px;
}
#num5,#num10,#num12{
    text-align: right;
}
#tekst5,#num5 { width: 40px;}
#tekst10,#num10 { width: 80px;}
#tekst12,#num12 { width: 96px;}
#tekst15 { width: 120px;}
#tekst20 { width: 160px;}
#tekst25 { width: 200px;}
#tekst30 { width: 240px;}
#tekst40 { width: 320px;}
#tekst50 { width: 400px;}
.wit { color: white;}
#content{
    display: block;
    width:1500px;
    height: 100%;
    min-height: 90%;
    margin: 0 auto;
    background-color: #84C200;
}
#header{
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size:2.5em;
    padding-top: 20px;
    background-color: white;
}
#login{
    width: 340px;
    height:180px;
    margin: 0 auto;
    margin-top: 250px;
    border: 2px solid green;
    padding: 0px;
    border-radius: 10px;
}
#login #kop{
    width 100%;
    height: 30px;
    padding-top: 3px;
    text-align: center;
    color: green;
    font-size: 1.5em;
    margin-bottom: 10px;
    border-bottom: 2px solid;
}
#login #regel{
    margin-top: 10px;
    margin-left: 20px;
}
#login #regel1{
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
}
#login #fout{
    display: inline-block;
    height: 30px;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    border-top: 2px solid green;
}
#blank {
    display: block;
    background-color: white;
    height: 15px;
}
#inhoud {
    display: block;
    width: 1480px;
    margin: 0 10px;
}

#menu {
	display: block;
	padding: 0px;
	margin: 0px;
}
#menu ul{
	padding: 0px;
	list-style: none;
	background: #84C200;
	color: white;
}
#menu ul li{
	display: inline-block;
	position: relative;
	text-align: left;
}
#menu ul li a{
	display: block;
	width: 120px;
	color: white;
	text-decoration: none;
}
#menu ul li a:hover{
	color: white;
	backgeround: green;
}
#menu ul li ul{
	min-width: 100%; /* Set width of the dropdown */
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
}
#menu ul li:hover ul{
	display: block;	/* Display the dropdown */
}
#menu ul li ul li{
	border: 1px solid green;
	background-color: white;
	displsay: block;
}
#menu ul li ul li a{
	color: green;
}
#menu ul li ul li:hover a{
	color: white;
	background-color: green;
}
#raam {
	width: 1150px;
	height: 200px;
	overflow-y: auto;
	overflow-x: auto;
}
