BODY {
	/* de basis */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
	color : #000099;
}

P { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
	color : #000099;
}

P.midden {
    /* tekst menu */
	text-align : center;
}

P.rechts {
    /* tekst menu */
	text-align : right;
}

P.vet { 
	font-weight : bold;
}

P.klein { 
	font-size : x-small;
}

P.citaat {
	/* tekst citaten */
	font-size : small;
	font-style : italic;
}

P.kader {
	/* tabel definitie voor kadertjes */ 
	width: 68%;
	border-width: 3px; 
	border-style: solid;
	border-color: #993300;
	/* margin-definities als synoniem voor align=center */
	margin-left: auto; 
	margin-right: auto;
}

P.nav { 
	/* grijze navigatie */
	font-size : x-small;
	color : #c0c0c0;
}

P.hideword {
    display: none;
}

TABLE {
	width: 100%;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

TABLE.kader {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

TABLE.ervaringen {
	width: 60%;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

TABLE.kaarten {
	width: *0%;
	margin-left: 0px;
	border-collapse: collapse;
	border: thin solid #993300;
}

TABLE.kaarten2 {
	width: 80%;
	margin-left: 0px;
}

TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
	color : #000099;
	margin-left: auto;
	margin-right: auto;
}

TD.50 {
	width: 50%;
	vertical-align: top;
}

TD.content {
	width: 80%;
	vertical-align: top;
}

TD.kolom {
	width: 20%;
	vertical-align: top;
}	

TD.kaartenli {
	width: 50%;
	vertical-align: middle; 
	margin-left: auto;
	margin-right: auto;
	border: thin solid #FF9933;
}

TD.kaartenre {
	width: 50%;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #FF9933;
	padding: 5px;
}

TD.kaarten2 {
	width: 50%;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

H1 {
	/* kop hoofdstuk */
	text-align : left;
	color : #993300;
}

H1.kop {
	/* t.b.v. nieuwsbrief */
	text-align : center;
	color : #993300;
}

H2 {
	/* subkop in tekst */
	text-align : left;
	font-style : normal;
	color : #FF9933;
}

H3 {
	/* sub-subkop in tekst */
	text-align : left;
	font-style : normal;
	color : #FF9933;
}

H5 {
	/* asterisk in tekst */
	text-align : left;
	font-style : normal;
	font-weight : normal;
	color : #000099;
}

DIV.rand {
	text-align : left;
	border: 2pt solid;
	border-color: #000099;
	padding: 10px;
	margin: 10px;	
}


/* LINKS */

A:link {
	/* kleur links: IE onbezocht, MF bezocht */
	color : #993300;
}

A:active {
    /* kleur actieve links */
	color : #FF9933;
}

A:hover {
    /* kleur links waar de muis overheen gaat */
	color : #FF9933;
}


/* MENU-LINKS */

A.menu {
	/* kleur menu-links */
	text-decoration : none;
	text-align : left;
	font-style : normal;
	font-weight : normal;
	font-size : small;
	color : #993300;
}

A.menu:active {
	/* kleur actieve menu-links */
	color : #FF9933;
}
	
A.menu:hover {
	/* kleur menu-links waar muis overheen gaat */
	color : #FF9933;
}


/* "TERUG NAAR BOVEN" (onderaan pagina) */

H5.top { 
	/* "terug naar boven" (onderaan pagina) */
	text-align : right;
	font-style: normal;
	font-weight : normal;
	color : #FF9933;
}


/* TOP-LINKS (inverse van menu-links) */

A.top {
	/* kleur menu-links */
	text-decoration : none;
	text-align : right;
	font-style : normal;
	font-weight : normal;
	font-size : x-small;
	color : #FF9933;
}

A.top:active {
	/* kleur actieve menu-links */
	color : #993300;
}
	
A.top:hover {
	/* kleur menu-links waar muis overheen gaat */
	color : #993300;
}

/* NAVIGATIE-LINKS */

A.nav {
	/* kleur navigatie-links */
	text-decoration : none;
	font-size : x-small;
	color : #c0c0c0;
}

A.nav:active {
	/* kleur actieve navigatie-links */
	font-size : x-small;
	color : #c0c0c0;
}
	
A.nav:hover {
	/* kleur navigatie-links waar muis overheen gaat */
	text-decoration : underline;
	font-size : x-small;
	color : #c0c0c0;
}

