html, body {
	background: #fff;
	color:#000;
	font:normal 12px/16px arial, verdana, sans-serif;
	}
	
/*GENERAL USE
**************************/

p {
	background: #fff;
	color:#000;
	font:normal 12px/16px arial, verdana, sans-serif;
	}

a {
	color:#000;
}

div#container{
	width: 1050px;
	margin: 0 auto;
	position: relative;
	}

	
div#header{
	width: 759px;
	height: 270px;
	float: left;
	display: block;
	overflow: hidden;
	}
	
div#right{
	width: 291px;
	height: 697px;
	float: left;
	display: block;
	overflow: hidden;
	}
	
div#headfoto{
	width: 291px;
	height: 308px;
	}
	
div#left{
	width: 759px;
	height: 427px;
	float: left;
	display: block;
	overflow: hidden;
	position: absolute;
	top:270px;
	}
	
div#menu_container {
	height: 427px;
	width: 286px;
	display: block;
	float: left;
	/*position: absolute;
	top: 270px;
	left:0;*/
	}
	
div#content{
	width: 473px;
	display: block;
	overflow: hidden;
	float: left;
	/*position: absolute;
	top:270px;
	left:286px;*/
	}

div#tijdlijn {
	width: 291px;
	height: 156px;
	}
	
div#nieuws {
	width: 291px;
	height: 177px;
	}
	
div#logo_partners {
	width: 291px;
	height: 56px;
	}

.box {
	margin-left:5px;
	padding:10px 5px 0px 10px;
	}
	
.clear {
	clear: both;
	}
	
/*MENU
**************************/
div#menu_transparant{
	width: 130px;
	height: 205px;
	position: absolute;
	left: 135px;
	background: #bac600;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 0;
}

div#menu{
	width: 130px;
	height: 205px;
	position: absolute;
	left: 135px;
	z-index: 1;
}

	
/*HOME
**************************/
	
#home div#header{
	background: url("../img/header_home.jpg");
	}
	
#home div#headfoto{
	background: url("../img/fotohead_home.jpg");
	}
	
#home div#menu_container {
	background: url("../img/menu_home.jpg");
	}
	
/*NIEUWS
**************************/
	
#nieuws div#header{
	background: url("../img/header_nieuws.jpg");
	}
	
#nieuws div#headfoto{
	background: url("../img/fotohead_nieuws.jpg");
	}
	
#nieuws div#menu_container {
	background: url("../img/menu_nieuws.jpg");
	}
	
/*PARTNERS
**************************/
	
#bestuur_partners div#header{
	background: url("../img/header_partners.jpg");
	}
	
#bestuur_partners div#headfoto{
	background: url("../img/fotohead_partners.jpg");
	}
	
#bestuur_partners div#menu_container {
	background: url("../img/menu_partners.jpg");
	}

/*RESERVEREN
**************************/
	
#reserveren div#header{
	background: url("../img/header_reserveren.jpg");
	}
	
#reserveren div#headfoto{
	background: url("../img/fotohead_reserveren.jpg");
	}
	
#reserveren div#menu_container {
	background: url("../img/menu_reserveren.jpg");
	}
	
/*SPONSORING
**************************/
	
#sponsoring div#header{
	background: url("../img/header_sponsoring.jpg");
	}
	
#sponsoring div#headfoto{
	background: url("../img/fotohead_sponsoring.jpg");
	}
	
#sponsoring div#menu_container {
	background: url("../img/menu_sponsoring.jpg");
	}

/*TIJDLIJN
**************************/
	
#tijdlijn div#header{
	background: url("../img/header_tijdlijn.jpg");
	}
	
#tijdlijn div#headfoto{
	background: url("../img/fotohead_tijdlijn.jpg");
	}
	
#tijdlijn div#menu_container {
	background: url("../img/menu_tijdlijn.jpg");
	}

	
/*VOORWIE
**************************/
	
#voorwie div#header{
	background: url("../img/header_voorwie.jpg");
	}
	
#voorwie div#headfoto{
	background: url("../img/fotohead_voorwie.jpg");
	}
	
#voorwie div#menu_container{
	background: url("../img/menu_voorwie.jpg");
	}
	
/*VRIJWILLIGERS
**************************/
	
#vrijwilligers div#header{
	background: url("../img/header_voorwie.jpg");
	}
	
#vrijwilligers div#headfoto{
	background: url("../img/fotohead_voorwie.jpg");
	}
	
#vrijwilligers div#menu_container{
	background: url("../img/menu_voorwie.jpg");
	}
	
/*TYPOGRAFIE
**************************/

h1 {
	font:bold 13px Verdana, Arial, sans-serif;
	margin-bottom: 8px;
	}

h2 {
	font:bold 12px Verdana, Arial, sans-serif;
	margin-bottom: 8px;
	}
	
div#menu{
	font: normal 13px/24px arial, verdana, sans-serif;
	color: #fff;
}

div#menu ul{
	list-style: none;
	margin: 0 5px 0;
}

div#menu ul li{
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

div#menu ul li a,
div#menu ul li a:link{
	font: normal 13px/24px arial, verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 0 2px;
}

div#menu ul li a:hover,
div#menu ul li a:active{
	font-weight: bold;
}

div#menu ul li.actief a{
	font-weight: bold;
}


