/*
//  Created by Joost Schuttelaar on 2007-04-13.
//  Copyright (c) 2007 Joost Schuttelaar. All rights reserved.
*/

/*  flatten everything, every browser will look the same (bad) */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #351500;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	margin: 0;
	text-align: center;
	background: #4e3728 url(../images/bg.gif) repeat-x;
}

h1, .componentheading  {
	color: #351500;
	font-size: 13pt;
	line-height: 1.6em;
	font-weight: bold;
}

h2 {
	color: #9fc529;
	font-size: 13pt;
	line-height: 1.6em;
	font-weight: bold;
}

address {
	color: #351500;
	font-size: 8pt;
	text-decoration: none;
	font-style: normal;
}

a {
	color: #9fc529;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

ul.persberichten li {
	margin-bottom: 1.4em;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 999px;
	background: url(../images/bg_container.gif) repeat-x 0 33px;
}


div#content ul {
	margin-bottom: 1.4em;
}

div#content li {

	color: #351500;
	list-style: disc;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}



div#content h2 {
	color: #9fc529;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}

div#content p {
	margin-bottom: 1.4em;
}

div#header {
}

ul#menubar {
	background-image: url(images/background_menubar.png);
	background-repeat: repeat-x;
	height: 33px;
	list-style: none;
	background-color: #1e1b16;
	padding-left: 120px;
}

ul#menubar li {
	float: right;
	position: relative;
	line-height: 0;
}

ul#menubar li ul {
	position: absolute;
	display: block;
	visibility: hidden;
	top: 33px;
	left: 0;
	list-style: none;
	width: 100%;
}


ul#menubar li.over ul {
	visibility: visible;

}

ul#menubar li ul li {
	background-color: #AECD36;
	line-height: 1.4em;
	text-align: left;
	float: none;
	height: auto;
	width: 160px;
}

ul#menubar li ul li a {
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 5px;
	width: 133px;
}

ul#menubar li ul li a:hover {
	background-color: #3B713D;
}

div#kop {
	padding: 20px;
	padding-bottom: 0;
}

div#wide_column {
	padding: 27px;
	width: 940px;
}

div#column_l {
	float: left;
	width: 548px;
	padding: 5px 27px 27px;
}

div#column_r {
	float: right;
	padding: 27px;
	width: 340px;
}

div#photo_r {
	float: right;
	text-align: right;
	margin-right: 40px;
	margin-top: 62px;	
	border: 5px solid #e0d9b8;
}

div#spacer {
	height: 40px;
	clear: both;
}



table.contentpaneopen{
	margin-left: 0px;
	padding: 0px;
}


td.contentheading 
{
	color: #351500;
	font-size: 13pt;
	line-height: 18pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	align:left

}



.componentheading
{
	padding-top: 10px;
	padding-bottom: 11px;
	margin-left: 0px;
	align:left


}



img.logo {
	behavior:	url("js/pngbehavior.htc");
}


div#content img {
	behavior:	url("js/pngbehavior.htc");
}




