.imgbox {
	float: left;
	width: 138px;
	height: 170px;
	border: 0px solid red;
}
.num {
	position: relative;
	top: 0px;
	left: 0px;
	width:16px;
	height:16px;
	background-color:black;
	color: white;
	padding: 0px 2px 4px 2px;
	font-weight: bold;
}
.pic {
	position: relative;
	top: -20px;
	left: 20px;
	width: 100px;
	height: 142px;
	margin: 0px;
	padding: 0px;
	border: outset 2px;
}
.dt {
	position: relative;
	top: -20px;
	left: 0px;
	width: 138px;
	height: 25px;
	text-align: center;
	font-weight:900;
	font-size: 70%;
	font-family: Tahoma, sans-serif;
}
.archiefindex {
	position: absolute;
	border: 0px solid red;
	left: 490px;
	top: 45px;
	width: 300px;
	height: 100px;
	text-align: center;
}