html {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #02858F;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #b90000;
	scrollbar-darkshadow-color: #b90000;
	scrollbar-track-color: #b90000;
	scrollbar-arrow-color: #ffffff;
}

body {
	background-attachment: fixed;
	background-image: url(../images/bg_totaal.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
}

#taalKeuze{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF
}


.bg_ligging {
	background-image: url(../images/f_ligging.jpg);
	background-repeat: no-repeat;
}
.bg_beeldmerk {
	background-image: url(../images/f_beeldmerk.jpg);
	background-repeat: no-repeat;
}
.bg_beeldmerk2 {
	background-image: url(../images/f_beeldmerk2.jpg);
	background-repeat: no-repeat;
}
.DIVvierkant {
	height: 330px;
	width: 325px;
	overflow: auto;
	position: relative;
	margin: 5px;
	padding: 5px;
}
#onlineBoekenVlak {
  position: relative; 
  width: 100%; 
  height: 100%;
}
#onlineBoekenTekst {
  padding: 4px 0px;
  text-align: center; 
  width: 100%; 
  height: auto; 
  border-top: 10px solid #fff; 
  position: absolute; 
  left: 0px; 
  bottom: 0px;
}

