.tekst {
  font-family:Verdana;
  font-size:12px;
  color:#f9ce6c;
}

.tekstblauw {
  font-family:Verdana;
  font-size:11px;
  color:#111b36;
}

a {
  font-family:Verdana;
  font-size:12px;
  color:#c0a25f;
}

.input_field{
	font-family:			Verdana;
	font-size:				12px;
	font-weight:			normal;
	border: 				1px solid #c0a25f;
	background-color: 		#f8fbe9;
	color: 					#000000;	
}
.empty_input{
	font-family:			Verdana;
	font-size:				12px;
	font-weight:			normal;
	color:#000000;
	background:#fbc8c9;
	border:1px solid #c0a25f;
}

.button {
	font-family:			Verdana;
	font-size:				12px;
	font-weight:			normal;
	border: 				1px solid #c0a25f;
	background-color: 		#111b36;
	color: 					#c0a25f;	
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FCF3E2;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
overflow:visible;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -180px;
left: -380px; /*position where enlarged image should offset horizontally */
}