/*
-----------------------------------------------
Print Style Sheet
Author:	 Paul van Buuren
Version:	2.2 , Feb 2006
----------------------------------------------- */


/* =Structure
----------------------------------------------- */
body {
	padding:0;
	font-family : "Georgia", "times", "times new roman", "Verdana", "Arial", sans serif, serif; 
	font-size : 65%; 
	margin:.4em 1em .4em 0;
}

/* =Header
----------------------------------------------- */
#pageheader {
	display:none;
}


/* Things To =Hide
----------------------------------------------- */
#nav, .none, .noprint, #pageheader_navigation, .sIFR-flash, #footer, .input , form * , #sidebar, object {
	display:none;
}


/* Things To =Show
----------------------------------------------- */
.log .previously {
	display:block;
}
.events .more {
	display:inline;
}


/* =Headings
----------------------------------------------- */
h1, h2, h3, .bigletter {
	font-family:Georgia,Serif;
	font-weight:normal;
	clear:both;
}
h1 {
	font-size:180%;
}
h2, .bigletter {
	font-size:140%;
}
h3 {
	font-size:125%;
}


/* =Links
----------------------------------------------- */
a {
	color:black;
	text-decoration:none;
}
a img {
	border-width:0;
}



/* =Misc
----------------------------------------------- */
p {
	line-height:1.3em;
}
p, dl, ul, table {
	font-size: 1.2em;
	line-height:1.6em;
}
p {
	line-height:1.8em;
}
table p, dl ul, dl p, dl dl {
	font-size:100%;
	line-height:1.6em;
}
dt {
	font-size:100%;
	font-weight:bold;
}

ul, dl {
	margin-bottom:.75em;
}

.imgleft {
	position:relative;
	float:left;
	margin:.4em 1em .4em 0;
}
.imgright {
	position:relative;
	float:right;
	margin:.4em 0 .4em 1em;
}
p.left img, p.right img {
	display:block;
	border:.5pt solid silver;
	padding:.05in;
}
p.left em, p.right em {
	display:block;
	margin-bottom:.05in;
	color:gray;
}
.imgleft, .left, img.left {
	float:left;
	margin:.05in .1in .05in 0;
}
.imgright, .right, img.right {
	float:right;
	margin:4px 0 4px 8px;
}
img.imgleft, img.imgright {
	padding:4px;
	border:1px solid #ddc;
}
img.block {
	display:block;
	margin:.5em 0;
}
hr {
	background:gray;
	display:block;
	border-width:0;
	height:.25pt;
}
th {
	text-align:left;
	font-weight:normal;
}
code {
	font:110% Monaco,"Courier New",Courier,Monospace;
}
.gastenboekentry {
	width: 70%;
}
.semitabel , .bonmottabel { 
	display : block; 
	float : left; 
	width : 16%; 
	margin : 1px; 
}
.semitabel { 
	border-top : 1px solid #036 !important;	
	border-left : 1px solid #ddd !important; 
	border-right : 1px solid #ddd !important; 
	border-bottom : 10px solid #fff !important;
	background-color : #ddd; 
} 

.bonmottabel { 
	border-left : 1px solid #ddd !important; 
/*	border-right : 1px solid #ddd !important; */
} 
.bonmot { 
	display : block; 
/*	border-right : 1px solid #666; 
	border-left : 1px solid #666; */
	border-top : 1px solid #666; 
	border-bottom : 1px solid #666; 
	padding-right : 5px; 
	padding-top : 5px; 
	padding-left : 5px; 
	padding-bottom : 5px; 
	margin : 1%; 
	background-color : #fff; 
} 
.bonmotclass { 
	padding-left : 20pt; 
	padding-bottom : 5pt; 
	display : block; 
	font-family : "Georgia", "times", "times new roman", "Verdana", "Arial", sans serif, serif; 
	font-weight : bold; 
	font-style : italic; 
} 

/* =Footer
----------------------------------------------- */

.gastenboekentry {
	border: 1px solid #000;
	width: 600px;
	padding: 10px;
}

