body {
	font-family: Didot, Baskerville, Bookman Light, Clarendon, Georgia, Book Antiqua, Bookman old style, Univers-Light, Geneva, Arial, Helvetica, sans-serif;
	background-color: #212443; /*	#333655;	#3F4261;				/*	#2B2D42 navy blue	##5D5F73 is grijsblauw*/
	color: #333655;	/*snow;			/*	#FFFFCC; is beige 	*/
	font-size: small;					/*	#33CCFF;	is lichtblauw	*/

}				/*	#535675;	is lichterblauw	*/

td {
	font-size: small;
	padding:0em;
	
}

td.side	{
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	background-position:right;
	padding:0em;
	text-align: left;			/* to make IE show links on left side	*/

}

td.content	{				/*	td that contains the content of every page	*/
	padding-left:2.0em;
	padding-right:2.0em;
	padding-bottom: 2.0em;
	padding-top:1.5em;

}

tr	{
	border: 0px;
}


p {
	font-size: 15px;

}

p.opening	{
	color: beige;
}

div	{
	text-align: left;
}

/*	Div in content table. Padding defined here, to make IE work too	*/
div.content	{
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 4px;
	text-align:justify;
	background-color: beige;
}



div.bottomlinks	{			/*	contains links top of page	*/
	color: #FFFFCC; 
	font-size:small;
	text-align:center;
}

div.toplinks	{
	text-align: left;

}

span	{

}

/*	The label for choosing English language	*/
span.language_en	{
	left: 265px;
	position: relative;
	top: 0px;
}

/*	The label for choosing Dutch language	*/
span.language_nl	{
	left: 280px;
	position: relative;
	top: 0px;
	
}

span.toplinks	{			/*	contains links top of page	*/
	font-size:medium;
	color: whiteSmoke;

}


a:link {
	color: #33CCFF;	
	text-decoration: none;
}
a:visited {
	color: #33CCFF;	
	text-decoration: none;
	
}
a:active {
	color: #33CCFF;	
	text-decoration: none;
}
a:hover {  
	color: burlyWood;
	text-decoration: none;

}

a:link.opening {
	/*	color: #FFFFCC; 	*/
	color: burlyWood; 
	text-decoration: none;
}
a:visited.opening {
	color: burlyWood; 
	text-decoration: none;
}
a:active.opening {
	color: burlyWood; 
	text-decoration: none;
}
a:hover.opening {  
	/*	color: burlyWood;	*/
	color: darkSalmon;
	text-decoration: none;
}

a:link.title {
	/*	color: #FFFFCC; 	*/
	color: #FFFFCC; 
	text-decoration: none;
}
a:visited.title {
	color: #FFFFCC; 
	text-decoration: none;
}
a:active.title {
	color: burlyWood; 
	text-decoration: none;
}
a:hover.title {  
	/*	color: burlyWood;	*/
	color: burlyWood;
	text-decoration: none;
}

a:link.menu {
	font-family: Didot, Baskerville, Arial, Book Antiqua, Bookman old style, Univers-Light, Geneva, Helvetica, sans-serif;
	color: burlyWood; 
	text-decoration: none;
}
a:visited.menu {
	font-family: Didot, Baskerville, Arial, Book Antiqua, Bookman old style, Univers-Light, Geneva, Helvetica, sans-serif;
	color: burlyWood;  
	text-decoration: none;
}
a:active.menu {
	font-family: Didot, Baskerville, Arial, Book Antiqua, Bookman old style, Univers-Light, Geneva, Helvetica, sans-serif;
	color: darkSalmon;  
	text-decoration: none;
}
a:hover.menu {  
	font-family: Didot, Baskerville, Arial, Book Antiqua, Bookman old style, Univers-Light, Geneva, Helvetica, sans-serif;
	color: darkSalmon;										/*	#33CCFF;	een helder blauw	color: #FFFFCC;		*/
	text-decoration: none;
}


/* title on openingspage	*/
H1.opening	{
font-family: Didot, Baskerville, Clarendon, Bookman Light, Georgia, Book Antiqua, Bookman old style, Univers-Light, Geneva, Helvetica, sans-serif;

	font-size: 26px;
	font-weight:lighter;
}

/* title on every page	*/
H1.title	{
	font-family: Didot, Baskerville, Clarendon, Book Antiqua, Bookman old style, Univers-Light, Geneva, Helvetica, sans-serif;
	font-size: 34px;
	font-weight:lighter;
}

/*	title of every page	*/
H2	{
	font-size: 26px;
	font-weight: lighter;
}

table
{ border-collapse: collapse; }		/* samenvallende randen, dus regels */

table.top	{
	/* border-right: 1px solid beige;	/*#FFFFCC;	*/
/*	background-color: #494C6B;		*/
}

table.content	{
	background-color: beige;	/* #494C6B; tikje lichter donker blauw;	#535675;
	/*border-right: 1px dotted silver;	
	border-top: 1px solid burlywood;*/
	
}

table.top_container	{
	/* border-right: 1px solid beige;	/*#FFFFCC;	*/
	
}







