/* CSS Document */

<style type="text/css">

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

}

.navigation_bar_M{
	font-size: 14px;
	color: #0D1D6F;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width: inherit;
	font: Arial, Helvetica, sans-serif;
}

.navigation_bar_M:hover{
	font-size: 14px;
	color:#FF6709;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
}

.navigation_bar_XL{
	font-size: 20px;
	color: #0D1D6F;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width: inherit;
	font: Arial, Helvetica, sans-serif;
}

.navigation_bar_XL:hover{
	font-size: 20px;
	color:#FF6709;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
}
.text_blauw{
	font-size:14px;
	color: #0D1D6F;
	letter-spacing: normal;
	font-weight: normal;
	font-family: Arial;

}
.text_blauw_vet{
	font-size:12px;
	color: #0D1D6F;
	letter-spacing: normal;
	font-weight: bold;
	font-family: Arial;
}

.kop_blauw{
	font-size:20px;
	color: #0D1D6F;
	font-weight: bold;
	font-family: Antique-Olive;
}

.text_slogan{
	font: Antique-Olive;
	font-size:45px;
	color: #0D1D6F;
	font-weight: bold;
	text-decoration: underline;
	
}

.Link{
	font-size: 12px;
	color: #0D1D6F;
	font-style: normal;
	text-decoration: none;
	font: Arial;
	padding-bottom: 0px;
}

.Link:hover{
	font-size: 12px;
	color:#FF6709;
	font-style: normal;
	text-decoration: none;
	font: Arial;
}

.Link:select{
	font-size: 12px;
	color:#FF6709;
	font-style: normal;
	text-decoration: none;
	font: Arial;
}

.text_bijschrift{
	font-size: 12px;
	color: #0D1D6F;
	font-style: normal;
	font: Arial;
	padding-bottom: 0px;
	text-align: center;
}

</style>

