/*HTML&BODY*/

html {
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-size: 0.9em;
}

ul { list-style: none; margin:0; }

body {
	margin: 0;
	background: url(img/bg-midden.gif) repeat-y bottom;
}

.block { display: block; }
.hidden { visibility: hidden; }
.invisible { display: none; }
.f-left, .fleft { float: left; }
.f-right, .fright { float: right; }
.clear { clear: both; }
.links { text-align: left; }
.midden { text-align: center; }
.rechts { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.center { display: block; margin: auto; }
.absolute { position: absolute; }
.relative { position: relative; }
.bold, .strong { font-weight: bold; }
.italic, .em { font-style: italic; }
.underline { text-decoration: underline; }
.pointer { cursor: pointer; }
ul.none, ol.none { list-style: none; }
a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus, a.none.active { text-decoration: underline; }

img { border: none; }
p, div.alinea { margin-bottom: 20px; }
div.wrapper, .overflow { overflow: hidden; }

/* Wordpress Styles */

img.alignright {float:right; margin:0 0 1em 1em; }
img.alignleft {float:left; margin:0 1em 1em 0; }
img.aligncenter {display: block; margin-left: auto; margin-right: auto; }
a img.alignright {float:right; margin:0 0 1em 1em; }
a img.alignleft {float:left; margin:0 1em 1em 0; }
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; }

/* ALGEMEEN*/
div#midden {
	overflow: hidden;
	margin: auto;
	width: 1024px;
	background: url(img/bg.gif) no-repeat top; 
}

div#wrapper {
	margin: auto;
	width: 797px;
}

a.sitelogo {
	display:block;
	height: 165px;
	width: 115px;
	text-indent: -9999px;
	margin-left: 358px;
	background: url(img/logo.jpg) no-repeat;
}

h1 {
	font-family:"Georgia",Georgia,Times, Arial, Verdana;
	font-size: 1.3em; 
	font-weight: normal;
	text-decoration: underline; 
}

h2 { color:#009DDF; }
p { font-size: 0.8em; }
h3 { font-size: 0.8em; }
a { color:#4C7673; }

small {
	color:#9A9A9A;
	font-size:0.769em;
}

/* MIDDEN */
div.container {	
	padding: 30px 18px 0 18px; 
	min-height: 400px; 
}

div.navigation { margin-top: 15px; }
ol.commentlist  { padding: 0; }

/* LEFT */
div.left {
	float: left;
	width: 400px;
	margin-bottom: 30px;
}

/* RIGHT */
div.right {
	float: right;
	width: 320px;
	margin-bottom: 30px;
}

div.right a.forum {
	padding:3px 0 6px 31px;
	background: url(img/forum.gif) no-repeat 0 90%;
}

/* FOOTER */
div#footer {
	clear: both;
	padding-top:5px; margin: 0 0 15px 10px;
	font-size: 11px;
	color: #4C7673;
	border-top: 1px solid #CFEDF9;
	overflow: hidden;
}

div#footer a {
	color: #4C7673;
	font-size: 11px
}
/* LIJSTEN */
ul#hoofdmenu { margin: 169px 0 0 0px; }
ul#hoofdmenu li { float: left; }

ul#hoofdmenu li.eerste { margin: 0 34px 0 -7px; }
ul#hoofdmenu li.tweede { margin: 0 34px 0 27px; }

/* Nieuwsberichten */
div.left .nieuws {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

div.left .nieuws ul li {
	border-bottom:1px solid #CFEDF9;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 10px;
	padding:0 0 10px;
}

div.left .nieuws ul li .dag {
	color:#009DDF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:bold;
	width:42px;
	margin-top: 11px;
}

div.left .nieuws ul li .maand {
	color:#009DDF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
	width:40px;
}

div.left .nieuws ul li .bericht {
	float:left;
	margin:0;
	padding:0;
	width:	250px;
}

div.left .nieuws ul li a.meer { font-size: 0.8em; }

/* Formulieren */
form#commentform p input#submit { cursor: pointer; }
