﻿@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration:underline;
	color:#0088ac;
}

a.hover {
	text-decoration:underline;	
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS";
	font-weight:normal;
	line-height: 100%;
	margin-top: 0;
}

h1{
	font-size: 20px;
	color:#0088ac;
}

h2{
	font-size: 16px;
	color:#0088ac;
}

h3{
	font-size: 18px;
	color:#0088ac;
}

/*Main CSS*/
html {
	background-image:url(../images/achtergrond.png);
	background-repeat: repeat-x;
}

#container {
width: 980px;
background-color: #FFF;
margin: 2em auto;
border: solid 1px;
}
#header{
	overflow:hidden;
	height:100%;
}
#header img{
	margin-top: 20px;
	margin-left: 10px;
}

#nav {
background-image:url(../images/NaviBalk.png);
height: 25px;
width:955px;
margin-left: 10px;
margin-top: 10px;
padding-top: 5px;
}
#nav li{
	display:inline;
}
#nav span{
	color:#037F8C;
}

#nav li a{
	color:white;
	text-decoration:none;
	font-family:"Trebuchet MS";
	}

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

#fotosheader { 
overflow: hidden;
padding-right: 10px;
margin-top: 10px;
}

#fotosheader img.fotoheader{
	float:left;
	margin-left: 10px;
	margin-bottom:10px;
}
#fotosheader img.kleinbalkje{
	float:left;
	margin-left: 10px;
}
#main1{
	position:relative;
	background-color: #d3d8e0;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

#main{
	position:relative;
	background-color: #d3d8e0;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

#main #content{
	font-size:18px;
	margin-top: 10px;
	margin-left: 10px;
	height: auto;
}
 #main h1{
	 padding-top:10px;
 }

 #balk img.kleinbalkje{
	float:left;
	margin-left: 10px;
}
  #balk img.kleinbalkje1{
	margin-left: 10px;
	margin-top: 10px;
}
 
 #footer{
	 margin: 10px 10px 10px 10px;
	 clear: both;
 }
 #footer span{
	 font-size: 14px;
 }

 