/* Donkerblauw: 		8F8FB3
/* lichtblauw: 			CDCDFF
/* heellichtblauw: 	EEEEFF
/* lichtgrijs: 			
*/

body				{ margin: 0px; } 
td					{ border: 0px; 
							font-family: Georgia; 
							font-size: 9pt;
							}
td.blauw		{ background: #CDCDFF; }
td.wit			{ background: #FFFFFF; }
td.header		{ border: 1px solid #888888; } 
td.content	{ padding: 10px 0px 0px 0px; }
td.main			{ background: #FFFFFF url('plaatjes/back_main.jpg') no-repeat;
							border: 1px solid #888888; 
							padding: 8px 10px 10px 10px;
							position: relative;
							}
h1					{ font-family: Georgia; 
							font-size: 16pt;
							color: #9F9FC3;
							font-weight: normal;
							text-align: center;
							}
h2					{ font-family: Georgia; 
							font-size: 16pt;
							color: #8F8FB3;
							margin: 0px 25px 0px 10px;
							border-bottom: 1px solid #CDCDFF;
							}
p.frontpage			{ font-family: Georgia; 
							font-size: 12pt;
							color: #BFBFE3;
							font-weight: normal;
							text-align: center;
							margin-top: 0px; 
							}
div.main		{ position: relative; 
							padding: 0px;
							margin: 0px;
							border: 0px;
							background: url('plaatjes/back_main.jpg') top left no-repeat;
							}
div.inhoud	{ width: 500px; }
							
/*// Hier komt alle menu-meuk ////
////////////////////////////////*/
div.menu		{ position: absolute;
							left: 525px;
							border: 1px solid gray;
							border-bottom: 0px;
							width: 175px;
							}
.inline			{ float: right; }
.td_sw			{ background: #eeeeff; margin: 1px; padding: 1px; }
.center			{ text-align: center; }