body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height : 170%;
	overflow-y: scroll;
	scrollbar-face-color:#F1DAE1;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#F1DAE1;
}

td {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	line-height : 140%;
}

/* ACHTERGROND CEL-KLEUR ACTIVE-MENU (menuA) EN NOT-ACTIVE-MENU (menuB)*/
td.menuA {
	background-color : #FCF8F9;
}
td.menuB {
	background-color : #F1DAE1;
}

table.A {
	background-color : #FCF8F9;
}

table.B {
	background-color : #F1DAE1;	
}

/* TEKSTKLEUR EN MARGE CONTENT KOLOMMEN --> MOET DYNAMISCH WORDEN MET PHP, 
ZODAT CMS DE JUISTE KLEUR <P>, EN OOK LINKKLEUR <A>PER KOLOM PAKT*/
p {
	padding: 10 10 10 10;
}

p.nopadding {
		padding: 0 0 0 0;
}
td.kolom1blauw {
	color: #006699;
}
td.kolom2bruin {
	color: #660033;
}
td.kolom3groen {
	color: #666633;
}

a.kolom1:active  {
	color: #006699;
	text-decoration: underline;
}
a.kolom1:link  {
	color: #006699;
	text-decoration: underline;
}
a.kolom1:visited  {
	color: #006699;
	text-decoration: underline;
}
a.kolom1:hover  {
	color: #39BDE7;
	text-decoration: underline;
}

a.kolom2:active  {
	color: #660033;
	text-decoration: underline;
}
a.kolom2:link  {
	color: #660033;
	text-decoration: underline;
}
a.kolom2:visited  {
	color: #660033;
	text-decoration: underline;
}
a.kolom2:hover  {
	color: #CC3300;
	text-decoration: underline;
}

a.kolom3:active  {
	color: #666633;
	text-decoration: underline;
}
a.kolom3:link  {
	color: #666633;
	text-decoration: underline;
}
a.kolom3:visited  {
	color: #666633;
	text-decoration: underline;
}
a.kolom3:hover  {
	color: #ADDE21;
	text-decoration: underline;
}


/* DEFAULT <A>: VERVANGEN DOOR DUNAMISCHE KLEUREN PER KOLOM HIERBOVEN */
a:active  {
	color: #6A0021;
	text-decoration: underline;
}
a:link  {
	color: #6A0021;
	text-decoration: underline;
}
a:visited  {
	color: #6A0021;
	text-decoration: underline;
}
a:hover  {
	color: #D11A96;
	text-decoration: underline;
}


a.component:active  {
	color: #660033;
	font-weight: 600;
	text-decoration: underline;
}
a.component:link  {
	color: #660033;
	font-weight: 600;
	text-decoration: underline;
}
a.component:visited  {
	color: #660033;
	font-weight: 600;
	text-decoration: underline;
}
a.component:hover  {
	color: #CC3300;
	font-weight: 600;
	text-decoration: underline;
}

a.component-nounderline:active  {
	color: #660033;
	font-weight: 600;
	text-decoration: none;
}
a.component-nounderline:link  {
	color: #660033;
	font-weight: 600;
	text-decoration: none;
}
a.component-nounderline:visited  {
	color: #660033;
	font-weight: 600;
	text-decoration: none;
}
a.component-nounderline:hover  {
	color: #CC3300;
	font-weight: 600;
}

/* KLEUREN */
.blauw {
	color: #006699;
}
.bruin {
	color: #660033;
}
.groen {
	color: #666633;	
}
.roze {
	color: #F1DAE1;	
}
.creme {
	color: #FCF8F9;	
}
.dobruin {
	color: #7B0831;	
}


.bold {
	font-weight: 600;
}

.rozebold {
	color: #D11A96;	
	font-weight: 600;
}


p.rozebold {
	color: #D11A96;	
	font-weight: 600;
}

/* FOTO-css KOLOM 3 */
p.fototekst {
	font-size : 90%;
	font-style: italic;
	color: #666633;
	text-align : center;
	padding: 10 10 10 10;
}


/* DEZE menulev1z MOET ER KOMEN VOOR BINNEN "ACTIVE MENU" EN "NIET-ACTIVE MENU"*/
a.menulev1z:active {
	text-decoration: none;	
	color: #A88B8E;
}
a.menulev1z:link {
	text-decoration: none;
	color: #A88B8E;	
}
a.menulev1z:visited {
	text-decoration: none;	
	color: #A88B8E;	
}
a.menulev1z:hover {
	text-decoration: none;	
	color: #D11A96;	
}

a.menulev1r:active {
	text-decoration: none;	
	color: #D11A96;
}
a.menulev1r:link {
	text-decoration: none;
	color: #D11A96;	
}
a.menulev1r:visited {
	text-decoration: none;	
	color: #D11A96;	
}
a.menulev1r:hover {
	text-decoration: none;	
	color: #D11A96;	
}


/* GEBRUIK IN DE HTML-versie */
.menuA_off {
	color: #6A0021;
}
.menuA_on {
	color: #D11A96;
}
.menuB_off {
	color: #A88B8E;
}
.menuB_on {
	color: #D11A96;
}

.quote {
	font-style: italic;	
	font-size: 97%;
}
td.quote {
	font-style: italic;	
	font-size: 97%;
}


/* MISSCHIEN NOG TE GEBRUIKEN TBV MENU OF IETS? */
a.route_off:active  {
	color: #003366;
	text-decoration: none;
}
a.route_off:link  {
	color: #003860;
	padding-bottom : 7;
	text-decoration: none;
}
a.route_off:visited  {
	color: #003860;
	text-decoration: none;
}
a.route_off:hover  {
	color: #EBBC00;
	text-decoration: none;
}
a.route_on:active  {
	color: #EBBC00;
	text-decoration: none;
}
a.route_on:link  {
	color: #EBBC00;
	text-decoration: none;
}
a.route_on:visited  {
	color: #EBBC00;
	text-decoration: none;
}


/* NOG ALGEMEEN TE GEBRUIKEN? */
td.content {
	font-size : 75%;
	line-height : 140%;
}
td.padding {
	padding-bottom : 7;
}

img.menuitem {
	border: 0
}

img.component {
	border : 2px solid #F1DAE1;
}

/* VOOR PROBEERSEL IMG MARGIN  */

/*
img.nomargin {
	margin-left : -10;
	margin-right : 10;
}

td.blauw {
	color: #006699;
	padding: 10 10 10 10;	
}

td.bruin {
	color: #660033;
	padding: 10 10 10 10;
}
td.groen {
	color: #666633;
	padding: 10 10 10 10;
}
*/


/* NIET MEER GEBRUIKT 
td.menulev1 {
	color: #57731B;
	font-size : 80%;
	font-weight : 600;
	padding-left: 14px;
	line-height : 100%;
}
*/


/* UITEINDELIJK NIET GEBRUIKT IMG css VOOR RANDEN OM BLOKJES
img.blokjesA {
	border-bottom : 3px solid #7C0328;
	border-left : 1px solid #7C0328;
	border-right : 1px solid #7C0328;
}
img.blokjesB {
	border-bottom : 0px;
	border-left : 1px solid #7C0328;
	border-right : 1px solid #7C0328;
	border-top : 3px solid #7C0328;
}
*/
