BODY {
	/* de basis */
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

P {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

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

P.hideword {
    display: none;
}

HR {
	color: #DA528E;
	height: 1px;
	border-style: solid;
}

TABLE {
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #DA528E;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

TABLE.links {
	width: 550px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: hidden;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

TD {
	background-color: #FFFFFF;
	border: hidden;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: right;
	vertical-align: bottom;
}

TD.top {
	background-color: #DA528E;
	color: #FFFFFF;
}

TD.menu {
	width: 150px; /* excl. padding */
	background-color: #FFFFFF;
	padding: 25px 25px 25px 25px;
	color: #DA528E;
	text-align: left;
	vertical-align: top;
	line-height: 145%;
}

TD.content {
	width: 580px; /* excl. padding */
	background-image: none;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: left;
	vertical-align: top;
}

TD.links {
	width: 150px;
	border: hidden;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

H2 {
	/* kop van verklaring */
	font-size: medium;
	text-align: center;
	font-style: normal;
	color: #000000;
}

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

H4 {
	/* "Gemaakt door" */
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	vertical-align: text-bottom;
	line-height: 120%;
}	

H5 { 
	/* "terug naar boven" (onderaan pagina) */
	text-align : right;
	font-size : x-small;
	font-weight : normal;
	color : #000000;
}


/* LINKS */

A:link {
	/* kleur links: onbezocht */
	color : #DA528E;
}

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

A:visited {
	/* kleur links: bezocht */
	color : #DA528E;
}

A:hover {
	/* kleur links waar de muis overheen gaat */
	color : #FFFFFF;
	background-color: #DA528E;
}


/* MENU-LINKS */

A.menu {
	/* kleur menu-links */
	text-decoration : none;
	color : #DA528E;
}

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


/* TOP-MENU-LINKS */

A.top {
	/* kleur top-links (bovenaan, onder logo)*/
	text-decoration : none;
	text-align : right;
	color : #DA528E;
}

A.top:active {
	color: #DA528E;
	text-decoration : underline;
}
	
A.top:hover {
	color: #FFFFFF;
	text-decoration : underline;
}


/* TITEL-LINK */

A.titel {
	/* kleur titel-link (logo-link)*/
	font-size : xx-large;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

A.titel:active {
	color: #FFFFFF;
	text-decoration : underline;
}
	
A.titel:hover {
	color: #FFFFFF;
	text-decoration : underline;
}


/* NAVIGATIE-LINKS */

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

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

A.nav:visited {
	/* kleur links: bezocht */
	color : #c0c0c0;
}