/* CSS Document */
.bodyImage {
	background-image: url(../afbeeldingen/achter.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #A18959;
}
.backgroundMidden {
	background-image: url(../afbeeldingen/verloop.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
.Bodytekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 16px;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.Bijschrift1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #333333;
}
a:link {
	color: #F36523;
	text-decoration: none;
	line-height: 20px;
}
a:visited {
	text-decoration: none;
	color: #F36523;
}
a:hover {
	text-decoration: none;
	color: #F36523;
}
a:active {
	text-decoration: none;
	color: #F36523;
}

