/*== opmaak teksten ==*/

html, body {
	margin: 0;
	padding: 0;
	background-color: #0095BE;/* blauw */
	font-family: arial, helvetica, sans-serif
	}

p {
	padding-top: 3px;
	margin: 0;
	font-size: 0.8em;
	color: #666666;/* donkergrijs */
	}

h1 {
	padding-top: 3px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #00AFDB;/* blauw */
	}

a, a:visited {
	text-decoration: none;
	color: #666666;/* donkergrijs */
	}

a:hover {
	color: #0099CC;/* blauw */
	}

img {
	border: none;
	}

.blauw {
	padding-top: 3px;
	line-height: 1.5em;
	font-style: italic;
	color: #0099CC;/* blauw */
	}

.kleincursief {
	padding-top: 3px;
	font-size: 0.7em;
	font-style: italic;
	}

.kleincursiefblauw {
	padding-top: 3px;
	font-size: 0.7em;
	font-style: italic;
	color: #0099CC;/* blauw */
	}

.kleincursiefblauw a, .kleincursiefblauw a:visited {
	color: #0099CC;/* blauw */
	}

.citaat {
	padding-top: 5px;
	line-height: 1.5em;
	font-size: 0.9em;
	font-weight: bold;
	color: #0092BE;/* blauw */
	}

.nieuw {
	color: #FF0000;/* rood */
	}

#navigation li {
	display: inline;
	padding: 10px;
	}

#footer p {
	font-size: 0.7em;
	color: #666666;/* donkergrijs */
	}

#footer a, #footer a:visited {
	font-weight: bold;
	color: #0099CC;/* blauw */
	}

#footer a:hover {
	color: #666666;/* donkergrijs */
	}

/*== posities ========*/

#pagewidth {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	}

#header {
	position: relative;
	width: 100%;
	height: 150px;
	margin-top: 12px;
	background-image: url(images/header_home_nw.gif);
	background-repeat: no-repeat;
	}

#navigation {
	position: relative;
	float: right;
	top: 67px;
	right: 22px;
	}

#taalkeuze {
	position: relative;
	top: 132px;
	left: 890px;
	}

#wrapper {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	min-height: 475px;
	}

#leftcol {
	position: relative;
	float: left;
	width: 530px;/* totaal is 580 (inc. padding) */ 
	/* min-height: 475px; totaal is 515 (inc. padding) */
	overflow: hidden;
	padding: 20px 20px 20px 30px;
	}

.imagecorrection {/* het plaatje op de voorpagina was eigenlijk te groot */
	position: relative;	
	left: -30px;
	}

#rightcol {
	position: relative;
	float: right;
	display: inline;
	width: 360px;/* totaal is 380 (inc. padding) */ 
	/* min-height: 475px; totaal is 515 (inc. padding) */
	overflow: auto;
	padding: 20px 20px 20px 0;
	}

#footer {
	position: relative;
	width: 100%;
	height: 29px;/* totaal is 39 (inc. padding) */
	padding: 10px 20px 0px 30px;
	}
 
/* Float containers fix zie: http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
 
.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	}

.clearfix{
	display: block;
	}
/* End hide from IE-mac */

