/*
//  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;
}

a img {
	border: 0;
}

body {
	background-color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	margin: 0;
	text-align: left;
}

h1 {
	color: #00abe5;
	font-size: 13pt;
	line-height: 1.6em;
}

a {
	color: #00abe5;
}

a:hover {
	text-decoration: none;
}

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

div#container {
}

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

div#content li {
	padding-left: 2.8em;
	background-image: url(/images/klaver_blue.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	list-style-type: none;
	line-height: 1em;
	padding-bottom: 0.4em;
}

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

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

div#header {
	background-color: white;
}

ul#menubar {
	visibility: hidden;
	display: none;
}

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

div#column_l {
	padding: 27px;
	padding-bottom: 0;
	width: 444px;
}

div#column_r {
	padding: 27px;
	width: 444px;
}

div#photo_r {
	float: right;
	padding: 27px;
	padding-right: 0;
	width: 444px;
	text-align: right;
	visibility: hidden;
}

div#spacer {
	height: 140px;
	clear: both;
	visibility: hidden;
}

img.photo {
	border: 1px solid #c0c0c0;
}