/* GENERAL STYLES */
body
{
  font-family: Verdana, Arial, Sans-Serif;
  background-color: #eee;
  font-size: 0.8em;
}
.booktitle
{
  font-weight: bold;
  font-size: medium;
}
h1
{
  font-size: larger;
  margin-top: 0px;
}
h2
{
  font-size: small;
}

.boekdata
{
  /* font-size: smaller; */
  background-color: #fffacd;
  margin-top: 10px;
}

.mainimage
{
  border-width: 0;
}

.detailimage
{
}

.imagecaption
{
  font-style: italic;
  /* font-size: smaller; */
}

.booksummary
{
}

.ISBN
{
  /* font-size: smaller; */
  white-space: nowrap;
}

.Tekst
{
  /* font-size: smaller; */
  overflow: hidden;
  height: 10px;
}

.Gastenboek
{
  font-size: smaller;
}
.messagefrom
{
  font-style: italic;
  background-color: white;
}
.messagebody
{
  background-color: #ADD8E6;
}
.messagesubject
{
  font-weight: bolder;
  background-color: #B0C4DE;
}

/* --- LAYOUT --- */

/* Centered container, root element. contains #main and #ads */
#container {
	margin: 10px auto; /* centered on page */
	width: 782px;
        background-color: #EFEFF6;
}

#booktable
{
	margin-bottom: 10px;
}

/* Main content container, contains #header, #navigationlist, #content, #bottom, #bottomshadow */
#main {
	width: 782px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	background: white url(/images/background_top.gif) repeat-y top right;
/* padding-bottom: 10px;*/
}

#header
{
	width: 775px;
	display: block;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 17px;
}

#header img
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 423px;
	height: 55px;
}

#links
{
	float: right;
}

#content {
	float: none;
	padding-top: 0px;
	padding-left: 17px;
	padding-right: 25px;
	padding-bottom: 0px;
	margin: 0;
}

#content img
{
	border: 0;
	/* margin:0 0 20px 20px; */
}

#contentwithnavigation
{
	float: left;
	clear: none;
	width: 530px;
        margin-bottom: 10px;
}

#contentwithnews
{
	float: left;
	clear: none;
	width: 545px;
}

#contentfullwidth
{
	float: none;
	clear: none;
	width: 740px;
}

div.centerimg
{
	width: auto;
	text-align: center;
	font-style: italic;
}

div.centerimg p
{
	margin: 0;
	padding: 5px 0 10px 0;
}

#news {
	width: 165px;
	float: right;
	padding: 10px;
	margin-left: 5px;
	margin-right: 0px;
	border: 1px dotted #ddd;
	font-size: 85%;
}

/* Footer */
#bottom {
	clear: both;
	border-top: 1px solid #333366;
	width: 775px;
	margin: 40px 0 0 0;
	padding: 8px 0;
	text-align: center;
	font-size: x-small;
}

/* Shadow below #bottom */
#bottomShadow
{
	background: url(/images/background_bottom.gif) no-repeat bottom right;
}

/* Navigation */

/* Top navigation */

#navigationbar {
	float: none;
	padding: 0;
	width: 775px;
	height: 30px;
	background: url(/images/mobzystems/menubg.png);
}

#navigationlist {
	list-style:none;
	margin: 0;    
	padding: 0;
	border-top: 1px #333366 solid;
}

#navigationlist li {
	width: 95px;
	height: 29px;
	float: left;
	border-left:#ddd9cc solid 1px;
	border-right:#888477 solid 1px;
}

#navigationlist .selected {
	font-weight: bold;
}

#navigationlist a{
	padding: 6px 0 0 0;
	height: 23px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
}

#navigationlist a:hover
{
    color:#ddd9cc;
}

/* Side navigation */

#secondLevelNavigation {
	float: left;
	width: 200px;
	list-style:none;
	padding:0;
	margin: 0;  
	border-top: 1px solid #ddd;
	margin-right: 10px;
}

#secondLevelNavigation li {
	margin: 0;
	border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected
{
	font-weight: bold;
}

#secondLevelNavigation a
{
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	/* font-size: smaller; */
}

#secondLevelNavigation a:hover
{
	background-color: #eee;
/* font-weight: bolder; */
text-decoration: underline;
}

#homeimagetable
{
  width: 316px;
  height: 316px;
  padding: 3px;
  margin: 30px auto;
  /* border: solid 1px black; */
}

#homeimagetable img
{
  padding: 0px;
  margin: 3px;
  border: solid 1px black;
}

.newsitem ul
{
  list-style-position: inside;
}


/* EDITOR PROPERTIES */
