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

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

P.navigatie { 
	/* grijze navigatie */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #CCCC99;
}

P.hideword {
    display: none;
}

TABLE {
	/* kop */
	width : 100%;
	margin-left : auto; 
	margin-right : auto;
} 

TABLE.menu {
	/* hoofdmenu */
	width : 100%;
	background-color : #0077BB;
	margin-left : auto; 
	margin-right : auto;
} 

TABLE.submenu {
	/* content */
	width : 100%;
	background-color : transparent;
	margin-left : auto; 
	margin-right : auto;
} 

TABLE.inhoud {
	/* content */
	width : 100%;
	background-color : #22BB55;
	margin-left : auto; 
	margin-right : auto;
} 

TD {
 	/* kop */
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #663333;
	padding : 0px;
}

TD.kop {
	/* kop */
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	padding : 0px;
}

TD.menu {
 	/* menu */
	background-color : #0077BB;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
	text-align : center;
	padding : 10px 5px 10px 5px;
}	

TD.submenu {
 	/* submenu */
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #663333;
	text-align : left;
	padding : 15px 25px;
}

TD.inhoud {
 	/* content */
	background-color : #22BB55;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #663333;
	text-align : left;
	padding : 15px 25px;
}

H1 {
	/* kop hoofdstuk: NIET IN GEBRUIK */
	text-align : left;
	color : #0077BB;
}

H2 {
	/* beginkop tekst */
	text-align : left;
	font-size : large;
	font-style : normal;
	font-weight : bold;
	color : #0077BB;
}

H3 {
	/* subkop in tekst */
	text-align : left;
	font-size : small;
	font-style : normal;
	font-weight : bold;
	color : #0077BB;
}

H5 {
	/* "terug naar boven" */
	text-align : right;
	font-size : x-small;
	font-style : normal;
	font-weight : normal;
	color : #CCCC99;
}
	
/* LINKS */

A:link {
	color : #993300;
}

A:active {
	color : #FF9933;
}

A:visited {
	color : #660099;
}

A:hover {
	color : #FF9933;
}


/* MENU-LINKS */

A.menu {
	text-decoration : none;
	text-align : center;
	font-style : normal;
	font-weight : normal;
	font-size : small;
	color : #FFFFFF;
}

A.menu:active {
	text-decoration : none;
	background-color : #22BB55;
	color : #FFFFFF;
}


/* SUBMENU-LINKS */

A.submenu {
	text-decoration : none;
	text-align : left; 
	font-style : normal;
	font-weight : normal;
	font-size : small;
	color : #0077BB;
}

A.submenu:active {
	text-decoration : underline;
	color : #0077BB;
}

A.submenu:visited {
	text-decoration : none;
	color : #0077BB;
}


/* NAVIGATIE-LINKS */

A.navigatie {
	text-decoration : none;
	text-align : left;
	font-style : normal;
	font-weight : normal;
	font-size : x-small;
	color : #CCCC99;
}

A.navigatie:active {
	color : #CCCC99;
}

A.navigatie:visited {
	color : #CCCC99;
}

A.navigatie:hover {
	color : #CCCC99;
}

