	

	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		background: url('../images/bodybg.jpg') repeat-x;
		}

	body {
		background-color:#FFFFFF;
		text-align:left; 
		font-family: "arial", serif;
		font-size: 13px;
		color: #FFFFFF;
		}

	#outer{
		text-align: center;
	}
	
	#inner{
		margin: auto; 
		width: 1200px;
		text-align: left;
	}

	#topbalk { 
		height:251px;
		background: url('../images/topbg.jpg') no-repeat; 
		
		}

	#container {
		margin:0 auto;
		position:relative; 
		height:253px; 
		width:100%;
		clear:left;		
		background-color:#231f20;	
		overflow: hidden;	
		}
	
	#footer
	{
		height:254px;
		background: url('../images/footerbg1.jpg') no-repeat;
	}
	
	#footer2
	{
		height:254px;
		background: url('../images/footerbg2.jpg') no-repeat; 
	}
	
	#footer3
	{
		height:254px;
		background: url('../images/footerbg3.jpg') no-repeat; 
	}
	
	
	#nav{
		float: left;
		width: 145px;
		height:254px;
		/*background: green;*/
		
		margin-left: 74px;
		overflow: hidden;	
		font-family: "arial black", serif;
		line-height: 23px;
		/*font-size: 95%;*/
	}
	
	#subnav{
		float: left;
		width: 145px;
		height:254px;
		/*background: red;*/
		
		overflow: hidden;	
		/*font-weight: bold;*/
		/*font-size: 95%;*/
	}
	
	#subnav2{
		float: left;
		width: 149px;
		height:254px;
		overflow: hidden;
		font-family: "arial black", serif;
		margin-left: 2px;		
	}
	
	#images{
		float: left;
		height:254px;
		overflow: hidden;	
		width: 652px;
	}
	
	#formulier{
		float: left;
		height:214px;
		overflow: hidden;	
		width: 602px;
		/*margin: -1px 0 0 0;*/
		/*font-size: 95%;*/
		padding: 15px 25px 25px 25px;
		background: #c4d7ed;
		color: #231f20;
	}
	
	#text1{
	
		padding: 20px 10px 10px 0;
		margin: 0 26px 0 514px;
		width: 290px;
		float: left;
		color: #272425;
		
		
		/*font-size: 13px;*/
	}
	
	#text2{
		padding: 20px 10px 10px 0;
		width: 310px;
		float: left;
		color: #272425;
		/*font-size: 13px;*/
	}
	
	
	
	#nav ul, #subnav ul, #subnav2 ul{
		margin-top: 20px;
	}
	
	#nav ul li, #subnav ul li, #subnav2 ul li{
		margin: 10px 0 12px 0;
	}
	
	#nav ul li a, #subnav ul li a, #subnav2 ul li a{
		color: #808183;
		/*font-weight: bold;*/
		text-decoration: none;
	}
	
	#nav ul li a:hover, #subnav ul li a:hover, #subnav2 ul li a:hover{
		color: #fff;
		/*font-weight: bold;*/
		text-decoration: none;
	}
	
	#nav ul li.selected a, #subnav ul li.selected a, #subnav2 ul li.selected a{
		color: #ffffff;
		/*font-weight: bold;*/
		text-decoration: none;
	}
	
	#nav ul li.nieuws{
		margin-top: 88px;
		
	}
	
	#subnav a{
		font-size: 13px;
		line-height: 23px;
	}
	
	#subnav2 a{
		margin-right: 3px;
		padding-right: 6px;
		border-right: 1px solid #808183;
		font-size: 13px;
		font-size: 13px;
		line-height: 23px;
	}
	
	#subnav2 a.selected{
		color: #fff;
	}
	
	#subnav p{
		font-size: 13px;
		line-height: 17px;
		margin-top: 24px;
		font-weight: normal;
	}
	
	#subnav p.emails{
		margin-top: 29px;
		line-height: 19px;
	}
	
	
	#images img{
		margin-top: -1px;
	}
	
	
	/* Formulier */
	
	#formulier p{
		margin: 5px 0 15px 140px;
		/*font-size: 95%;*/
	}
	
	#formulier label{
		display: block;
		float: left;
		width: 130px;
		/*font-size: 95%;*/
		text-align: right;
		margin: 0 10px 20px 0;
	}
	
	#formulier input{
		padding: 3px;
		border: 0px;
	}
	
	#formulier textarea{
		width: 423px;
		height: 90px;
		border: 0px;
	}
	
	#text1 input{
		margin-left: 160px;
		padding: 3px;		
	}
	
	#submit {
		background: url('../images/verzenden.jpg') no-repeat;
		border: 0px;
		width: 111px;
		height: 23px;
	}
	
	
	/* presentation */
	
	a:link, a:visited, a:active  { color: #000; text-decoration: none; background: transparent; }
	a:hover { color: #000; background: transparent; }

	h1 {
		font-size:13px;
		margin: 0 0 0px 0;
		padding: 0 0 0 0;
		font-family: "arial black", serif;
		font-weight: normal;
	}
	
	h2 {
		font-size:12px;
		font-weight: normal;
		padding: 70px 0 0 0;
	}	
	
	p {
		line-height: 19px;
		margin: 0 0 16px 0;
	}
	
