/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
@font-face
{
font-family: PlantinStd;
src: url('PlantinStd.otf'),
     url('plantinstd.eot'); /* IE9+ */
	 font-weight: normal;
	 font-style: normal;
}
@font-face
{
font-family: PlantinStd;
src: url('PlantinStd-Italic.otf'),
     url('plantinstd.eot'); /* IE9+ */
	 font-weight: normal;
	 font-style: italic;	 
}
@font-face
{
font-family: PlantinStd;
src: url('PlantinStd-Bold.otf'),
     url('plantinstd.eot'); /* IE9+ */
	 font-weight: bold;
	 font-style: normal;	 
}
@font-face
{
font-family: PlantinStdLight;
src: url('PlantinStdLight.otf'),
     url('plantinstdlight.eot'); /* IE9+ */
}

body {
	background-color: #E0E2D7;   
	margin: 0;
	font-size: 14px;
	font-family: PlantinStd;
}

a {
	color: black;
}

p {
	line-height: 21px;
	padding-bottom: 10px;
}

#container {
	width: 80%;
	height: 100%;
	margin: auto;
	
}

#header {
	margin-top: 40px;
	margin-bottom: 30px;
	height: 50px;
}
#header h1 {
	font-size: 2.5em;
	font-family: PlantinStd;
}
#header h1 a {
	text-decoration: none;
	color: black;
}
#header h3 {
	font-size: 1.0em;
	font-family: PlantinStd;	
}
#header-left{
	width: 45%;
	height: 50px;
	float: left;
}
#header-right {
	width: 45%;
	float: right;
	height: 50px;
	vertical-align: bottom;
	text-align: right;
	position:relative;
	font-size: 13px;

}
div.clear {
	clear: both;
}
h1.titles {
	font-family: PlantinStd;
	font-size: 1.7em;
	padding-bottom: 20px;
}
#menu {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	right: 0;
}
#menu li {
	float: left;
	padding-left: 25px;
}
#menu li a {
	text-decoration: none;
	color: black;
}
footer {

}	
footer p {
	text-align: right;
	font-size: 0.8em;
	padding-top: 20px;
	padding-bottom: 15px;
}

#main {
	background-color: #fbfcfa;
	height: 600px;
}

#index-books {
	height: 500px;
	overflow:auto;
	padding-top: 100px;
	margin-left: 30px;
	margin-right: 30px;
}

#index-books-inner {
	float: left;
	margin-right:-32767px;
	
}
#index-books-inner table{
}

#index-books-niet-bib-textadap {
	vertical-align: top;
}
div.index-book-show {
	position: relative;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
div.index-books-info {
	z-index: 10;
	width: 160px;
	background-color: white;
	bottom:50px;
	left: 50%;
	margin-left: -80px;
	position: absolute;
	display: none;
	text-align: center;
}
div.index-books-info p {
	padding: 0;
	margin: 0;
	line-height: 16px;
	padding-bottom: 5px;
	padding-top: 5px;	
	font-family: PlantinStd;
	font-size: 0.9em;
	font-style:italic;

}
div.index-books-info p.author{
	font-style:normal;	
}

#book {
	height: 600px;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 20px;
	position: relative;	
}
#book-header {
	padding-bottom: 25px;
	width: 540px;
}
#book-menu {
	overflow: hidden;
	padding-bottom: 25px;
}
#book-menu li {
	float: left;
	padding-right: 20px;
}
#book-menu li a {
	text-decoration: none;	
}
.book-title {
	font-family: PlantinStd;
	font-style:italic;	
	font-weight:100;	
	font-size: 1.7em;
	line-height: 30px;
}

.book-author {
	font-family: PlantinStdLight;
	font-size: 1.7em;
}
#book-info {
	padding-top: 20px;
	overflow: hidden;
}
#book-left {
	width: 40%;
	height: 420px;
	float: left;
	overflow: auto;
	padding-right: 20px;
}
#book-right {
	width: 40%;
	float: left;
	padding-left: 20px;
}
#book-detail-info {
	width: 350px;
}
table.book-specificaties td{
	height: 25px;
}
table.book-specificaties td.book-specificaties-title {
	width: 110px;
}
#pages-left {
	width: 50%;
}
#book-images-list {
	top: 80px;
	width: 420px;
	height: 100px;
	position: absolute;
	overflow: hidden;
}
#book-images-list ul li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#book-images-showbook {
	margin-top: 20px;
}
