body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/back.jpg);
	margin: 0px;
}
.horlijn {
	background-attachment: scroll;
	background-image: url(../images/horizontalelijn.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.horlijn2 {
	background-attachment: scroll;
	background-image: url(../images/horizontalelijn2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.vertlijn {
	background-attachment: scroll;
	background-image: url(../images/vertikalelijn.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#bord {
	position:absolute;
	left:1196px;
	top:137px;
	width:400px;
	height:321px;
	z-index:1;
	overflow: hidden;
}
.titel {
	font-size: 24px;
	font-weight: bold;
	color: #D4D4D4;
}
#inhoud {
	position:relative;
	left:0px;
	top:0px;
	width:450px;
	height:380px;
	z-index:1;
	overflow: auto;
	padding-right: 20px;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
}

