/* ===================================

pink : #ED2790;

grey : #808080;
light grey : #ccc;

 =================================== */

body {
	margin:0px;
	text-align:left;
	
	background:#FFF url(../gfx/background_1_1_1.gif) no-repeat fixed 0px 0px;
	
	/*overflow:auto;*/
	}
	
body.wide {background:#FFF url(../gfx/background_1_0_1.gif) no-repeat fixed 0px 0px;}
body.grey {background:#FFF url(../gfx/background_1grey.gif) no-repeat fixed 0px 0px;}
body.lineAndGrey {background:#FFF url(../gfx/background_2grey.gif) no-repeat fixed 0px 0px;}

body,
table,
th,
td,
p,
input,
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

h1,h2,h3{
	display:block;
	font-family:Arial, Helvetica, Verdana, Sans-serif;
	margin:0px 0px 10px 0px;
	line-height:1.0em
	}

h1{
	padding:0 0 0 13px;
	font-size:18px;
	color:#000;
	background:transparent url(../gfx/H_arrow.gif) no-repeat 0px 5px;
	}
h2{
	color:#ED2790;
	font-size:18px;
	text-transform:uppercase;
	}
h3{
	font-size:14px;
	}
h4{
	font-size:10px;
}

p{
	margin:0px 0px 1.2em 0px;
}

a{
	color:#ED2790;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
	cursor:pointer;
}
a.button {
	display:block;
	margin-top:-3px;
	margin-right:3px;
	
	cursor:pointer;
	float:right;
	position:relative;
	}
label {cursor:pointer;}
/* -------------------------- */

ul{
	margin:0px 0px 1.2em 0px;
	padding-left:13px;
	list-style-image:url(../gfx/listitem.gif)
}

li{
	
}

/* -------------------------- */

form{
	margin:0px;
}

/* ========================================= */


input.typeCheckbox{
	vertical-align:middle;
}

select .label{
	color:#808080;
}

select,
textarea,
input.typeText{
	width:210px;	/* default */
}

input.button{
	border:1px solid #ccc;
	background-color:#fff;
	padding:1px 2px;
}
/* ========================================= */
br.cL{
	clear:left;
	font-size:1px;
}

br.cR{
	clear:right;
	font-size:1px;
}

br.cB{
	clear:both;
	font-size:1px;
}

a.leesVerder {
	display:block;
	color:#ED2790;
	text-decoration:none;
	}
div.rightBlock hr {
	margin:20px 0 20px 0;
	height:3px;
	color:#CCC;
	}
div.uitKlap {
	text-align:right;
	}
/* ===================================================== */

/* ===================================================== */
/* 	CONTENT	LAYOUT										 */
/* ===================================================== */

#container {
	position:relative;
	padding-bottom:50px;
	width:775px;
	text-align:left;
	
	z-index:10;
	}
html>body #container {
	width:775px;
	}

div.header{
	position:relative;
	height:95px;
	background:#FFF url(../gfx/back_header.gif) no-repeat right top;
	}
		
div.logInOut {
position:absolute;
top:47px;
left:187px;
width:330px;
height:15px;
z-index:100;
	font-weight:normal;
	color:#FFF;
	}
div.logInOut a {
	font-weight:bold;
	color:#ED2790;
	}
div.logInOut a:hover {
	color:#FFF;
	}
div.logo {
	position:absolute;
	top:2px;
	left:2px;
	width:197px;
	height:56px;
	z-index:8;
	}
div.headerNav {
	padding:20px 0px 25px 530px;
	}
		
	div.header .quickNav {
		margin:0 5px 0 10px;
		background-color:#ED2790;
		color:#FFF;
		}
		
div.breadCrumb {
	text-align:left;
	margin-top:10px;
	padding:10px;
	}
	div.breadCrumb a.active {
		color:#999;
		text-decoration:underline;
		}

div.categorie {
	position:absolute;
	top:53px;
	left:15px;
	width:170px;
	height:20px;
	z-index:10;
	}
	div.categorie img {
		border:2px solid #000;
		}
	div.breadCrumb {
		padding-top:0px;
		padding-left:185px;
		color:#CCC;
		font-weight:bold;
		}
	div.breadCrumb a {
		margin:0 2px 10px 2px;
		color:#CCC;
		font-size:10px;
		}

div.leftBlock {
	float:left;
	margin-right:9px;
	width:188px;
}

div.rightBlock{
	float:right;
	margin-left:9px;
	width:189px;
	}
	body.lineAndGrey div.rightBlock {
		width:180px;
	}
	div.rightBlock h2 {
	color:#999;
	}
	
div.contentBlock {
	float:left;
	position:relative;
	width:378px;
	}
	div.contentBlock img {
		margin:3px 5px 2px 0px;
		
		border:1px solid #ED2790;
		}
body.wide div.contentBlock {
	float:left;
	position:relative;
	width:570px;
	}
div.leftBlock,
div.rightBlock,
div.contentBlock {
	line-height:1.6em;
	}

/* ==================================================== */

/* ==================================================== */
/* 	CONTENT	LAYOUT										*/
/* ==================================================== */
div.navigatie {
	border-top:1px solid #E9E9E9;
	margin-bottom:20px;
	}
div.navigatie a {
	display:block;
	border-right:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	border-left:1px solid #E9E9E9;
	}
div.inleiding {
	margin-bottom:20px;
	}
/* =================================================== */

/* ==================================================== */
/* 	CONTENT												*/
/* ==================================================== */

div.block {
	margin-bottom:20px;
	padding-top:25px;
	border-top:5px solid #ED2790;	
	}
	div.first {
		border-top:0px solid #FFF;
		padding-top:0px;
		}
	div.block form{
		text-align:right;
		}
div.border {
	padding:9px;
	background-color:#FFF;
	border:1px solid #E9E9E9;
	}

div.padding {
	padding:0 9px 0 9px;
	}
	body.lineAndGrey div.rightBlock div.padding{
		padding-top:9px;
		}
div.contactSpecs {
	padding-left:15px;
	}
img.cultuurKaart {
	margin-bottom:20px;
	}
div.endArrow {
	position:relative;
	padding-bottom:10px;
	background:transparent url(../gfx/end_arrow.gif) no-repeat right bottom;
	}

	
/* ====================================================	*/
/* subnav page 											*/

table.subnavpage {
	margin-bottom:20px;
	border-bottom:1px solid #E9E9E9;
	}

table.subnavpage td.navItem,
table.subnavpage td.img {
	padding:5px 0px 5px 0px;
	border-top:1px solid #E9E9E9;
	line-height:1.3em;
	}
table.subnavpage td.img img {
	margin-left:15px;
	border:1px solid #ED2790;
	/*border-left:6px solid #ED2790;*/
	}
table.subnavpage td.navItem {
	padding:5px 10px 5px 0px;
	}
table.subnavpage h3{
	margin-bottom:3px;
	}
/*   rightNav   */

div.rightNav {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #FFF;
	}
div.rightNav a {
	display:block;
	color:#666;
	}

div.subNav {	
	position:absolute;
	top:95px;
	left:178px;
	width:200px;
	height:197px;
	background-color:#E9E9E9;
	border-right:20px solid #FFF;
	z-index:100;
	overflow:hidden;
	}
	
div.subNav ul {	
	margin:10px 0 0 0;
	list-style-image:none;
	list-style-type:none;
	}
div.subNav li {
	list-style-image:none;
	list-style-type:none;
	}
div.subNav a {	
	color:#ED2790;
	font-weight:bold;
	text-decoration:none;
	}
div.subNav a:hover,
div.subNav a:active,
div.subNav a.active {	
	color:#000;
	text-decoration:none;
	}
	
#subNav1,
#subNav2,
#subNav3,
#subNav4 {visibility:hidden;}
/* ==================================================== */
/* 	DOWNLOADS											*/

table.downloads {
	margin-bottom:20px;
	width:375px;
	border-bottom:1px solid #DDD;
	}
	table.downloads th {
		padding-bottom:3px;
		color:#666;
		font-size:12px;
		text-align:left;
		}
	table.downloads td.img {
		}
	table.downloads td.tekst {
		padding-top:3px;
		padding-bottom:10px;
		vertical-align:top;
		width:100%;
		}
	table.downloads td.specs {
		text-align:left;
		white-space:nowrap;
		}
		table.downloads td.specs img {
		vertical-align:middle;
		border:0px;
		}
	table.downloads td.specs span {
		font-weight:bold;
		color:#ED2790;
		}
	table.downloads td.DLink {
		text-align:right;
		padding-bottom:4px;
		width:100%;
		}
		table.downloads td.DLink a {
			padding-right:10px;
			background:transparent url(../gfx/download_arrow.gif) no-repeat 100% 1px;
			}
/* ==================================================== */
/* 	ACCEPTANTEN											*/

body.acceptanten div.contentBlock div.grey {
	padding-top:40px;
	background:#E9E9E9 url(../gfx/kopjes/acceptanten.gif) no-repeat left top;
	}
div.acceptanten {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
	}

table.zoekAcc tr.selects td {
	padding-top:5px;
	padding-right:10px;
	vertical-align:top;
	}
	table.zoekAcc tr.selects select {
		margin-top:2px;
		}

		
div.tekst {}
div.resultAcc {
	margin:20px 0 20px 0;
	border-top:3px solid #CCC;
	border-bottom:2px solid #CCC;
	
	}
div.pages {
	margin:15px 0 15px 0;
	text-align:right;
	}
div.bijz {
	float:right;
	padding-right:5px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}
div.resultAcc div.itemAcc {
	padding:10px 0 10px 0;
	border-bottom:1px solid #CCC;
	}
div.resultAcc div.itemAcc a {
	display:block;
	color:#000;
	}





/* ==================================================== */
/* 	GREY CONTENT										*/
/* ==================================================== */

div.grey {
	margin-bottom:20px;
	background-color:#E9E9E9;
	}
	div.grey img {
		border:0px;
		}
body.home div.grey {
	height:197px;
	background:#E9E9E9 url(../gfx/backgroundText/welkom.gif) no-repeat left top;
	}
div.intro {
	padding:55px 9px 9px 9px;
	}
div.inleiding {
	padding:9px;
	}
	
/* ====================================================	*/
/* =================================================== */

/* ==================================================== */
/* 	NIEUWFLITS											*/
/* ==================================================== */

div.nieuwsflits {
	text-align:center;
	height:150px;
	line-height:1.2em;
	}
/* IE FIX \*/
div.nieuwsflits {
	height:130px;
	}
/* */
div.nieuwsflits a {
	margin-bottom:10px;
	display:block;
	font-weight:normal;
	font-size:9px;
	color:#000;
	text-decoration:none;
	}
div.nieuwsflits a.vkLogo {
	margin-top:20px;
	margin-bottom:0px;
	}
div.nieuwsflits a:hover {
	text-decoration:underline;
	color:#ED2790;
	}

/* =================================================== */

/* ==================================================== */
/* 	Actueel											*/
/* ==================================================== */

div.actueel {
	position:relative;
	float:left;
	width:100%;
	}
div.actueel .item {
   position:relative;
   float:left;
	line-height:1.3em;
	clear:left;
	width:375px;
	}
	
body.wide div.actueel .item {
	width:570px;
	}	

div.actueel .item p {
   padding:0 0 0 0;
   margin:0 0 0 0;
   display:inline;
	}	
	
div.actueel h3 {
	margin-bottom:0px;
	}
div.actueel img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #ED2790;
	}
