/* STANDAARD STIJLEN */

body, html {
	height: 100%;
	background: #fbfbec;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

a
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
}

h1, h2, div, span { 
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
}

p {
	margin-top: 18px;
	margin-bottom: 18px;
}

p, div, span, table, tr, td, em, ul, li {
	font-size: 12px;
	line-height: 22px;
}

h1 {
	text-transform: uppercase;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

strong {
	font-weight: bold;
	color: #31a32c;
}

abbr {
	cursor: help;
}

blockquote {
	margin-left: 20px;
	border-left: 5px solid #31a32c;
	padding-left: 10px;
	color: #666;
}

/* OPZET WEBSITE */

#container {
	background: #fbfbec url(../images/bg.jpg) repeat-x;
	width: 100%;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	margin: 0;
	text-align: center;
	position: relative;
	padding: 0;
}

#site {
	margin: 0 auto;
	text-align: left;
	display: block;
	width: 830px;
	height: auto;
	position: relative;
	background: url(../images/bg-site.jpg) bottom left no-repeat;
	padding: 0 0 110px 0;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header {
	width: 830px;
	height: 197px;
	position: relative;
	background: #f9f9d7 url(../images/bg_header.jpg) repeat-x;
}

#menu {
	width: 830px;
	height: 38px;
	line-height: 38px;
	position: relative;
	background: #f5f5c0;
}

#menu a {
	color: #0e6709;
	margin-right: 35px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Trebuchet MS", Times, serif;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
}

#left {
	width: 394px;
	min-height: 275px;
	position: relative;
	display: block;
	float: left;
	top: 55px;
	left: 0px;
}

#right {
	width: 394px;
	min-height: 275px;
	position: relative;
	display: block;
	float: right;
	top: 83px;
}

#footer {
	width: 100%;
	height: 38px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #e6d59c;
	padding: 0;
	border-top: 15px ##fbfbec solid;
	text-align: center;
}

#header img {
	display: block;
	position: relative;
	top: 20px;
	margin: 0 auto;
}

#menu div {
	margin: 0 23px;
	display: inline;
	float: left;
}

#menu div img a {
	outline: none;
}

#left h1 {
	margin: 0 0 25px 0;
	padding: 0;
}

ul li { 
	list-style-type: none;
	list-style-image: url(../images/list_item.gif); 
	line-height: 24px; 
}

.afb-links {
	margin-right: 14px;
	float: left;
}

.afb-rechts {
	margin: 0 0 15px 14px;
	float: right;
}

/* accordion */

.accordion {
	width: 500px;
}

#accordion {
	margin-left: 5px;
}

.toggler {
	font-family: "Trebuchet MS",Tahoma, Arial; 
	margin: 0px;
	padding: 5px 0px 5px 12px;
	background: #fbfbec;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
}

.element {
	margin: 0;
	padding: 20px 15px;
	line-height: 19px;
}

.element p {
	font-family: "Trebuchet MS",Tahoma, Arial; 
	font-size: 12px;
}

/* einde accordion */

.footer {
	color: #a09f80;
	line-height: 38px;
	font-size: 11px;
}

.footer a {
	color: #a09f80;
	font-weight: normal;
	text-decoration: none;
}

a.item
{
	float: left;
	display: block;
	height: 37px;	
}

.submenu
{
	position: absolute;
	z-index: 1;
	background-color: #FFF;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 20px;
	width: 240px;
	top: 233px;
	font-size: 8pt;
	visibility: hidden;
	border: 2px solid #f5f5c1;
}

.submenu li a
{
	color: #0e6709;
	text-decoration: none;
	
}

.submenu li a:hover
{
	color: #000;
	
}


#submenu-diensten
{
	left: 155px;

}

#submenu-doelgroepen
{
	left: 267px;	
}