/**
 * Standaard waarden
**/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	color: #5b5b5b;
	background: url("../img/bg.gif") #ddd;
	font: 13px Tahoma, Geneva, sans-serif;
	line-height: 24px;
	height: 100%;
}

h1 {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 35px 0 6px 0;
	color: #000;
	letter-spacing: -1px;
}
h2 {
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 30px 0 6px 0;
	color: #000;
	letter-spacing: -1px;
}
h3, h4, h5, h6 {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 30px 0 6px 0;
	color: #000;
	font-weight: bold;
}
p {
	margin: 0 0 10px 0;
}

#wrapper {
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}
#main {
	margin: 0 auto;
	width: 850px;
}
#header {
	width: 850px;
	height: 140px;
	float: left;
}
#header-titel {
	float: left;
}
#header-titel a {
	font: 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-style: italic;
	letter-spacing: -1px;
	text-shadow: 0 2px 0 #fbd9da;
	margin: 19px 0 5px 0;
	display: block;
}
#header-titel p {
	font: 12px Helvetica, Arial, sans-serif;
	color: #000;
	letter-spacing: 1px;
}
#header-afb {
	float: right;
}
#kruimelpad {
	width: 850px;
	height: 35px;
	padding: 1px 0 0 12px;
	float: left;
	background: url("../img/bg-kruimel.gif") no-repeat;
}
#blok1 {
	float: left;
	padding: 8px 0 0 0;
}
#kruimelpad a {
	float: left;
	display: block;
	padding: 8px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
#kruimelpad a:hover {
	text-decoration: underline;
}
#kruimelpad .kruimel_current {
	font-weight: bold;
}
#kruimelpad span {
	background: url("../img/pijl-kruimel.gif") no-repeat center;
	height: 30px;
	width: 36px;
	color: #fff;
	float: left;
	display: block;
}
#content {
	float: left;
	width: 848px;
	background: url("../img/bg-content.gif") repeat-y;
	padding: 0 1px 25px 1px;
}
#col1 {
	float: left;
	width: 250px;
}
#col2 {
	float: right;
	width: 468px;
	padding: 0 64px 0 0;
}
#col2 img {
	padding: 0 0 8px 0;
}
#col2 a {
	color: #e40008;
}
#col2 a:hover {
	color: #000;
}
.tekstlink {
	color: #e40008;
	margin: 10px 0 0 10px;
	float: left;
}
.tekstlink:hover {
	color: #000;
}
#col2 ul {
	margin: 0 0 10px 14px;
}
#col2 .artikel {
	float: left;
	margin: 0 0 30px 0;
	color: #5b5b5b;
}
#col2 .artikel a.ccontent {
    text-decoration: none;
	color: #5b5b5b;
	display: block;
	line-height: 26px;
}
#col2 .artikel a.ccontent strong {
	color: #000;
}
#col2 .artikel a.ccontent:hover {
	color: #000;
}
#col2 .artikel h2 a {
    text-decoration: none;
    color: #000;
	display: block;
}
#col2 .artikel h2 {
    margin: 0 0 5px 0;
	text-decoration: none;
}
#col2 .artikel .foto {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
#col2 .tabel {
	font: 11px Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #E40008;
	margin: 20px 0 10px 0;
}
#col2 .tabel td {
	padding: 4px 2px 0 4px;
}
#col2 .tabel .top {
	background: #E40008;
	color: #fff;
}
#col2 .tabel .mid {
	background: #f1f1f1;
}
#col2 .ads {
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 21px;
	border: 1px solid #CCC;
	padding: 3px 0 5px 10px;
	float: left;
	margin: 20px 0 0 0;
}
#col2 .ads a {
	color: #5b5b5b;
}
#col2 .ads a:hover {
	color: #000;
}
#zoeken {
	float: left;
	height: 29px;
	width: 250px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#zoeken .zoekveld {
	background: url("../img/bg-zoeken.gif") no-repeat;
	float: left;
	width: 156px;
	padding: 8px 0 0 7px;
	color: #808080;
	font: 11px Verdana, Geneva, sans-serif;
}
#zoeken .submit {
	background: url("../img/zoeken-submit.gif") no-repeat;
	float: right;
	width: 87px;
	height: 29px;
	cursor: pointer;
	font: 13px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 0 19px;
}
#zoeken .submit:hover {
	background-position: 0 -29px;
}
#push {
	clear: both;
	padding: 0 0 92px;
	background: url("../img/bg-bottom-content.png") no-repeat;
}
#footer {
	background: url("../img/bg-footer.gif") repeat-x scroll 0 0;
	bottom: 0;
	height: 62px;
	position: absolute;
	width: 100%;
}
#footer-main {
	width: 850px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
