body {
	background: #252525;
	min-width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.5;
}

#main {
  margin: auto;
  width: 778px;
  height: 578px;
}
#tekstvak {
  width: 435px;
  height: 402px;
  margin-top: 50px;
  margin-left: 73px;
  overflow: auto;
}
h1 {
  font-size: 16px;
  font-weight: bold;
}
tekst {
  line-height: 1.5;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#foto .afbeelding {
	padding-top: 5px;
}

/* Album */
#album_overzicht .spacer {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	
	margin-bottom: 10px;
	margin-top: 10px;
}

.album_item {
	margin: 0;
}
.album_item h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 13px;
}
.album_item p {
	line-height: 1.3;
	margin-top: 0px;
	padding-top: 0px;
}
.album_item h3 {
	padding-bottom: 7px;
}
.album_item .foto {
	
	width: 130px;
	display: block;
	float: left;
}
.album_item .foto img {
	border: solid;
	border-color: #fff;	
	border-width: 1px;
}

.archiefbalk { text-align: left; }
.archiefbalk li { list-style: none; display: inline; margin: 2px; padding: 4px; }
.archiefbalk a { color: #fff; }