div.actueel a {
	text-decoration:underline;
	font-weight: normal;
	color: #000;
}	
div.actueel a:hover {
	text-decoration:underline;
	font-weight: normal;
	color: #ED2790;
}		
div.actueel h3 a {
	text-decoration:none;
	font-weight: bold;
	color: #ED2790;
}	
div.actueel h3 a:hover {
	text-decoration:underline;
	font-weight: bold;
	color: #ED2790;
}	
div.actueel strong a {
	text-decoration:none;
	font-weight: bold;
	color: #ED2790;
}	
div.actueel strong a:hover {
	text-decoration:underline;
	font-weight: bold;
	color: #ED2790;
}	

div.actueel div.big h3 {
	font-size:22px;
}	
/* =================================================== */

/* =================================================== */
/* 	Reacties							            			*/
/* =================================================== */

/* rechter COLL */

table.reacties {margin-bottom:10px;}
table.reacties td {
vertical-align:top;
padding:2px 2px 2px 2px;
font-weight:bold;
}
table.reacties td.aantal {
padding-right:5px;
font-weight:bold;
}
table.reacties a {
	font-weight:bold;
	color:#999;
	}
	
div.bezoekersReacties {
	margin-top:40px;
	padding:55px 9px 20px 9px;
	
	background:#E9E9E9 url(../gfx/kopjes/bezoekers_reacties.gif) no-repeat right top;
	}
