/* CSS Document */
.main {
	background-attachment: fixed;
	background-image: url(zandzeebar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.vlak {
	background-image: url(gfx/backgrnd.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.bodytekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytekstLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFF00;
	text-decoration: underline;
}
.bodytekstLinks:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFff;
	text-decoration: underline;
}.border {
	border: 1px solid #FFFFFF;
}
.cursor {
	cursor: default;
}
