@charset "utf-8";
/* CSS Document */
html, body {
	height:100%; /* héél belangrijk */
	min-height:100%;
	background-color:#EBEBEB;
	font-family:arial;
	font-weight:normal;
	font-size:14px;
	color:#666;
	margin:0px;
	padding:0px;
}
/* setwidth used for header, toptext, container and footer */
.setwidth {width:960px;}
/* setwidth used for header, toptext, container and footer */

/* @header */
#header {
	position:relative;
	height:85px;
	margin:0 auto;
	background:#666;
	background-image:url(img/bckgrnd.jpg);
}
.logo {position:absolute; top:8px; left:5px;}
#header h1 {position:absolute; top:8px; left:10px; font-size:26px; font-weight:bold; color:#FFF; font-style:oblique; line-height:40px; margin:0; padding:0;}
/* @header */

/* @toptext */
#toptext {
	height:20px;
	margin:0 auto;
	background-image:url(img/bckgrndtt.png); 
	background-repeat:repeat-y;
}
#toptext p {padding:3px 10px 3px 10px; margin:0px; text-align:right; color:#0D0D0D;}
#toptext a:hover {color:#FFF; text-decoration:underline;}
.links {float:left;}
.rechts {float:right;}
/* @toptext */

/* @container */
#container {
	margin:0 auto;
	min-height:100%; /* For Modern Browsers */
	height:auto !important; /* For Modern Browsers */
	height:100%; /* For IE */
	background-color:#FFFFFF;
}
body > #container {
	overflow:auto;
}
#main, #side {
	float:left;
	height:auto;
	margin:0px;
}
#main {width:740px;}
#side {width:190px;}
.setpaddingmain {padding:10px;}.setpaddingside {padding:10px 10px 10px 0px;}
/* @container */

/* @footer */
#footer {
	clear:both;
	height:auto;
	margin:0 auto;
	border-top:1px solid #CCCCCC;
	background-color:#666;
	text-align:center;
}
#footer p {margin:0px; padding:4px 0px 4px 0px; color:#FFF;}
#footer a:link {color:#FFF; font-weight:bold; text-decoration:none;}
#footer a:visited {color:#FFF; font-weight:bold; text-decoration:none;}
#footer a:hover {color:#FFF; text-decoration:underline;}
/* @footer */


/* @links etc */
a:link {color:#292929; text-decoration:none;}
a:visited {color:#292929; text-decoration:none;}
a:hover {color:#DD0000; text-decoration:underline;}
h1,h2 {font-size:18px; color:#336699;}
/* @links etc */

/* @post */
.post {
	clear:both;
	padding:0px 0px 0px 0px;
	overflow:auto;
}
.post ul, ol {
	zoom:1; /* hasLayout for IE<= 6 */
	overflow:auto; /* shrink the list to sit beside floats in compliant browsers */
	margin:0; padding:0; /* zero the defaults so only one or other is used per you margin request below */ 
	margin-left:0px;
	padding:0px 0px 0px 15px;
}
.postend {clear:both; margin:10px 0px 0px 0px; padding:0px 0px 10px 0px; border-top:1px dotted silver;}
/* @post */

/* @searchform */
#searchform {float:right; margin:0px; padding:18px 10px 0px 0px;}
#searchform p {float:left; margin:0px; padding:0px;}
#searchform img {float:left; border:none; margin:0px; padding:0px;}
.searchform_input {width:110px; height:auto;}
.searchform_button {color:#333;}
#searchform form {margin:0px; padding:0px;}
/* @searchform */

/* @group ronde hoeken met rand */
.adsense {
	clear:both;
	padding:0px 0px 10px 0px;
}
.tags {
	display:block;
	background:#F6F6F6;
	border:0 solid #DDD;
	border-width:0 1px;
	padding:5px;
}
.xtop, .xbottom {
	display:block;
	background:transparent;
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	background:#F6F6F6;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}
.xb1 {
	margin:0 5px;
	background:#DDD;
}
.xb2 {
	margin:0 3px;
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px;
	margin:0 1px;
}
/* @group ronde hoeken met rand */

/* @image */
img {border:none; display:block;}
.imgindex {float:left; padding-right:2px; width:90px; height:125px; text-align:center;}
.imgborder {width:101px; height:76px; border:1px solid #E0DFE3; background-color:#FFFFFF; overflow:hidden;}
.imgleft {float:left; margin:0px 5px 5px 0px; padding:0px; border:0px solid #E0DFE3; height:100%; line-height:0px;}
.imgleft p {text-align:center; margin:0px; padding:8px;}

.imgright {float:right; margin:0px 0px 5px 10px; padding:0px; border:0px solid #E0DFE3; height:100%; line-height:0px;}
.imgright p {text-align:center; margin:0px; padding:8px;}
/* @image */

/* navigation */
#headernavigation {position:absolute; bottom:0px; width:100%; height:auto; text-align:center; padding:5px 0px 0px 0px;}
#headernavigation ul {margin:0px 0px 0px 0px; padding:3px 0px; border-bottom:1px solid #DD0000; text-align:center; background-color:transparent;}
#headernavigation ul li {list-style:none; margin:0; display:inline;}
#headernavigation ul li a {margin-left:3px; padding:3px 0.5em; border:1px solid #DD0000; border-bottom:none; background:#DD0000; text-decoration:none;}
#headernavigation ul li a:link {color:#FFF;}
#headernavigation ul li a:visited {color:#FFF;}
#headernavigation ul li a:hover, #navigation ul li a:visited:hover {color:#333; background:white; border-color:#DD0000;}
#headernavigation ul li a#current {color:#000; background:white; border-bottom:0px solid white;}

#articlenavigation {margin-bottom:10px; padding:3px; background-color:#E1EAF3; border:1px solid #DDD;}
#articlenavigation li {list-style:inside; margin:0px; padding:0px; }
#articlenavigation a:hover {color:#DD0000; text-decoration:underline;}

#sidenavigation {margin-bottom:10px; padding:3px; background-color:#FEF6F6; border:1px solid #FEDFDF;}
#sidenavigation ul {list-style:none; margin-left:0px; padding-left:0px; font-size:11px; line-height:20px;}
#sidenavigation ul, ol {margin:0px; padding:0px;}
#sidenavigation a {color:#DD0000; text-decoration:underline;}
#sidenavigation a:hover {color:#292929; text-decoration:underline;}
#sidenavigation h3 {margin:0px; padding:0px; border-bottom:1px solid #FEDFDF; font-size:13px; font-style:oblique;}
/* navigation */

/* @sitemap */
li.pp {
	list-style:disc;
}
li.ap {
	list-style:circle;
	margin-left:10px;
}
/* @sitemap */

/* @sitepromote */
#sp1 {width:99%; height:46px; border:1px solid #88A0C8; font-family: Tahoma, verdana, arial,sans-serif; font-size:11px; color:#003068; text-decoration:none; background-color:transparent;}
/* @sitepromote */

/* @side stuff */
.mm1 {margin:0px 0px 10px 0px;}
.mm2 {margin:0px; padding:3px; border:1px solid #DDD;}
/* @side stuff */

/* @tables */
.tdtitle {width:125px; margin:0px; padding:3px; background-color:#E1EAF3; font-weight:bold;}
.tdtext {width:275px; margin:0px; padding:3px; background-color:#E1EAF3;}
/* @tables */
