﻿/* --------- DEFAULT --------- */

body
{
	border-width: 0em;
	padding: 0em;
	margin: 0em;
	font-size: 62.5%;/*Voor IE*/
	background-color: #223446;
}
/* ------------------ DIVS ------------------ */
#headerdiv
{
	position: relative;
	float: left;
	left: 5.5em;
	width: 100em;
	height: 22em;
	background-color: #223446;
}
#icondiv
{
	position: relative;
	left: 0em;
	text-align:center;
	text-decoration: none;
}
#stardiv
{
	position:absolute;
	width:32px;
	height:32px;
	left:54.5em;
	top:7em;
	/* padding-top:1em;
	padding-bottom:2em;
	text-decoration: none;/*border:0px solid #223446; */
}
#rubriekblauwdiv
{
	position: relative;
	height: 3em;
	width: 73em;
	padding:0em;
	margin: 0em 0em 0em -0.1em;
	background-color: #318ABD;
}
#rubriekbalkdiv
{
	position: relative;
	height: 1em;
	width: 73em;
	padding:0em;
	margin: 0em 0em 0em -0.1em;
	background-color: #CC0066;
}
#rubriekgrijsdiv
{
	position: relative;
	height: 3em;
	width: 73em;
	padding:0em;
	margin: 0em 0em 0em -0.1em;
	background-color: #ABABAB;
}
#contentdiv
{
	position: relative;
}
#footerdiv
{
	position: relative;
	float: left;
	left: 15.4em;
	width: 69.5em;
	background-color: #223446;
}
#floatdiv
{
	position:absolute;
	width:50px;
	height:40px;
	left:0em;
	top:0em;
	padding:0em;
	background-color:#223446;
	text-decoration: none;
	border:0em solid #223446;
}
#wrapperdiv
{
	position: relative;
	float: left;
	left: 15.4em;
	width: 73em; /*  deze wrapper bepaalt de gehele breedte, dus 2 kolommen plus tussenruimte */
	;
	background-color: #223446;
}
#leftdiv
{
	position: relative;
	float: left;
	left: -10em; /*  plaatst de kolom naar links ipv gecentreerd. combineer met 2e kolom rightdiv */
	width: 24.5em;
	height: 3000em;
	background-color: #d8d8d8;
}
#rightdiv
{
	position: relative;
	float: right;
	right: 0em;
	left: -10em; /*  plaatst de kolom naar links ipv gecentreerd. combineer met 1e kolom leftdiv */
	width: 48em;
	height: 3000em;
	background-color: #f0f0f0;
}
/* --------- CLASSES / TAGS --------- */

