body, html {
	width: 100%;
	height: 100%;
	
	margin: 0;
	padding: 0;
	
	background-color: rgb(55,80,160);

	color: #000000;
	
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}



#maindiv {
	position: relative;
	
	width: 780px;
	height: auto;
	
	top: 0;
	
	margin: 0 auto 0 auto;
	padding: 0;

	background-color: rgb(55,80,160);
	background-position: 0 0;	
}





#topdiv {
	position: relative;
	float: left; 
	
	width: 100%;
	height: auto;
	
	margin: 0;
	padding: 0;
	border: none;

	color: #000000;
	background-color: #FFFFFF;
	/*background-image: url("./img/topin.bmp");
	background-repeat: no-repeat;
	background-position: 18px 0;*/
}

	#topdiv h1 {
		margin: 0 0 0 12px;
		padding: 0;
		
		width: auto;
		height: auto;
		
		font-size: 20px;
		
		text-transform: uppercase;
		letter-spacing: -1px;
		
		color: #3FCD1E;
		
		clear: none;
	}


#header {
	position: relative;
	float: left;
	
	width: 100%;
	height: 210px;
	
	margin: 10px 0 10px 0;
	
	background-color: #FFFFFF;
	background-image: url("./img/header.jpg");
	background-repeat: repeat;	
}





.bowtop {
	position: relative;
	float: left;
	
	width: 100%;
	height: 15px;
	
	background-color: #FFFFFF;
	background-image: url("./img/gebogentop.jpg");
	background-repeat: no-repeat;	
	
	margin: 10px 0 0 0;
}





.bowbottom {
	position: relative;
	float: left;
	
	width: 780px;
	height: 15px;
	
	background-color: #FFFFFF;
	background-image: url("./img/gebogenbottom.jpg");
	background-repeat: no-repeat;
	background-position: 0 9px;
	
	margin: 0 0 10px 0;	
	
	clear: both;
}





#subdiv {
	position: relative;
	float: left;
	
	width: 100%;
	height: auto;
	
	margin:  0;
	padding: 0;
	border: 0;
	
	background-color: #FFFFFF;
	
	overflow: hidden;
}
	



#navdiv {
	position: relative;
	float: left;
	
	width: 240px;
	height: 600px;
	overflow: hidden;
	
	margin: 0;
	padding: 0;
	border: 0;
}

	#navdiv ul {
		position: relative;
		
		width: 100%;
		
		margin: 0 0 0 10px;
		padding: 0 0 0 5px;
		
		list-style-type: none;
		overflow: hidden;
	}


	#navdiv ul * ul {
		position: relative;
		
		width: 100%;
		
		margin: 10px 0 0 10px;
		padding: 0 0 0 5px;
		
		list-style-type: none;
		overflow: hidden;
	}

	#navdiv li{
		position: relative;
		
		margin: 1px 0 0 8px;
		padding: 4px 0 4px 0px;
		
		color: #121212;
		
		font-size: 12px;
		text-indent: -8px;
		letter-spacing: 0px;
		text-transform: uppercase;
	}
	
	#navdiv a {
		color: #121212;
		text-decoration: none;
		cursor: pointer;
	}

	#navdiv ul * ul * a {
		color: #515151;
		text-decoration: none;
		cursor: pointer;
	}
	
	#navdiv a:hover {
		text-decoration: underline;
	}
	
	#navdiv h1 {
		margin: 0 0 0 12px;
		padding: 0;
		
		width: auto;
		height: auto;
		
		font-size: 16px;
		font-weight: 10;
		
		text-transform: uppercase;
		text-indent: -1px;
		text-align: left;
		letter-spacing: -1px;
		
		color: #3FCD1E;
	}

	#navdiv .divide {
		position: relative;
		float: left;
		
		width: 200px;
		height: 0px;
		
		padding: 0;
		margin: 16px 0 16px 10px;
		
		/*border-bottom: 1px solid rgb(55,80,160);*/
		
		background-color: rgb(55,80,160);
	}

	html>body #navdiv .divide {
		height: 10px;	
	}	

