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

/* PARAGRAAF */

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

P.nav { 
	font-size : x-small;
	color : #c0c0c0;
}

P.vet {
	font-weight: bold;
}

P.fout { 
	color : #FF0000;
}

P.noscript { 
	color : #9900FF;
}

P.hideword {
    display: none;
}

/* TABEL */

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

TABLE.organisatie {
	width: 450px;
	margin-left: 0px;
	vertical-align: top;
}

TABLE.foto {
	width: 320px;
	margin-left: 0px;
	vertical-align: top;
}

TD {
 	/* niet in gebruik */
	width : 450px;
	padding: 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

TD.content {
 	/* TD in content (rechter BODY-kolom) */
	width : 450px;
	padding: 10px;
}

TD.menu {
 	/* TD in menu (linker BODY-kolom) */
	width : 250px;
	padding: 10px;
}

TD.rechts {
 	/* TD voor linken (rechter ORGANISATIE-kolom) */
	width : 290px;
	padding: 10px;
	margin-left: 0px;
	vertical-align: middle;
}

TD.links {
	/* TD voor logo's (linker ORGANISATIE-kolom) */
	width : 120px;
	padding: 10px;
	text-align: left;
	margin-left: 0px;
	vertical-align: top;
}

TD.foto {
	/* TD voor logo's (linker FOTO-kolom) */
	width : 60px;
	padding: 10px;
	text-align: left;
	margin-left: 0px;
	vertical-align: top;
}	

MARQUEE {
	/* lichtkrant */
	width: 80%;
	text-align: center;
}


/* H1 */

H1 {
	/* kop hoofdstuk */
	text-align : center;
	color : #FFFFFF;
}

H1.class {
	/* kop hoofdstuk */
	text-align : right;
	color : #FFFFFF;
}

H1.rood {
	/* kop hoofdstuk */
	text-align : center;
	color : #FF0000;
}

H1.roze {
	/* kop hoofdstuk */
	text-align : center;
	color : #FF00FF;
}

H1.blauw {
	/* kop hoofdstuk */
	text-align : center;
	color : #0000FF;
}

H1.turqoise {
	/* kop hoofdstuk */
	text-align : center;
	color : #00FFFF;
}

H1.groen {
	/* kop hoofdstuk */
	text-align : center;
	color : #00FF00;
}

H1.geel {
	/* kop hoofdstuk */
	text-align : center;
	color : #FFFF00;
}

H1.oranje {
	/* kop hoofdstuk */
	text-align : center;
	color : #FF9900;
}

H1.zilver {
	/* kop hoofdstuk */
	text-align : center;
	color : #C0C0C0;
}

H1.maroon {
	/* kop hoofdstuk */
	text-align : center;
	color : #CC3300;
}

H1.bruin {
	/* kop hoofdstuk */
	text-align : center;
	color : #CC9900;
}

H1.aubergine {
	/* kop hoofdstuk */
	text-align : center;
	color : #996666;
}


/* H2 */

H2 {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #9900FF;
}

H2.rood {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #FF0000;
}

H2.roze {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #FF00FF;
}

H2.blauw {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #0000FF;
}

H2.turqoise {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #00FFFF;
}

H2.groen {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #00FF00;
}

H2.geel {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #FFFF00;
}

H2.oranje {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #FF9900;
}

H2.zilver {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #C0C0C0;
}

H2.maroon {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #CC3300;
}

H2.bruin {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #CC9900;
}

H2.aubergine {
	/* kop sub-hoofdstuk */
	text-align : left;
	color : #996666;
}


/* LIJSTEN */

LI {
	/* definitie lijst */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
	list-style-type : disc;
}


/* LINKS */

A:link {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
	text-decoration : none;
}

A:visited {
    /* kleur bezochte links */
	font-size : small;
	color : #FFFFFF;
	text-decoration : none;
}

A:hover {
    /* kleur links waar de muis overheen gaat */
	color : #FFFFFF;
	text-decoration : underline;
}

A:link.paars {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #9900FF;
	text-decoration : none;
}

A:visited.paars {
    /* kleur bezochte links */
	font-size : small;
	color : #9900FF;
	text-decoration : none;
}

A:hover.paars {
    /* kleur links waar de muis overheen gaat */
	color : #9900FF;
	text-decoration : underline;
}

A:link.download {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #9900FF;
	text-decoration : none;
}

A:visited.download {
    /* kleur bezochte links */
	font-size : small;
	color : #9900FF;
	text-decoration : none;
}

A:hover.download {
    /* kleur links waar de muis overheen gaat */
	color : #9900FF;
	text-decoration : underline;
}

/* LINKS in kleur voor het menu, in geval browsers zonder plaatjes */

A:link.logo {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-large;
	color : #FFFFFF;
	text-decoration : none;
}

A:visited.logo {
    /* kleur bezochte links */
	font-size : x-large;
	color : #FFFFFF;
	text-decoration : none;
}

A:hover.logo {
    /* kleur links waar de muis overheen gaat */
	font-size : x-large;
	color : #FFFFFF;
	text-decoration : underline;
}

A:link.rood {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #FF0000;
	text-decoration : none;
}

A:visited.rood {
    /* kleur bezochte links */
	font-size : small;
	color : #FF0000;
	text-decoration : none;
}

A:hover.rood {
    /* kleur links waar de muis overheen gaat */
	color : #FF0000;
	text-decoration : underline;
}

A:link.roze {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #FF00FF;
	text-decoration : none;
}

A:visited.roze {
    /* kleur bezochte links */
	font-size : small;
	color : #FF00FF;
	text-decoration : none;
}

A:hover.roze {
    /* kleur links waar de muis overheen gaat */
	color : #FF00FF;
	text-decoration : underline;
}

A:link.blauw {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #0000FF;
	text-decoration : none;
}

A:visited.blauw {
    /* kleur bezochte links */
	font-size : small;
	color : #0000FF;
	text-decoration : none;
}

A:hover.blauw {
    /* kleur links waar de muis overheen gaat */
	color : #0000FF;
	text-decoration : underline;
}

A:link.turqoise {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #00FFFF;
	text-decoration : none;
}

A:visited.turqoise {
    /* kleur bezochte links */
	font-size : small;
	color : #00FFFF;
	text-decoration : none;
}

A:hover.turqoise {
    /* kleur links waar de muis overheen gaat */
	color : #00FFFF;
	text-decoration : underline;
}

A:link.groen {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #00FF00;
	text-decoration : none;
}

A:visited.groen {
    /* kleur bezochte links */
	font-size : small;
	color : #00FF00;
	text-decoration : none;
}

A:hover.groen {
    /* kleur links waar de muis overheen gaat */
	color : #00FF00;
	text-decoration : underline;
}

A:link.geel {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #FFFF00;
	text-decoration : none;
}

A:visited.geel {
    /* kleur bezochte links */
	font-size : small;
	color : #FFFF00;
	text-decoration : none;
}

A:hover.geel {
    /* kleur links waar de muis overheen gaat */
	color : #FFFF00;
	text-decoration : underline;
}

A:link.oranje {
	/* kleur links: IE onbezocht, MF bezocht */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #FF9900;
	text-decoration : none;
}

A:visited.oranje {
    /* kleur bezochte links */
	font-size : small;
	color : #FF9900;
	text-decoration : none;
}

A:hover.oranje {
    /* kleur links waar de muis overheen gaat */
	color : #FF9900;
	text-decoration : underline;
}

A:link.nav {
	/* kleur links: IE onbezocht, MF bezocht */
	font-size : x-small;
	color : #C0C0C0;
	text-decoration : none;
}

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

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