/* p
{
	font-size: 1.1em;
	margin: 0em;
} */
IMG
{
	BORDER-BOTTOM: medium none;
	BORDER-LEFT: medium none;
	BORDER-TOP: medium none;
	BORDER-RIGHT: medium none;
}
/* --------- CLASSES --------- */
#leftdiv .datum
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 0.7em;
	color: #000;
}
#leftdiv .auteur
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style:italic;
	margin: 0.8em 0em 1.2em 0.7em;
	color: #000;
}
#leftdiv p
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000;
	text-align: left;
	margin: 0em 0.7em 1.1em 0.7em;
}
#leftdiv a
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	font-weight:normal;
	margin: 0em 0em 0em 0em;
	text-decoration: none;
}
#leftdiv .centreer
{
	text-align: center;
}
#leftdiv .citaatB
{
	font-family: Verdana, Arial;
	font-size: 1em;
	font-weight: normal;
	color:#006600;
	text-align: left;
	margin: 0.8em 2em 0.8em 2em;
	line-height: 1.3em;
	font-style: italic;
	letter-spacing: 0em;
}
#leftdiv H1
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0em 0em 0.9em 0.5em;
	color: #000;
}
#leftdiv H2
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 1.4em 0em 0em 0.5em;
	color: #000;
}
#leftdiv H3
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2.4em 0em 1.2em 0.7em;
	color: #000;
}
#leftdiv .onderschrift
{
	font-family: Verdana, Arial;
	font-size: 1em;
	font-weight: normal;
	color: #223446;
	margin: -0.6em 0em 1em 0.7em;
	text-align: left;
	font-style: italic;
}
#leftdiv .zijpad
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	margin: 1.5em 0em 0.5em 7px;
	color: #318ABD;
}
#leftdiv .zijpadsub
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0em 0em 1em 7px;
	color: #666;
}
#icondiv a
{
	text-decoration: none;
	text-align: center;
}
#contentdiv p
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height: 1.4em;
	color:#000;
	margin: 0em 0.7em 0em 7px;
}
#contentdiv .auteur
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	font-style:italic;
	margin: 0.8em 0em 1.2em 0.7em;
	color: #000;
}
#contentdiv a
{
	font-size:1.1em;
	color:#666;
	font-weight: normal;
	text-decoration: none;
}
#contentdiv H1
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	/*margin: 0.9em 0em 0em 0.7em;*/
	margin-left:7px;
	color: #666666;
}
#contentdiv H2
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0em 0em 0em 7px;
	color: #318ABD;
}
#contentdiv .H2Karmel
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0em 0em 0em 7px;
	color: #318ABD;
}
#contentdiv .H2Eden
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0em 0em 0em 7px;
	color: #5A9A21;
}
#contentdiv .H2Religie
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0em 0em 0em 7px;
	color: #318ABD;
}
#contentdiv H3
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 2.2em 0em 0.7em 7px;
	color: #000;
}
#contentdiv .titel
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	/*margin: 0.9em 0em 0em 0.7px;*/
	margin-left: 7px;
	color: #666666;
}
#contentdiv .KopCentr1
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #666666;
	margin: 2.8em 0em 1.9em 0em;
	text-align: center;
}
#contentdiv .KopCentr2
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-weight: bold;
	color: #318ABD;
	margin: -0.8em 0em 0em 0em;
	text-align: center;
}
#contentdiv .KopCentr2Karmel
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-weight: bold;
	color: #318ABD;
	margin: -0.8em 0em 0em 0em;
	text-align: center;
}
#contentdiv .KopCentr2Eden
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-weight: bold;
	margin: -0.8em 0em 0em 0em;
	text-align: center;
	color: #5A9A21;
}
#contentdiv .KopCentr3
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #666666;
	margin: 0em 0em 0.9em 0em;
	text-align: center;
}
#contentdiv .KopCentr4
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	margin: -1.3em 0em 0.9em 0em;
	text-align: center;
}
#contentdiv .citaatB
{
	font-family: Verdana, Arial;
	font-size: 1.1em;
	font-weight: normal;
	color:#006600;
	text-align: left;
	margin: 0.8em 2em 0.8em 2em;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: 0em;
}
#contentdiv .onderschrift
{
	font-family: Verdana, Arial;
	font-size: 1em;
	font-weight: normal;
	color: #223446;
	margin: -0.1em 0em 0em 0.7em;
	text-align: left;
	font-style: italic;
}
#contentdiv .onderschriftrechts
{
	font-family: Verdana, Arial;
	font-size: 0.9em;
	font-weight: normal;
	color: #223446;
	margin: -0.1em 0.7em 0em 0em;
	text-align: right;
	font-style: italic;
}
/* ---------- TAGS voor RUBRIEKBLAUWDIV ------------ */
#rubriekblauwdiv a.nav, a.nav:link, a.nav:visited
{
	display:block;
	width:75px;
	height:20px;
	background:#318ABD;
	border-color: #003399;/* donkerblauw */
	margin: 10px 2px 0px 5px;
	vertical-align:middle;
	padding-top: 0px;
	font-family:calibri, arial, sans-serif;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	color:#FFF;
	overflow:hidden;
	float:left;
	background-color: #318ABD;/* lichtblauw */
}
#rubriekblauwdiv a.nav:hover
{
	color:#fff;
	background:#223446;
}
#rubriekblauwdiv a.nav:active
{
	color:#fff;
	background:#c00;
}
/* ---------- TAGS voor RUBRIEKGRIJSDIV ------------ */
#rubriekgrijsdiv a.nav, a.nav:link, a.nav:visited
{
	display:block;
	width:65px;
	height:15px;
	background:#ababab;
	margin: 6px 2px 0px 5px;
	vertical-align:middle;
	padding-top: 0px;
	font-family:calibri, arial, sans-serif;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	color:#FFF;
	overflow:hidden;
	float:left;
}
#rubriekgrijsdiv a.nav:hover
{
	color:#fff;
	background:#223446;
}
#rubriekgrijsdiv a.nav:active
{
	color:#fff;
	background:#ababab;
}