#rightdiv {
	position: relative;
	float: right;
	
	width: 510px;
	height: auto;	
	
	margin: 0 25px 0 0;
	padding: 0 0 40px 0;
	border: 0;
	
	overflow: hidden;

		font-size: 14px;
		
		letter-spacing: 1.2px;
		line-height: 18px;
		text-align: justify;
		
		color: #121212;	
}

	#rightdiv h1 {
		margin: 10px 0 0 0;
		padding: 0;
		
		width: auto;
		height: auto;
		
		font-size: 20px;
		
		text-transform: uppercase;
		text-indent: -1px;
		text-align: left;
		letter-spacing: -1px;
		
		color: #3FCD1E;
	}
	
	#rightdiv h2 {
		margin: 15px 0 10px 0;
		padding: 0;
		
		width: auto;
		height: auto;
		
		font-size: 14px;
		
		text-transform: uppercase;
		text-indent: -1px;
		text-align: left;
		letter-spacing: -1px;
		
		color: #333333;
	}	

	#rightdiv h4 {
		margin: 4px 0 0 0;
		padding: 0;
		
		width: auto;
		height: auto;
		
		font-size: 10px;
		
		text-transform: lowercase;
		text-indent: -1px;
		text-align: left;
		letter-spacing: -1px;
		
		color: #46464;
	}	
	
	#rightdiv p {
		margin: 10px 0 40px 0;
		
		font-size: 14px;
		
		letter-spacing: 1.2px;
		line-height: 18px;
		text-align: justify;
		
		color: #121212;	
	 }

	#rightdiv p a {
		text-decoration: underline;
	}
	 
	#rightdiv img {
		float: left;
		
		margin: 0 8px 5px 0;
	}	 
		
	#rightdiv .ln {
		position: relative;
		float: left;
		
		width: 100%;
		height: auto;
		
		margin: 25px 0 25px 0;
		padding: 0;
	}
	
		#rightdiv .ln .dt {
			position: relative;
			float: left;
			
			width: 100%;
			height: auto;
			
			margin: 8px 0 0 0;
			border-top: 1px solid #AABBAA;
			
			clear: both;
			
			font-size: 11px;
			color: #778877;
		}
	
		#rightdiv .ln h1 {
			margin: 0 0 10px 0;
			padding: 0;
			
			width: auto;
			height: auto;
			
			font-size: 14px;
			
			text-transform: uppercase;
			text-indent: -1px;
			text-align: left;
			letter-spacing: -1px;
			
			color: #333333;
		}	
		
		#rightdiv .ln img {
			float: left;
			
			margin: 0 20px 8px 0;
		}
		
		#rightdiv .ln p {
			margin: 10px 0 10px 0;
			
			font-size: 14px;
			
			letter-spacing: 1.2px;
			line-height: 18px;
			text-align: justify;
			
			color: #121212;		
		}
		
		#rightdiv .ln a {

		}
		
		#rightdiv .ln ul {
			list-style-type: square;
			
			margin: 0;
			padding-left: 15px;
					
			font-size: 12px;
			
			letter-spacing: 1.2px;
			line-height: 18px;
			text-align: justify;
			
			color: #121212;				
		}
		
		#rightdiv .ln li {
			margin: 4px 0 4px 0;	
		}
		
		#rightdiv .archief {
			position: relative; 
			float: left; 
			
			margin: 10px 0 10px 0;
			
			font-size: 14px;
			
			letter-spacing: 1.2px;
			line-height: 18px;
			text-align: justify;
			
			color: #121212;				
		}
		
		#rightdiv .archief input, select {
			font-size: 14px;
			text-align: left;
			letter-spacing: 1.2px;
			color: #121212;	
		}
	

						



#footer {
	position: relative;
	float: left;
	
	width: 780px;
	height: auto;	
	
	background-color: rgb(50,80,160);
	color: #FFFFFF;
	
	font-size: 12px;
	text-align: center;
	letter-spacing: 1.3px;
	
	margin: 10px 0 0 0;
	padding: 3px 0 3px 0;
	
	clear: both;
}



#footer a {
	color: #FFFFFF;
}



.phrow {
	position: relative;
	float: left;
	
	width: 98%;
	height: auto;
	clear: both;
	
	margin: 10px 0 10px;
	padding: 0;
}

.phone {
	position: relative;
	float: left;
	
	width: 128px;
	height: 128px;
	
	margin: 0 8px 0 8px;
	background-color: #BBCCBB;
	border: 1px solid #998899;
	cursor: pointer;
}
	
.phone img {
	border: 1px solid #FFFFFF;
}
