/* Main site */
	body{
		font-family:Trebuchet MS;
		font-size:12px;
		padding:0;
		margin:0;
		color:rgb(32,53,138);
		background-color:#EEEEEE;
	}
	
	img{
		border:0;
	}

	td{
		vertical-align:top;
	}
	ul,li{
		margin:0;
		padding:0;
	}
	
	
	div.alles{
		margin: 0 auto;
		width:1000px;
		background:#323232;
	}
	div.introPagina{
		background:url("img/waterval.jpg") center center no-repeat;
		width:1108px;
		height:750px;
		margin: 0 auto;
	}
	
	.clearfix:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix{
		zoom:1;
	}

	
	div.links{
		width:220px;
		float:left;
		/*background-image:url(img/foto_tuinset.jpg);*/
		height:750px;
	}
	div.rechts{
		float:left;
		width:780px;
		height:750px;
	}
	
	div.rechtsBoven{
			background:rgb(131,136,134);
			width:780px;
			height:66px;
	}

	div.rechtsBoven ul#menuEen{
		margin-left:40px;
		padding-top:40px;
		font-weight:bold;
		font-size:14px;
		text-align:center;
		width:780px;
	}

	div.rechtsBoven ul#menuEen li{
		display:inline;
		list-style-type:none;
		font-weight:bold;
		color:white;
		margin-left:16px;
		margin-right:16px;
	}
	
	div.rechtsBoven a{
		text-decoration:none;
		color:white;
	}
	div.rechtsBoven li.actief a{
		text-decoration:none;
		color:rgb(169,204,57);
	}
	
	div.rechts ul#menu2{
		padding-left:220px;
		font-weight:bold;
		width:780px;
		text-align:center;
		background:rgb(31,46,121);
		height:44px;
		margin-left:-220px;
		padding-top:7px;
		padding-bottom:7px;
		line-height:22px;
	}
	
	div.rechts ul#menu2 li{
			list-style-type:none;
			text-decoration:none;
			display:inline;
			margin-left:16px;
			margin-right:16px;
	}
	div.rechts ul#menu2 a{
		text-decoration:none;
		color:rgb(169,204,57);
	}
	
	div.rechts ul#menu2 li.actief a{
		text-decoration:underline;
	}
	div.rechts div.content{
		background:#FFFFFF;
		width:740px;
		height:457px;
		padding:20px;
		overflow-y:scroll;
	}
	
	
	div.rechtsOnder{
		background:rgb(131,136,134);
		background-image:url('onder.png');
		width:780px;
		height:129px;
	}

	p.intro{
		color:rgb(169,193,88);
	}
	font.intro{
		font-weight:bold;
	}
	
	div.content a{
		text-decoration:none;
		font-weight:bold;
	}
	
	div.footer{
		float:left;
		color:white;
		margin-top:80px;
		margin-left:40px;
		font-weight:bold;
	}
	div.footer a{
		color:white;
		text-decoration:none;
	}
	
	img.logo{
		float:right;
		margin-top:35px;
		margin-right:15px;
	}
	
	table.extra_modules td{
		border:1px solid rgb(213,221,190);
		padding:10px;
		color:black;
		font-weight:normal;
	}
	
	table.extra_modules td.links{
		background:rgb(213,221,190);
		font-weight:bold;
		color:rgb(32,53,138);
	}
	
	table.prijzen td{
		padding-left:30px;
		padding-right:30px;
		padding-top:10px;
		padding-bottom:10px;
		border:1px solid rgb(213,221,190);
	}
	
	table.prijzen tr.eerste{
		font-size:18px;
		font-weight:bold;
		height:50px;
		line-height:50px;
		background:rgb(213,221,190);
	}
	
