/* CSS Document */
body {
	background-image: url(fotos/achtergrond.jpg);
}
.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	top: 290px;
	position: fixed;
	left: 360px;
	width: 635px;
}
.zoek {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #000000;
	font-weight: normal;
	position: relative; left: 50px;
	width: 700px;
}
/*Onderstaande is voor de resultaten */
.naamvet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #513A17;
	font-weight: bold;
	position: relative; left: 3px;
}
.naamnor {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	padding-top: 3px;
	position: absolute; left: 132px;
}
.lijn {
	border-bottom: 1px solid #513A17; color: #513A17;
}
/*Onderstaande is voor de normale tekst zonder uitlijning */
.tekstnor {
    font-size: 14px;
	color: #000000;
	font-weight: normal;
}	
.titel {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

