

td#prev 
{
    text-align: left;
    width: 33%;
}
td#next 
{
    text-align: right;
    width: 33%;
}
td#pagenr
{
    text-align: center;
    width: 33%;
}
table#chapter
{
    width: 100%;
}



/* begin stamboom */
td#stamboom
{
	vertical-align: middle;
	border-color: #000000;
	border-width: 1px;
	font-size: 12px;
	color: #47360a;
	font-weight: bold;
}
.stamboom
{
	vertical-align: middle;
	border-color: #000000;
	border-width: 1px;
	font-size: 12px;
	color: #47360a;
	font-weight: bold;
}
/* eind stamboom */

/* kalender begin */

.kalendertot
{
	width: 100%;
}

.kalender th
{	background: #ffffff;
}

.kalender
{
	width: 250px;
	font-size: 90%;
}


.geboekt {background: #ea0d27; }
.weeknummer {color: #004080; font-weight: bold; background: #ffffff;}

.geboektofniet
{
	border-color: #000000;
	border-width: 1px;
	font-weight: bold;
	font-size: 90%;
}

.geboektofnietkleur
{
	border-color: #000000;
	border-width: 1px;
	background: #ea0d27;
}

/* kalender eind */

.eigenschappenpaard {background: #F8F8F8; width: 50%; font-size: 20px;}

/*begin random content*/

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

/*einde random content*/

/*
body { background : url('http://www.mansolein.com/mansolein/images/achtergrond-3.jpg') no-repeat fixed; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma, Arial; font-weight: normal; font-size: 11px; margin: 2px; vertical-align:middle;} 
*/
div.background-intro /*intro block*/
  {
  width: 580px;
  height: 513px;
  background: url(http://www.mansolein.com/mansolein/images/background-intro.jpg) no-repeat;
  border: 0px solid black;
  }


div.centerdivslide{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdivslide{ /*Proper way to center a relative div*/
width: 99%;
margin-left:auto;
margin-right:auto;
}

td.menubar { padding-bottom: 20px; font-size: 13px; text-align: center; background-repeat: no-repeat; background-color: transparent; font-weight: bold;}
td.menubar div.menu a { padding:7px; display:block; font-weight: bold; text-align:center; background-repeat: no-repeat;}
td.menubar div.menu a:hover { color: #ea0d27; background-repeat: no-repeat;  vertical-align: middle; text-decoration: none;}

td#content {background: transparent;} 

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ 
background-color: #ffe68b;
color: #000000;
}