#footer-main .copy {
	float: left;
	font: 11px Verdana, Geneva, sans-serif;
	color: #000;
	display: block;
	width: 100%;
}
#footer-main .copy a {
	font: 11px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
#footer-main .copy a:hover, #footer-main .links a:hover {
	text-decoration: underline;
}
#footer-main .links {
	float: left;
	font: 11px Verdana, Geneva, sans-serif;
	color: #5b070b;
	margin: 10px 0 0 0;
}
#footer-main .links a {
	font: 11px Verdana, Geneva, sans-serif;
	color: #5b070b;
	text-decoration: none;
}
#footer-main .links span {
	padding: 0 2px;
}

/* ---------------- Hoofdmenu ---------------- */
ul#nav { list-style: none; border-top: 1px solid #ccc; margin: 17px 0 0 0; }
ul#nav li { float: left; }
ul#nav li a { display: block; text-decoration: none; color: #000; background: url("../img/bg-menu.gif") no-repeat; height: 24px; width: 220px; font: 13px Tahoma, Geneva, sans-serif; letter-spacing: 0.2px; padding: 7px 0 0 30px; }
ul#nav li a:hover { background-position: 0 -31px; }

ul#nav .normal {  }
ul#nav .normal a {  }

ul#nav .last {  }
ul#nav .last a {  }

ul#nav .current {  }
ul#nav .current .actieve { background-position: 0 -31px; font-weight: bold; }

ul#nav .last_current {  }
ul#nav .last_current .actieve  { background-position: 0 -31px; font-weight: bold; }

/* ---------------- Subnav ---------------- */
ul#subnav { list-style: none; border-top: 1px solid #ccc; margin: 17px 0 0 0; }
ul#subnav li { float: left; }
ul#subnav li a { display: block; text-decoration: none; color: #000; background: url("../img/bg-menu.gif") no-repeat; height: 24px; width: 220px; font: 13px Tahoma, Geneva, sans-serif; letter-spacing: 0.2px; padding: 7px 0 0 30px; }
ul#subnav li a:hover { background-position: 0 -31px; }

ul#subnav .normal {  }
ul#subnav .normal a {  }

ul#subnav .current { }
ul#subnav .current .subnav_actieve { background-position: 0 -31px; font-weight: bold; }

ul#subnav .current2 { border-bottom:1px solid #CCCCCC; padding:0 0 10px; }
ul#subnav .current2 .subnav_actieve2 { background-position: 0 -62px; font-weight: bold; }

	/* ---------------- Sub_subnav ---------------- */
	ul#subnav .normal ul#sub_subnav { display: none; }
	ul#sub_subnav { padding: 15px 0 0 30px; list-style: none; }
	ul#sub_subnav li { border-bottom: 0; }
	ul#sub_subnav li a { color: #000; padding: 5px 0 0 0; height: 25px; background: none; }
	ul#sub_subnav li a:hover { text-decoration: underline; color: #000; }
	
	ul#sub_subnav sub_normal {  }
	ul#sub_subnav sub_normal a {  }
	
	ul#sub_subnav .sub_current {  }
	ul#sub_subnav .sub_current .sub_subnav_actieve { font-weight: bold; }
	
