/*
Philippe Sattler
Website by Mark Vanpee
http://www.vanpeemenh.be
Updated: may 29 2005
Box Model Hack by Tantek http://www.tantek.com
*/
body {
	color: Black;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}
#container {
	margin: 0 10mm 10mm 10mm;
	padding: 0;
	text-align: left;
}
#banner {
	visibility: hidden;
	margin-top: 0;
}
#banner img {
	display: none;
}
#banner h1 {
	visibility: visible;
	margin-top: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
}
#content {
	margin: 0;
}

#sidebarleft {
	display: none;
}
#footer {
	clear: both;
}
#footer p {
	font-size: 8pt;
}
#printonly {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18pt;
	border-bottom: 2pt solid;
	margin-bottom: 18pt;
}
h1 {
	font-weight: bold;
	font-size: 16pt;
}

h2 {
	font-weight: normal;
	font-size: 14pt;
	margin-bottom: 0;
}

p {
	margin-top: 0;
	font-size: 12pt;
	margin-bottom: 12pt;
}

ul {
	margin-bottom: 12pt;
	list-style-type: disc;
}
li {
	margin-bottom: 12pt;
}
ol {
	font-size: 12pt;
	margin-bottom: 12pt;
}
address {
	margin-top: 0;
	font-style: normal;
	font-size: 12pt;
	margin-bottom: 6pt;
}
table {
	table-layout: fixed;
	width: 490px;
	border-top: 2px solid Gray;
	margin-top: 12px;
}
td {
	text-align: left;
	border-bottom: 1px solid Gray;
	vertical-align: top;
	font-size: x-small; /* IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
html>td {
	font-size: small; /* be nice to Opera */
}
table.photo {
	table-layout: fixed;
	width: 500px;
	margin-top: 12px;
	border: none;
}
table.photo td {
	vertical-align: middle;
	padding: 10px 0 10px 0;
	text-align: center;
	border: none;
}
a:link {
	color: Black;
}
a:visited {
	color: Black;
}
a:hover {
	color: Black;
}
blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}

/* ----- Navigatie ----- */
#navlist ul li {
	display: none;
}


/* ----- Afbeeldingen ----- */
.imgright {
	float: right;
	margin: 0 0 5px 20px;
}
.imgleft {
	float: left;
	margin: 0 20px 5px 0;
}
.thumb {
	border: none;
}

/* ----- Andere ----- */
.nocompliant {
	display: none;
}
.verse {
	margin-left: 5em;
	margin-bottom: 0;
	margin-top: 0;
}