.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 129px;

   border-width: 0px;
   border-style: solid;
   border-color: #000000;	
   background-color: #000000;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 125px;

   padding: 1px;
   margin: 2px;
   font-family: Comic Sans MS;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #FFD900;
}
.dropmenu a:hover {
   padding: 1px;
   margin: 2px;
   font-family: Comic Sans MS;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #FFFD80;
}
h1 {
	font-family: Ravie;
}
.opmaak_plaatje {
	border: thick double #3300CC;
}
.opmaak_tabel {
	border: thick inset #3300CC;
}
.inlogformulier {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFF33;
	background-color: #FFFF33;
	background-position: center center;
	display: block;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #3300CC;
	border-right-color: #3300CC;
	border-bottom-color: #3300CC;
	border-left-color: #3300CC;
}
.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFF33;
	color: #3300CC;
	font-weight: bolder;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

