/* zet alle parameters middels * in eerste instantie op nul zodat alle browsers hetzelfde hopelijk doen */
* {
padding:0; 
margin:0;
}

/* specificeer dan de details */

body {
	background-image: url('images/achtergrond14.jpg');
	background-color: #008eb6;
	background-position: center 0%;
	font-family: Arial, Helvetica, Verdana, Georgia;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.2em;
	}
#container { 
	margin: 0 auto;
	margin-top: 32px; 
	position: relative; 
	width: 900px; 
	} 
/* vervang background-image: door: background: #CC3333; om afgeronde hoeken te elimineren */
#header { 
	background-image: url('images/header-achtergrond.gif');
	height: 100px; 
	}
#navigatie {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color:#008eb6;
	background: #CC3333;
	height: 25px; 
	}
#navigatie img {
	position:relative;
	margin-top:5px;
	margin-right:12px;
	margin-left:12px;
	}
/* delete background-image: url('images/achtergrond-licht.jpg'); om achtergrond te elimineren */
table.page{
	background-image: url('images/achtergrond-licht.jpg');
	background-color: #ffffff;
	border-collapse: collapse;
	width:900px
	}
#content img.top {margin:0px}
p {
	margin-top:0px;
	margin-left:12px;
	margin-right:12px;
	line-height: 1.2em;	
	text-align:justify;
	} 
/* delete background-image: url('images/achtergrond-licht.jpg'); om achtergrond te elimineren */
#content {
	background-image: url('images/achtergrond-licht.jpg');
	background-color: #ffffff;
	line-height: 1.2em;
	width:100%;
	height:auto;
	}
	
#content2 {
	background-image: url('images/achtergrond-licht.jpg');
	background-color: #ffffff;
	line-height: 1.2em;
	width:100%;
	height:auto;
	}
#left {
	background-image: url('images/achtergrond-licht.jpg');
	background-color: #ffffff;
	line-height: 1.2em;
	height:auto;
	position:absolute;
	width:900px;
	}
#right {
	line-height: 1.2em;
	position:absolute;
	width:450px;
	margin-left:450px;
	}
/* delete background-image: url('images/achtergrond-licht.jpg'); om achtergrond te elimineren */
#mid {
	line-height: 1.2em;
	position:absolute;
	width:200px;
	margin-left:300px;
	}
#footer {
	background-image: url('images/achtergrond-licht.jpg');
	background-color: #ffffff;
	position:relative;
	width: auto;
	height: 23px;
	padding-left: 1px;
	}
#content p {
	position:relative;
	width:480px;
	margin-top:0px;
	margin-left:12px;
	line-height: 1.2em;
	text-align:justify;
	}
#content p.tab {
	position:absolute;
	margin-top:0px;
	margin-left:370px;
	line-height: 1.2em;
	}
#content p.left {
	position:absolute;
	width:440px;
	margin-top:0px;
	margin-left:12px;
	line-height: 1.2em;
	}
#content p.right {
	position:absolute;
	width:440px;
	margin-top:0px;
	margin-left:450px;
	line-height: 1.2em;
	} 
#content p.half {
	position:relative;
	display:inline;
	width:400px;
	margin-top:0px;
	margin-left:12px;
	text-align:justify;
	line-height: 1.2em;
	}
#content p.txt {
	position:relative;
	width:570px;
	margin-top:0px;
	margin-left:12px;
	line-height: 1.2em;
	text-align:justify;
	}  
#content p.full {
	position:relative;
	width:876px;
	margin-top:0px;
	margin-left:12px;
	line-height: 1.2em;
	text-align:justify;
	}
#content img {
	position:relative;
	margin-top:16px;
	margin-right:12px;
	}
#content iframe {
	position:relative;
	margin-top:16px;
	margin-right:12px;
	}
#content img.mid {
	position:relative;
	margin-top:-3px;
	margin-right:0px;
	margin-left:0px;
	}
h1 {
	position:relative;
	margin-top:0px;
	margin-left:12px;
	margin-right:12px;
	font-weight: bold; 
	font-size: 12pt;
	color: #000000; 
	font-family: Arial, Helvetica, Verdana, Georgia; 
	}
ul {
	padding-left:2em; margin-left:12px;
	}
h2 {
	font-weight: bold; font-size: 11pt; color: #008eb6; margin-top:12px; margin-left:15px; font-family: Arial, Helvetica, Verdana, Georgia; text-decoration: none; 
	}
h4 {
	font-weight: normal; font-size: 10pt; margin: 0pt; color: #000000; font-family: Arial, Helvetica, Verdana, Georgia;  text-decoration: none; 
	}
h6 {
	font-size: 8pt; font-weight: normal; font-family: Times New Roman, Times, Courier New; color: #8f2817; text-decoration: none; margin: 0pt; display : inline; vertical-align: bottom;
	}

a:visited {
	font-family: Arial, Helvetica, Verdana, Georgia;
	color: #FFFFFF;
	text-decoration: none;
	}
a:link {
	font-family: Arial, Helvetica, Verdana, Georgia;
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	font-family: Arial, Helvetica, Verdana, Georgia;
	color: #008eb6;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	}

a.n2:visited {
	font-family: Arial, Helvetica, Verdana, Georgia;
	color: #000000;
	text-decoration: none;
	}
a.n2:link {
	font-family: Arial, Helvetica, Verdana, Georgia;
	color: #000000;
	text-decoration: none;
	}
a.n2:hover {
	font-family: Arial, Helvetica, Verdana, Georgia;
	color: #008eb6;
	font-weight: normal;
	text-decoration: none;
	}

a.nav:visited {
	font-family: Arial, Helvetica, Verdana, Georgia;
	color: #cc3333;
	text-decoration: underline;
	}
a.nav:link {
	font-family: Arial, Helvetica, Verdana, Georgia;
	color: #cc3333;
	text-decoration: underline;
	}
a.nav:hover {
	font-family: Arial, Helvetica, Verdana, Georgia;
	color: #008eb6;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
	}

a.pijl img{
	border-color:#00CCCC #00CCCC #000000 #000000;
	}
a.pijl:hover img{
	border-color:#000000 #000000 #00CCCC #00CCCC;
	}
