/*
	groen: 7DB04B
	terra: F27D3A

*/
html {
	height: 100%;
	}

body {	
	font: 11px/18px georgia, verdana, sans serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FEF2D9 url(../img/home_back.gif) repeat-y top center; 
	}

div.container  {	
	width: 776px;
	text-align: left;
	margin: 0px auto;
/*	background-color: #ffffff;*/
	height: 100%;
	}
div.content {
	position: absolute;
	width: 570px;
	}

	/* de headings */
h1 {
	font: bold 18px verdana, sans serif;
	margin: 10px 0px 5px 40px;
	color: #F27D3A;
	}

h2 {
	font-size: 14px;
	margin: 10px 0px 0px 40px;
	color: #F27D3A;
	clear: right;
	}
h3	{
	font-size: 11px;
	margin: 15px 0px 0px 40px;
	color: #F27D3A;
	clear: right;
	}
h4	{
	font-size: 11px;
	padding: 20px 0px 0px 20px;
	margin: 0px;
	color: #000000;
	}
div.content p	{
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	width: 440px;
	clear: left;
	}
div.content table {
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	width: 440px;
	clear: left;
	}
div.content table tr.oneven {
	background-color: #CCCCCC;
	}
div.content table td {
	vertical-align: top;
	}
div.content div.antwoord {
	margin-left: 80px;
	padding: 4px;
	background-color: #588FE2;
	width: 80%;
	}
div.leesmeer p, div.contact p {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	}

	/* de links en de plaatjes */
a	{
	color: #883200;
	text-decoration: none;
/* 	color: #F27D3A;*/
	}

a img {
	border: 1px solid #588FE2;
	}
a:hover {
	background-color: #F8C2A3;		
	text-decoration: underline;
	}
table.subsubmenu {
	width: 480px;
	margin-left: 40px;
	}
img.afbeelding {
	float: right;
	margin-right: 10px;
	}

	/* voor de heading */
div.heading {
	position: relative;
	left: 0px;
/*	height: 179px; */
	height: 195px;
	width: 100%;
	text-align: center;
	background: #588FE2;
	}
div.heading img.foto {	margin-top: 23px;	}
div.heading img.logo {	
	position: absolute;
	margin: 7px 0px 0px 23px;
	}
html>body div.heading img.logo { padding-left: 22px; }
p.taal {
	position: absolute;
	text-align: right;
	width: 760px;
	margin: 0px;
	padding: 0px;
	}
p.taal a { 
	color: #ffffff; 
	text-decoration: underline; }
p.taal a:hover {
	color: #000000;
	background-color: transparent;
	}

	/* voor het menu */
div.menu {	
	position: relative;
	font-size: 12px;
/*	margin-top: -74px; */
	margin-top: -90px;
	float: right;
	width: 205px;
	height: 243px;
	background: #ffffff url(../img/back_menu.gif) no-repeat top right;
	}

div.menu ul {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	}

div.menu li {
	margin: 0px;
	padding: 0px;
	width: 205px;
	}

div.menu a {
	color: #000000;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 2px 0px 0px 5px;
	padding-left: 25px;
	}
div.menu a:hover, div.menu li.hier a {
	color: #ffffff;
	background-color: transparent;
	background-image: url(../img/back_menu_hover.gif);
	}

	/* voor het submenu */
div.submenu {
	position: relative;
	width: 500px;
	margin: 5px 0px 0px 40px;
	color: #F27D3A;	
	}

div.submenu a {	
	text-decoration: none;
	color: #F27D3A;
	}
div.submenu a:hover {
	color: #F27D3A;
	text-decoration: underline;
	background-color: #ffffff;
	}

	/* voor lees meer */
div.leesmeer {
	position: relative;
	clear: right;
	float: right;
	margin: 15px 0px 0px 0px;
	width: 205px;
	background: #DBE29C url(../img/back_leesmeer.gif) no-repeat top right;
	}
div.leesmeer a {
	color: #000000;
	}
div.leesmeer a:hover {
	color: #ffffff;
	background-color: transparent;
	}
	/* voor contact */
div.contact {
	position: relative;
	clear: right;
	float: right;
	margin: 15px 0px 0px 0px;
	width: 205px;
	height: 110px;
	background: #F27D3A url(../img/back_contact.gif) no-repeat top right;
	}
div.contact a {
	color: #000000;
	}
div.contact a:hover {
	color: #ffffff;
	background-color: transparent;
	}

	/* voor insyde */
div.insyde {
	position: relative;
	clear: right;
	float: right;
	text-align: right;
	margin: 0px 15px 0px 0px;
	width: 190px;
	height: 100px;
	}

	/* voor formulieren */
div.content form {
	margin-left: 40px;
	}
input.verplicht {
	border: 2px solid #F27D3A;
	}

