/**
 * © Joost de Keijzer, joost@dekeijzer.org, http://www.dekeijzer.org/
 */

body
{
	font-family: "Courier New", Courier, monospace;
	margin: 0;
	padding: 0;
}

img { border: none; }

a
{
	color: black;
	text-decoration: none;
}

p a, .linkblok
{
	color: #999;
	font-weight: bold;
}

a.lijst
{
	color: black;
	font-weight: normal;
}

a:hover, a:active, a:hover *, a:active * { text-decoration: underline; }
a:hover img { text-decoration: none; }

p, td, th
{
	font-size: 12px;
	/*line-height: 16px;*/
	margin: 0;
	padding: 0;
}

p { margin-bottom: 12px; }
tr { vertical-align: top; }

h1, h2, h3, h4, h5, th
{
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}

h1 .ondertitel { font-size: 16px; }

h1
{
	font-size: 24px;
	margin: 32px 0 12px 0;
}

h2
{
	font-size: 16px;
	text-decoration: underline;
	margin: 16px 0 20px 0;
}

h3
{
	font-size: 16px;
	margin: 32px 0 12px 0;
}

h3 .ondertitel { font-size: 12px; }
h3 img { margin-bottom: 6px; }

h4
{
	font-size: 12px;
	/*margin: 12px 0 12px 0;*/
	margin: 12px 0 0 0;
}

h5
{
	font-size: 12px;
	margin: 32px 0 0 0;
}

ul
{
	font-size: 16px;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

ul.dieper { margin-left: 20px; }

#totaal
{
	width: 100%;
	/* 960px */
	margin: 0;
	padding: 0 12px 0 12px;
}

#stop
{
	clear: both;
	height: 12px;
	border: 0;
}

#stop * { display: none; }
#kop_zoek { display: none; }

.kop
{
	width: 98%;
	/* 948/960 */
	border-bottom: black 2px solid;
	padding: 10px 0 15px 0;
}

.scheiding
{
	border-top: black 2px solid;
	padding-top: 16px;
}

.breed
{
	width: 57%;
	/* 556/960 */
	/*float: left;*/
}

.middel
{
	width: 38%;
	/* 370/960 */
	float: left;
}

.middel_uitgelicht
{
	width: 38%;
	/* 374/960 */
	float: left;
}

.middel_uitgelicht .middel { width: 100%; }

.smal
{
	width: 19%;
	/* 184/960 */
	float: left;
	overflow: hidden;
}

.info p { text-transform: uppercase; }
.verborgen { display: none; }

.artikelfotos
{
	width: 78%;
	/* 752/960 */
	clear: both;
	padding: 12px 0 12px 0;
	overflow: visible;
}

.artikelfotos table { overflow: visible; }

.artikelfotos td
{
	font-size: 10px;
	vertical-align: top;
	padding-right: 8px;
}

.artikelfotos td p
{
	width: 100%;
	margin: 0;
	font-size: 10px;
}

.clear { clear: both; }
.kolom_marge { margin-left: 12px; }
.kolom_marge_uitgelicht { margin-left: 8px; }

.uitgelicht
{
	background-color: #eee;
	padding-left: 4px;
}

.inputbreed { width: 340px; }
.inputmiddel { width: 100px; }
.inputsmal { width: 75px; }

.headerzoek
{
	width: 160px;
	margin-top: 4px;
}

.zoekinarchief
{
	margin-top: 32px;
	text-transform: uppercase;
}

.commentaar
{
	text-transform: uppercase;
	font-style: italic;
}

textarea.inputbreed
{
	width: 340px;
	height: 120px;
}

.error_message { color: red; }