/* ---------------- Footer ---------------- */
ul#footernav { list-style: none; float: right; }
ul#footernav li { float: left; line-height: normal; }
ul#footernav li a { text-decoration: none; padding: 0 0 0 10px; font: 11px Verdana, Geneva, sans-serif; color: #000; }
ul#footernav li a:hover { text-decoration: underline; }

ul#footernav .normal {  }
ul#footernav .normal a {  }

ul#footernav .last {  }
ul#footernav .last a {  }

ul#footernav .current {  }
ul#footernav .current .actieve {  }

ul#footernav .last_current {  }
ul#footernav .last_current .actieve  {  }

/* ---------------- Sitemap ---------------- */
ul#sitemap { margin:0 0 10px 0; }
ul#sitemap li { background: transparent url("../img/liststyle.gif") no-repeat scroll 0 11px; margin: 0 0 10px 0; list-style:none; }
ul#sitemap li a { color: #000; margin: 0 0 0 10px; border-bottom: 1px solid #000; text-decoration: none; }
ul#sitemap li a:hover { color: #666; margin: 0 0 0 10px; border-bottom: 1px solid #666; }

ul#sitemap li ul.subsitemap { margin: 10px 0 0 0;  }
ul#sitemap li ul.subsitemap li { margin: 0 0 10px 30px; }
ul#sitemap li ul.subsitemap li a {  }

ul#sitemap li ul.subsitemap li ul.subsubsitemap { margin: 10px 0 0 0; }
ul#sitemap li ul.subsitemap li ul.subsubsitemap li { margin: 0 0 10px 30px; }
ul#sitemap li ul.subsitemap li ul.subsubsitemap li a {  }

/* ---------------- Contact formulier ---------------- */
#form {	margin: 20px 0 0 0; }
#form label { float: left; padding: 4px 0 0 0; width: 120px; }
#form .input-text { width: 175px; border:1px solid #ccc; padding:3px; margin: 3px 5px 12px 0; color: #000; }
#form .txt-veld { width: 334px; border:1px solid #ccc; padding:3px; margin: 3px 5px 12px 0; color: #000; }
#form .input-button { color: #000; width: auto; border: 1px solid #999999; padding: 3px; margin: 0 0 5px 120px; cursor: pointer; background: #fff; }
#form .input-button:hover { background-color: #F3F3F3; }

/* ---------------- PrintButtons ---------------- */
#printbtns { float: left; margin: 15px 0 0 0; width: 100%; }
#printbtns .printbtn { display:block; width:53px; height:14px; background:url('../img/printen.gif') no-repeat; text-decoration:none; border: none; }
#printbtns .printbtn:hover { background-position: 0 -14px; text-decoration:none; border: none; }

/* ------- Contact formulier meldingen -------- */
ul#formulier-meldingen{ padding:0px; margin: 0 0 10px 0; }
ul#formulier-meldingen li.fout{ color:#F00; margin: 0 0 0 14px; }
ul#formulier-meldingen li.goed{ list-style:none; color:#060; font-weight: bold; }

/* ------- De zoekresultaten -------- */
ul#search_results { list-style: none; margin: 0; }
ul#search_results li{ border: 1px solid #e2e2e2; padding:15px; margin-bottom:20px; }
ul#search_results li:hover { background: #f7f7f7; }
ul#search_results li div.pagetitle{ font-size:12px; font-weight:bold; text-decoration:underline; } 
ul#search_results li div.pegedesc{ height:35px; overflow:hidden;} 
ul#search_results li div.breadcrumb{ }
ul#search_results li div.breadcrumb a{ color:#000; font-style:normal; }
div#search_results_error div.pagetitle{ font-weight:bold; } 
div#search_results_error div.pegedesc{ height:35px; overflow:hidden;}
