/* scheffers.css */
body {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 80%;
	/* background-color: darkgreen; */
	overflow: auto; /* hidden */
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {color: white}
a:visited {color: #ADD8E6;}
a:hover {color: navy;}
h1, h2, h3 {text-align: center;}
h3 {
font-weight: bolder;
border: 1px solid white;
margin: 0 0 0 44%;
width: 150px;
}
img {
	height: auto;
	width: auto;
  margin: 0 0 5px 15px;
}
#top a {
	font-style: normal;
	color: white;
}
div#top {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: #09285f;
	color: white;
}
div#auteursblok {
	position: absolute;
	width: 20%;
	height: 100%;
	top: 150px;
	background-color: #bf0c0f;
	color: white;
	font-size: 112%;
}
div#auteurs{
padding: 10px;
}
div#titelsblok {
	position: absolute;
	width: 20%;
	height: 100%;
	top: 150px;
	left: 80%;
	background-color: #bf0c0f;
	color: white;
	font-size: 112%;
}
div#titels {
padding: 10px;
}
div#inhoudblok {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 150px;
	left: 20%;
	background-color: white;
  background-image: url('../afb/boekenkastLICHT.JPG');
}
div#inhoud {
padding: 15px;
}
div#tekstinhoud {
position: relative;
display: block;
/* left: 240px; */
clear: both;
padding: 25px;
font-weight: bold;
}
img.links{
	float: left;
	margin-right: 1em;
}
img.rechts{
	float: right;
	margin-top: -4em;
	margin-right: 1em;
}
img#arechts{
	float: right;
	margin-top: 0;
	margin-right: 1em;
}
img#inhoudrechts {
	position: relative;
	float: right;
	padding: 25px;
/*	right: 5px;
	bottom: 10px;
	width: auto;
	height: auto; */
}
img#inhoudlinks {
	position: relative;
	float: left;
	padding: 25px;
/*	left: 5px;
	top: 5px;
	width: auto;
	height: auto; */
}
div.scheiding {
	border-top: 0px solid black;
	height: 10px;
	clear: both;
}
div#disclaimer {
	position: absolute;
	width: 100%;
	height: 3%;
	top: 97%;
	color: #696969;
	background-color: black;
	text-align: center;
}
table {
  border-collapse: collapse;
  width: 95%;
  margin: 5px;
}
thead {
  font-weight: bold;
  text-align: center;
}
td {
  padding: 0 0 0 5px;
  border: 1px solid;
/*  margin: 5px; */
  height: 14px;
}
td.aantal {
  padding: 0;
  width: 15%;
}
td.auteur {
  width: 35%;
}
td.titel {
  width: 38%;
}
td.prijs {
  width: 10%;
  text-align: right;
  padding: 0 5px 0 0;
}
