@charset "utf-8";
/* CSS Document */

/*
	Basis gegevens.
Het donkerblauw is:
	R: 16
	G: 67
	B: 138

Het lichte blauw van de letters van de button is
	R: 210
	G: 219
	B: 234

Het blauw van de achtergrond is:
	R: 179
	G: 195
	B: 218

*/
* {
	padding: 0;
	margin: 0;
}
body {
	background: url(/Images/achtergrond_hele_pagina.jpg) repeat;
	font-family: "Comic Sans MS";
	color: #10438A;
	font-size: 12px;
}
.CaptionTekst {
	font-weight: bolder;
	font-size: 14px;
}
#header {
	width: 807px;
	height: 176px;
	margin: 0 auto;
}
#outer_wrapper {
	/*background: #fff url(background_3.gif) repeat-y left;*/
	width: 807px;
	margin: 0 auto;
}
#wrapper {
	/*background: url(background_2.gif) repeat-y right;*/
}

#container {
	width: 807px;
	float: left;
	margin-right: -200px;
	background-color: #10438A;
	margin: 0 auto;
}
#content {
/*	margin-right: 136px;*/
}
#main {
	margin-left: 136px;
	background-color: #FFF;
	width: 627px;
	padding-left: 20px;
}
#left {
	width: 136px;
	float: left;
}

/* Extra toegevoegd voor het menu aan de linkerkant.
*/
#left ul
{
	list-style-type: none;
}

#left li 
{
	float: left;
}

#left a 
{
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	/*line-height: 49px;*/
	text-align: left;
	text-decoration: none;
	text-indent: -9000px;
	margin-top: 0;
}

#left .Home 
{
	background-image: url('../Images/Home.jpg');
	width: 136px;
	height: 49px;
}
#left .Nieuws 
{
	background-image: url('../Images/Nieuws.jpg');
	width: 136px;
	height: 42px;
}
#left .FotoFilm
{
	background-image: url('../Images/FotosFilm.jpg');
	width: 136px;
	height: 41px;
}
#left .Publicaties 
{
	background-image: url('../Images/Publicaties.jpg');
	width: 136px;
	height: 41px;
}
#left .Forum 
{
	background-image: url('../Images/forum.jpg');
	width: 136px;
	height: 41px;
}
#left .Toekomst 
{
	background-image: url('../Images/Toekomst.jpg');
	width: 136px;
	height: 41px;
}
#left .Contact 
{
	background-image: url('../Images/Contact.jpg');
	width: 136px;
	height: 49px;
}
.ImgOnder
{
	width: 136px;
	float: left;
}
/* Einde extra toevoeging.
*/

#sidebar {
	width: 23px;
	float: right;
}
#footer {
	width: 807px;
	margin: 0 auto;
}
h1 {
	margin-top: 0;
	width: 48px;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}

#nav 
{
	width: 680px; 
	top: 108px; 
	margin: 0 auto; 
	height: 42px; 
	position: absolute; 
}
#nav ul 
{
	list-style: none;
}
#nav li 
{
	float: right;
	margin: 0;
}
#nav a 
{
	background-color: Transparent;
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	width: auto;
	height: 42px;
	text-indent: -9000px;
}
#nav a.Wie 
{
	background-image: url(../Images/wie.jpg);
	width: 75px;
}
#nav a.Wat 
{
	background-image: url(../Images/wat.jpg);
	width: 80px;
}
#nav a.Waar
{
	background-image: url(../Images/waar.jpg);
	width: 90px;
}
#nav a.Wanneer
{
	background-image: url(../Images/wanneer.jpg);
	width: 135px;
}
#nav a.Hoe
{
	background-image: url(../Images/hoe.jpg);
	width: 65px;
}
