/*COLORS

grijs: #666666
lichtgrijs: #ACA899
achtergrond: #F1F0F8
lijnen: #D8D2BD
groen: #578C00
achtergrondgrijs:#FFF5D9
blauw-hyperlink:#103D83

*/


/* GENERAL STYLES */


	html, head, body {
		background-color:#F1F0F8;		
		border:0;
		padding:0;
		color:#666666;
		overflow-y:auto;
		}

	body {
    		font-family: tahoma,arial,verdana,georgia;
		font-size: 11px;
    		line-height: 11pt;
		margin:2px;
		}
	
	

p {
	margin: 0 0 0 0;
	}

h1 {
	font: bold 11px tahoma,arial,verdana;
	margin: 5px 0 2px 0;
}

h2 {
	font: bold 14px tahoma,arial,verdana;
	margin: 5px 0 10px 0;
}

.hs {
    	font: bold 18px georgia;
	color: #1F599E;
    	/*line-height: 12pt;*/
} 

table { 
	margin: 5px 0;
	padding: 2px 2px 2px 2px;
	margin-left: 0 !important; 
	margin-right: 0 !important;
	}

table td {
	padding: 2px 5px 5px 5px; /* b r o l */
	}


td {
	font: 11px tahoma,arial,verdana;
	}


/* RULER */

	#ruler {
		display: block;
		/*position:absolute;*/
		/*background: green;*/
		z-index:2;
		/*width:100%;*/
		height:auto;
		padding:0 5 0 5px;
		margin:5 5 5 0px;
		border-top: 1px solid #D8D2BD;
		border-bottom: 1px solid #D8D2BD;	
    		/*text-align:center;*/
		}


/* COLUMNS */

	#columns {
		display: block;
		/*position:absolute;*/
		/*background: red;*/
		z-index:2;
		/*top:0px;*/
		width:250px;
		text-align:center;
		height:auto;
		margin:30 2 30 2px;
		padding:20 0 40 0px;
		border-top: 1px solid #D8D2BD;
		border-bottom: 1px solid #D8D2BD;		
		}	

	#textcolumn {
		/*display: block;*/
		/*position:absolute;*/
		/*background: white;*/
		z-index:2;
		/*top:0px;*/
		width:100%;
		/*text-align:center;*/
		height:auto;
		padding:2 0 10 0px;
		margin:5 0 5 0px;		
		border-top: 1px solid #D8D2BD;
		border-bottom: 1px solid #D8D2BD;			
		}	


/* VOETTEKST */

	#voettekst {
		display: block;
		/*position:relative;*/
		/*background: red;*/
    		z-index:2;
		padding-bottom:3px;		
		color:#D8D2BD;    		
		text-align:center;
		font-size:80%;
		font-weight:bold;
		letter-spacing:0.05em;		
    		}


/* LINK STYLES */
	
	a:link,a:active,a:visited {
		text-decoration:none;
		color:#103D83;
		font-size:11px;	
	}
	
	a:hover {
		text-decoration:none;
		color:#578C00;
		font-size:11px;	
	}
	
	




	





	
	
	