div.reactie {
	position:relative;
	margin-bottom:5px;
	padding-bottom:5px;
	}
	
div.reactie a {
	}
	div.bezoekersReacties a.react {
	display:block;
	margin-bottom:5px;
	cursor:pointer;
	padding-left:10px;
	background:transparent url(../gfx/1arrow.gif) no-repeat 0px 5px;
	}
	span.date {
	   }
	   
	img.grofTaal {
	   position:relative;
	   float:right;
	   margin-top: -22px;
	}
	   
/* REAGEER BLOK */
div.reactieBlok {

	}
div.reactieBlok a.react {color:#000;}
div.reactieBlok div.reactie {
		padding:0px 0px 10px 80px;
		width:460px;
		overflow:hidden;
		}
	/*\*/
* html body div.reactieBlok div.reactie {
	width:540px;
	}
/* */
	div.reactie a.react span.aantal {
		color:#000;
		font-weight:normal;
		
		}
div.reactie div.text {
	margin-top:8px;
	}
/* REAGEER FORMULIER */
div.reactieBlokForm {
	border-top: 1px solid #CCC;
	padding-top:15px;
	margin-top:15px;
	padding-bottom:15px;
	}
div.reactForm {
	/*display:none;*/
	position:relative;
	padding:15px;
	background-color:#FFF;
	}
table.reageerForm td {
	padding:2px;
	vertical-align:top;
	}
table.reageerForm td.button{
	text-align:right;
	}

/* =================================================== */

/* ==================================================== */
/* 	LINKS												*/
/* ==================================================== */

body.links div.contentBlock div.grey {
	padding-top:40px;
	background:#E9E9E9 url(../gfx/kopjes/links.gif) no-repeat left top;
	}
	
div.linksList {
	
	}
	div.linksList h2 {
		margin-bottom:10px;
		padding-bottom:5px;
		border-bottom:1px solid #CCC;
		}
	div.linksList div.link {
		margin-left:20px;
		margin-bottom:20px;
		}
		div.linksList div.link h3{
			margin-bottom:0px;
			}
		div.linksList div.link a{
			display:block;
			}

/* =================================================== */

/* ==================================================== */
/* 	FAQ VEEL GESTELDE VRAGEN							*/
/* ==================================================== */
faqLijst {}

ul {
	margin-left:10px;
	padding-left:10px;
	}
li {
	padding-bottom:5px;
	}
li a {
	color:#666;
	text-decoration:underline;
	}
div.antwoord {
	display:none;
	}
li.active {
	margin:10px 10px 10px -25px;
	padding:5px 10px 10px 25px;
	background-color:#E9E9E9;
	
	list-style:hidden;
	}
li.active div.antwoord {
	display:block;
	/*cursor:hand;*/
	}
li.active a {
	color:#ED2790;
	}
span.antwoordTxt {
	color:#ED2790;
	}

/* =================================================== */

/* ==================================================== */
/*  TIPS EN WEETJES										*/
/* ==================================================== */

div.tipsEnWeetjes {
	width:565px;
	line-height:1.0em;
	margin-top:20px;
	margin-left:-10px;
	}
div.tewBlock {
	}
	div.tewBlock div.padding {
	padding:10px;
	}
div.tipsEnWeetjes td {
	width:1%;
	padding:10px;
	vertical-align:top;
	background-color:#E9E9E9;
	}
div.tipsEnWeetjes ul {
	margin-left:0px;
	padding:10px 0 0 13px;
	border-top:3px solid #CCC;
	list-style-image:none;
	list-style-type:none;
	}
div.tipsEnWeetjes li {
	list-style-image:none;
	list-style-type:none;
	}
div.tipsEnWeetjes a {
	text-decoration:none;
	}
div.tipsEnWeetjes a:hover{
	text-decoration:underline;
	}
/* =================================================== */

/* ==================================================== */
/*  FLASH KAART											*/
/* ==================================================== */

div.kaart {
	margin-bottom:20px;
	padding:15px;
	text-align:right;
	background-color:#FFF;
	border:5px solid #E9E9E9;
	}


/* =================================================== */

/* ==================================================== */
/*  FORUM												*/
/* ==================================================== */
body.forum div.grey {
	margin-bottom:10px;
	background:#E9E9E9 url(../gfx/kopjes/forum.gif) no-repeat left top;
	}

div.whoWhen {
	margin-bottom:10px;
	}
div.whoWhen a,
div.whoWhen b {
	text-decoration:none;
	font-size:15px;
	}
div.whoWhen span.datum
{
   position:relative;
	float:right;
	margin-top: -18px;
	font-weight:bold;
}	

div.replys {
	margin-top:10px;
	padding:9px;

	}

div.reply {
	width:378px;
	position:relative;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ED2790;
	}

body.wide div.reply  {
	width:550px;
	overflow:hidden;
	}

div.reply div.whoWhen {
	padding-left:15px;
	background:transparent url(../gfx/reply.gif) no-repeat 0px 5px;
	}
div.topic {
	position:relative;
	padding-bottom:10px;
	
	background:transparent url(../gfx/end_arrow.gif) no-repeat right bottom;
	}
div.replyForm {
	margin-top:20px;
	margin-bottom:20px;
	padding:9px;
	background-color:#E9E9E9;
	}
	div.replyForm h3 {
		padding-bottom:5px;
		color:#999;
		border-bottom:1px solid #FFF;
		
		}
div.replyForm label{
	width:60px;
	font-weight:bold;
	}
	div.replyForm label.textarea {
		padding-bottom:40px;
		}
div.replyForm div.button {
	padding-left:225px;
	}
div.recent {
	margin-bottom:20px;
	color:#ED2790;
	font-size:9px;
	}
div.recent a {
	margin-top:10px;
	color:#000;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	display:block;
	cursor:pointer;
	}
	div.recent a:hover {
		color:#ED2790;
		}
div.recent span.archief a{
	text-decoration:none;
	}
	div.recent span.archief a:hover{
		text-decoration:underline;
		color:#ED2790;
		}
img.reageerder {
	float:left;
	margin-right:7px;
	border: 0px solid #FFF;
	}
	
	
div.topicLijst a {
	text-decoration:none;
	}
div.topicHead {
	padding:5px 0 5px 0;
	}
div.topicHead a:hover {
	text-decoration:none;
	border-bottom:1px solid #ED2790;
	}
div.topicHead a span {
	float:right;
	font-weight:normal;
	color:#333;
	}
div.meldMisbruik {
	position:relative;
	padding-top:20px;
	}
	
.forumIndex h3 {
	padding-bottom:5px;
	margin-bottom:0px;
	border-bottom:1px solid #CCC;
	}

.forumIndex .searchblock {
	margin-bottom:20px;
	padding-bottom:10px;
	}
.forumIndex .searchblock h3 {
	border-bottom:0px solid #CCC;
	}
	
.forumIndex .topicLijst {
	margin-bottom:25px;
	}
.forumIndex .startTopic{
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #CCC;
	}
.forumIndex .archief  {
	text-align:right;
	}
.forumIndex .archief a {
	color:#000;
	}
/* ==================================================== */
/* 	FORMULIER AANVRAAG ACCEPTANT						*/
/* ==================================================== */

div.aanvraagCKV {}

div.aanvraagCKV ul {
	margin:20px 0px 20px 0px;
	padding-left:0px;
	list-style-type:none;
	list-style-image:none;
	}

div.aanvraagCKV li {
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	
	list-style-image:none;
	}
	div.aanvraagCKV li label {
		margin-left:5px;
		}
div.aanvraagCKV table.formGrid {
	margin:20px 0 20px 0;
	width:570px;
	}
div.aanvraagCKV h2 {
	margin-top:10px
	}
div.stap {
	margin:20px 0 20px 0;
	display:none;
	}
div.formulier {
	display:none;
}
/* ==================================================== */
/* 	FORMULIEREN											*/
/* ==================================================== */

.select {
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	}
	select .label{
	color:#808080;
}

form {
	margin:0px;
	}

.formGrid {
	width:380px;
	
	}
.formGrid th {
	color:#495B06;
	text-align:left;
	}
.formGrid td {
	vertical-align:top;
	}

.formGrid .nameCell {
	vertical-align:top;
	padding:3px 4px 5px 3px;
	margin-left:4px;
	}

.formGrid .colspan {
	vertical-align:top;
	padding:3px 4px 5px 3px;
	margin-left:4px;
	}
	
.formGrid .inputCell {
	vertical-align:top;
	padding:0px 0px 5px 0px;
	vertical-align:top;
	text-align:left;
	}

.formGrid .inputCell span {
	margin-right:4px;
	vertical-align:top;
	}

.formGrid .verplicht {
	font-weight:bold;
	color:#444;
	vertical-align:top;
	}

.formGrid div.buttons {
	width:157px;
	text-align:center;
	background-color:#B5D443;
	}
.formGrid input.verstuur {
	margin:1px 9px 7px 15px;
	}

.formGrid input.wissen  {
	margin:1px 15px 7px 9px;
	}
input,
select {
	vertical-align:middle;
	}
	
input.typeText {
	margin-top:1px;
	font-size:10px;
	color:#000;
	vertical-align:top;
	
	}

.verplicht .typeText {
	border:1px solid #999;
	}

button,
input.typeButton {
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	background-color:#999;
	border:1px solid #999;
	}
	
span.radio {
	cursor:pointer;
	}
	span.checkbox {display:block;}
span.radio input,
span.checkbox input {
	
	margin-right:5px;
	vertical-align:middle;
	cursor:default;
	}
span.checkbox {
	cursor:pointer;
	}
select.select {
	width:150px;
	color:#555;
	background-color:#fff;
	border:1px solid #ccc;
	font-size:11px;
	font-weight:normal;
	}
textarea.textarea {
	width:150px;
	font-size:11px;
	
	border-top:1px solid #999;
	border-right:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-left:1px solid #999;
	color:#000;
	 }
/* =================================================== */



/* MAURICE NIEUW */

div.tab,
div.activeTab {
	float:left;
	margin-left:5px;
	padding:5px 15px 5px 15px;
	
	background-color:#DDD;
	}
div.activeTab {
	background-color:#E9E9E9;
	}

div.tab a,
div.activeTab a {
	color:#000;
	font-size:13px;
	}
	div.tab a {color:#999;}
div.tab a:hover,
div.activeTab a:hover {}

div.tabContent {
	padding:50px 15px 15px 15px;
	}

div.tabContent table.formGrid {
	margin-top:20px;
	width:530px;
	}
	
div.tabContent td.dotted {
		border-top:1px dashed #999;
		}
input.Nr {
	padding-right:4px;
	text-align:right;
	}
div.buttonRight {
	margin:10px;
	text-align:right;
	}
table.tabKortingen {
	width:530px;
	background-color:#EEE;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	}
table.tabKortingen th {
	text-align:left;
	padding:5px;
	font-size:13px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#BBB;
	}
	table.tabKortingen td {
		padding:2px 2px 2px 5px;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;
		
		}
	table.tabKortingen tr.hoofd td {
		font-weight:bold;
		background-color:#FFF;
		}
	table.tabKortingen tr.dark td {
	background-color:#E5E5E5;
	}
table.tabKortingen td.name {}
table.tabKortingen td.plaats {}
table.tabKortingen td.straat {}
table.tabKortingen td.tools {}


   /*  PAUL TOEVOEGINGEN */
   table.navTable {
      width:169px;
      height:48px;
      margin:p0x;
   }
   table.navTable tr {
      cursor:hand;
   }
   table.navTable td.thumb {
      width:48px;
      border-bottom:1px solid #E9E9E9;
   }
   table.navTable td.tekst {
      padding-left:4px;
      border-left:1px solid #E9E9E9;
      border-bottom:1px solid #E9E9E9;
   }

/* paging 
======================================== */
.pageNr{
	margin-top:10px;
}
.pageNr a{
position:relative;
}




