html, body{	padding: 0;	margin: 0;	height: 100%;}body{	behavior: url("css/csshover.htc");	font-family: Helvetica, Arial, sans-serif;	font-size: 12px;	line-height: 1.5em;
	/* background: url('images/bg_body.png'); */
	color: #333333;}#wrapper{	position: relative;	margin: 0 auto;	width: 940px;		height: auto !important;	height: 100%;	min-height: 100%;
	background: url('images2/bg_wrapper.png');
}

/* TOP */
#top-line
{
	margin: 0 auto;
	width: 900px;
	height: 28px;
	background: url('images2/top.png');
}

/* HEADER */
#header
{
	margin: 0 auto;
	width: 900px;
	height: 382px;	
	background: white;
	border-bottom: 1px solid white;
}

/* MENU */
#menu
{
	margin: 0 auto;
	width: 900px;
	height: 44px;
	background: url('images2/menu.png');	
}

	#menu-left
	{
		float: left;
		width: 264px;	
		line-height: 44px;
	}
	
		#menu-left ul
		{
			margin: 0;
			padding: 0;
			list-style: none;	
		}
		
		#menu-left ul li
		{
			float: left;
			margin: 0 10px 0 12px;
		}
		
		#menu-left ul li a
		{
			color: #000066;
			text-decoration: none;	
		}
		
		#menu-left ul li a:hover
		{
			color: white;	
		}
	
	#menu-right
	{	
		float: left;
		width: 636px;
		line-height: 18px;
	}

/* CONTENT */
#content
{
	width: 900px;
	margin: 0 auto;	
}

	#content-left
	{
		float: left;
		width: 264px;	
	}
	
		#content-left #high
		{
			margin: 0;
			padding: 0;
			list-style-position: inside;
			color: #666;	
		}
	
		#content-left #menu2
		{
			margin: 0;
			padding: 0;
			list-style: none;	
		}
		
		#content-left #menu2 li
		{
			margin: 1px 0 0 0;	
			background: url('images2/blauw.png') no-repeat;
		}
		
		#content-left #menu2 li a
		{
			color: #3366ff;
			text-decoration: none;	
			font-size: 11px;
			line-height: 20px;
			display: block;
			padding: 0 0 0 15px;
		}
		
		#content-left #menu2 li a:hover
		{
			color: #3366FF;	
		}
		
		#content-left #menu2 li ul
		{
			margin: 1px 0 0 0;	
			list-style: none;
			padding: 0;
		}
		
		#content-left #menu2 li ul li
		{
			background: url('images2/blauw.png') no-repeat;	
			margin: 0 0 0 15px;	
		}
		
		#content-left #menu2 li ul li a
		{
			color: #3366FF;	
		}
		
		#content-left #menu2 li ul li a:hover, #content-left #menu2 li ul .actief
		{
			color: #000066;	
		}
	
	#content-right
	{	
		float: left;
		width: 636px;
	}
	
		#content-inner
		{
			margin: 0 18px;	
			padding: 0 0 94px 0;
		}

/* FOOTER */
#footer
{
	width: 940px;
	height: 94px;
	background: url('images2/footer.png');	
	position: absolute;
	bottom: 0px;
}

	#footer-inner
	{
		width: 900px;
		margin: auto;
		position: relative;
	}
	
	#footer-inner div
	{
		position: absolute;
		top: 29px;
		height: 43px;
		cursor: pointer;	
	}
	
		#link1 { left: 14px; width: 47px; }
		#link2 { left: 80px; width: 44px; }
		#link3 { left: 147px; width: 138px; }
		#link4 { left: 302px; width: 106px; }
		#link5 { left: 425px; width: 112px; }

/* CLEAR */
.clear
{
	clear: both;	
}/* GOOGLEMAPS */#googlemaps{	width: 500px;	height: 350px;	margin: 0;	border: none;}/* HEADINGS */h1,h2,h3,h4,h5,h6{	margin: 10px 0 0 0;	line-height: 1.5em;}h1,h2 { font-size: 14px; font-weight: normal; }h3,h4 { font-size: 13px; }h5,h6 { font-size: 11px; }h1,h3,h5 { color: #3366ff; /* color: #000066; */ }h2,h4,h6 { color: #3366FF; }/* FORMULIEREN */form{	margin: 0;	padding: 0;}input, textarea, select{	width: 100%;	border: 1px solid #FF9900;	font-family: Helvetica, Arial sans-serif;	font-size: 11px;	line-height: 1.5em;	padding: 2px;
	color: #666666;}input:focus, textarea:focus, select:focus{	background: #fff7d9;}#form .button{
	color: #ff9900;	width: auto;	font-weight: bold;
	background: #fff7d9;}/* TABLE */table{	width: 100%;	border-collapse: collapse;}#contactform{	width: 500px;}/* OVERIGE */p, ul, li{	/* voor FCKeditor */	margin-top: 0px;	margin-bottom: 0px;}a img{	border: none;}
