body {
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*
Afbeeldingen worden standaard weergegeven zonder rand, tenzij aangegeven met een CSS-eigenschap.
*/
img {
	border: 0px;
}

#container {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 820px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(/opmaak/afbeeldingen/bg_header.gif);
	line-height: 85px;
	font-size: 28px;
	font-weight: bold;
}

#container-slagzin {
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
	color: #8c8c8c;	
}

#container-logo {
	float: left;
	margin-top: 12px;
	margin-left: 3px;
}

#container-inhoud {
	width:820px;
	background-image: url(/opmaak/afbeeldingen/bg_inhoud.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
	overflow: hidden;
	height: auto;
}

#container-blikvanger {
	width: 820px;
	padding: 0px 40px 0px 40px;
	height: 175px;
}

#blikvanger {
	width: 820px;
	height: 152px;
}

#inhoud {
	width: 595px;
	margin-left: 220px;
}

#submenu {
	width: 200px;
	float: left;
	margin-left: 10px;
}

#container-footer {
	border-top: 1px solid #E5E5E5;
	width: 820px;
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 820px;
	margin-bottom: 20px;
}


h1 {
	font-size: 22px;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	padding: 5px 0 5px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
	
h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}



.gallerij_categorie_kop {
	width: 188px;
	padding: 1px 2px 1px 6px;
	font-weight: bold;
	margin-top: 2px;
}


.gallerij_product_link a {
	text-decoration: none;
}

.gallerij_product_a {
	padding: 4px;
	width: 186px;
}

.gallerij_product_a:hover {
	padding: 4px;
	width: 186px;
}

.gallerij_product_b {
	padding: 4px;
	width: 186px;
}

.gallerij_product_b:hover {
	padding: 4px;
	width: 186px;
}

.gallerij_blok {
	margin-bottom: 8px;
	padding: 4px;
}



ul#subnavigatie {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#subnavigatie li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigatie li a {
	text-decoration: none;
}

#subnavigatie li a:hover {
	text-decoration: none;
}

#container-navigatie {
	width: 820px;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigatie {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigatie li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigatie li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	border-right: 1px solid #ffffff;
	font-weight: bold;
}

#navigatie li a:hover {
	text-decoration: underline;
}


/* Onderdeel nieuwsberichten */

.nieuws_bericht {
	border: 1px solid #E5E5E5;
	background-image: url(/opmaak/afbeeldingen/bg_verloop.gif);
	background-repeat: repeat-x;
	padding: 8px;
	margin: 8px 10px 8px 10px;
	color: black;
	overflow: hidden;
	height: auto;
}

#nieuws_titel, #nieuws_titel a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#nieuws_bron a {
	font-style: italic;
	text-decoration: none;
}

#meerlezen a {
	text-decoration: none;
	margin-left: 490px;
	border-bottom: 1px dotted;
}

#meerlezen a:hover {
	text-decoration: none;
	margin-left: 490px;
	border-bottom: 1px solid;
}

/* Blokken */

.blok {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 8px;
	padding: 7px;
	color: black;
	background-image: url(/opmaak/afbeeldingen/bg_verloop.gif);
	background-repeat: repeat-x;
}

.navigatie_blok {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 8px;
	padding: 7px;
	color: black;
}

.inhoud_blok {
	border: 1px dotted #cccccc;
	padding: 8px;
	margin: 8px 10px 8px 10px;
	color: black;
}

.bloktitel {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-weight: bold;
	margin-bottom: 3px;
}

#broodkruimels {
	background-image: url(/opmaak/afbeeldingen/bg_pijlen.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
	margin-left: 15px;
	font-weight: bold;
	/* text-transform: capitalize; */
}

#broodkruimels a {
	text-decoration: none;
}

.infotabelkop {
	background-color: #D4D0C8;
	font-weight: bold;
	color: white;
}

.infotabel {
	width: 100%;
	font-size: small;
	margin-top: 15px;
	background-image: url(/opmaak/afbeeldingen/bg_verloop.gif);
	background-repeat: repeat-x;
	border: 1px solid #D4D0C8;
}

.tabelkop {
	background-color: #F1F1F1;
	font-weight: bold;
	color: black;
	vertical-align: top;
	padding: 2px;
}

img#afb_links {
	border: 0px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

img#afb_rechts {
	border: 0px;
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#miniatuur {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

img#miniatuur_afb {
	border: 0px;
}

img#afb_tijdschrift {
	float: right;
	margin-left: 18px;
	margin-bottom: 15px;
}

img#afb_artikel {
	margin-right: 10px;
	border: 0px;
}

img#afb_pagina {
	float: left;
	margin-left: 3px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.container-leeg {
	padding: 8px;
	margin: 8px 10px 8px 10px;
}

hr {
	border: 1px solid #E5E5E5;
}

ul#tijdschriftnummers {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#tijdschriftnummers li {
	list-style: none;
	padding: 0px 0px 1px 10px;
	margin: 0px 0px 0px 0px;
}

#tijdschriftnummers li a {
	text-decoration: none;
}

#tijdschriftnummers li a:hover {
	text-decoration: none;
}

#letterlijst a {
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
}
#letterlijst a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
	border: 1px solid black;
}
#letterlijst {
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
	padding: 2px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}


ul#linklijst {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

#linklijst li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#linklijst li a {
	text-decoration: none;
	color: black;
}

#linklijst li a:hover {
	color: black;
	text-decoration: underline;
}

#tekst_rechts {
	text-align: right;
	font-style: italic;
}

/* 
Dit wordt in verschillende pagina's gebruikt om te voorkomen dat afbeeldingen
over de nieuws_bericht divs weergegeven worden.
*/
.clear {
	clear: both;
}

.invoer-zoekmachine {
	width: 180px;
}

.invoer-authenticatie {
	font-weight: bold;
	margin: 1px;
	padding: 2px;
	width: 170px;
	margin-bottom: 3px;
}

.invoer-authenticatie-formulier {
	margin: 0px;
	width: 170px;
	margin-bottom: 3px;
}

.invoer-authenticatie-knop {
	margin: 1px;
	background-color: white;
}

.woord_uitleg {
	margin-left: 10px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.melding_positief {
	border: 1px solid green;
	background-color: white;
	padding: 3px;
	margin: 2px;
	font-weight: bold;
}

.melding_negatief {
	border: 1px solid red;
	background-color: white;
	padding: 3px;
	margin: 2px;
	font-weight: bold;
}

.markering {
	color: red;
	line-height: 1.4em;
}

