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') repeat-y center top;
	color: #333333;}#wrapper{	position: relative;	margin: 0 auto;	width: 904px;		height: auto !important;	height: 100%;	min-height: 100%;
	background: url('images/bg_wrapper.png') no-repeat center bottom;}

/* HEADER */
#header
{
	width: 904px;
	height: 324px;
	margin: 0 auto;
	position: relative;	
}

	#topmenu
	{
		position: absolute;
		right: 10px;
		top: 29px;	
		color: white;
	}
	
	#topmenu a
	{
		color: #FFFFFF;
		text-transform: uppercase;
		margin: 0 5px	
	}
	
/* MENU */
#menu
{
	width: 888px;
	height: 78px;
	margin: 0 auto;
}

#submenu
{
	width: 888px;
	margin: 0 auto;
	height: 2em;
	line-height: 2em;	
	color: #008899;
	position: relative;
}

	.submenu
	{
		visibility: hidden;	
		display: none;
	}
	
	.open
	{
		visibility: visible;
		display: block;
	}
	
	.submenu a
	{
		margin: 0 5px;	
	}

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

	.content-inner
	{
		margin: 0;
		padding: 0 0 0 10px;	
	}

	.content-left
	{
		width: 444px;
		float: left;
		background: url('images/groen.png');
		color: white;	
	}
	
	.content-left-leeg
	{
		width: 444px;
		float: left;
		color: white;	
	}
	
		.content-left h1
		{
			color: #88cfcf;	
		}
	
		.content-left p
		{
			display: block;
			padding: 0;
			margin: 10px;	
		}
		
		.content-left a
		{
			color: #88cfcf;	
		}
	
	.content-right
	{
		width: 444px;
		float: left;	
	}
	
		.content-right ul
		{
			list-style-type: square;
			color: #008899;	
		}

.lijn
{
	width: 888px;
	height: 1px;
	background: #7fc3cc;	
	margin: 5px auto;
}

/* FOOTER */
#footer
{
	width: 888px;
	color: #008899;	
	margin: 0 auto;	
	line-height: 2em;
}

	#footer a
	{
		text-transform: uppercase;	
	}
	
/* LINKS */
a
{
	color: #008899;
	text-decoration: none;	
}

a:hover
{
	color: #88cfcf;	
}

.actief
{
	font-weight: bold;	
}

/* CLEAR */
.clear
{
	clear: both;	
}/* GOOGLEMAPS */#googlemaps{	width: 444px;	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: 20px; font-weight: normal; }h3,h4 { font-size: 13px; }h5,h6 { font-size: 11px; }h1,h3,h5 { color: #008899; }h2,h4,h6 { color: #88cfcf; }/* FORMULIEREN */form{	margin: 0;	padding: 0;}input, textarea, select{	width: 90%;	border: 1px solid #008899;	font-family: Helvetica, Arial sans-serif;	font-size: 11px;	line-height: 1.5em;	padding: 2px;
	color: #333333;}input:focus, textarea:focus, select:focus{}#form .button{
	color: #ff9900;	width: auto;	font-weight: bold;
	background: #fff7d9;}/* TABLE */table{	width: 100%;	border-collapse: collapse;}#contactform{	width: 444px;}/* OVERIGE */p, ul, li{	/* voor FCKeditor */	margin-top: 0px;	margin-bottom: 0px;}a img{	border: none;}