@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}

body {
	background-image: url(../ontwerp/achtergrondflip.jpg);
	background-position:center top;
	background-attachment:fixed;
	margin:0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	letter-spacing:1px;
	line-height:20px;
}
#wrapper {
	width:900px;
	margin:0 auto;
	}
#header {
	position:absolute;
	margin-top:20px;
	background-image:url(../ontwerp/headerneutraal.png);
	height:215px;
	width:900px;
	}
#inhoudwrapper {
	position:absolute;
	width:900px;
	margin-top:235px;
	}
#inhoud {
	background-image:url(../ontwerp/wit.png);
	padding:20px 65px 10px 65px;
	}
#fotoheader {
	position:absolute;
	margin-left:500px;
	margin-top:1px;
	}
h1 {
	font-size: 16px;
	letter-spacing:0.2em;
	line-height:140%;
}
h2 {
	font-size: 13px;
	letter-spacing:0.1em;
	line-height:140%;
	color:#FF6600;
}
h5 {
	font-size: 16px;
	letter-spacing:0.2em;
	line-height:140%;
	color:#000000;
}

h3 {
	font-size: 14px;
	letter-spacing:0.1em;
	line-height:140%;
}
h6 {
	font-size: 16px;
	letter-spacing:0.2em;
	line-height:100%;
	margin-top:0px;
	margin-bottom:0px;
}

#footer {
	background-image:url(../ontwerp/footerneutraal.png);
	padding:8px 20px 0px 20px;
	height:42px;
	}
a:link {
	color: #000066;
	outline:none;
}
a:visited {
	color: #000066;
	outline:none;
}
a:hover {
	color: #FF9C01;
	outline:none;
}
a:active {
	color: #000066;
	outline:none;
}

body#menu1 a#menu1,
body#menu2 a#menu2,
body#menu3 a#menu3,
body#menu4 a#menu4,
body#menu5 a#menu5,
body#menu6 a#menu6,
body#menu7 a#menu7,
body#menu8 a#menu8,
body#menu9 a#menu9 {
	background-image:url(../ontwerp/knoporanje.png);
   background-color:#ffffff;
}
hr {
	color: #FF6600;
	border:none;
	border-top: 1px solid #ff6600;
	height:3px;
	}	
.fotorechts {
	margin-left:15px;
	float:right;
	}
.fotolinks {
	margin-right:15px;
	float:left;
	}
.klein {
	font-size:10px;
	}
.oranje {
	color:#FF6600;
	}
.oranjecursiefvet {
	color:#FF6600;
	font-weight:bold;
	font-style:italic;
	}
.oranjecursiefgrootvet {
	color:#FF6600;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	}