    body {
		background-color:#8c765a;
		font-family: 'Bell MT', Cambria, Century;
/*		text-align:center; */
    }

    H1 {
    	font-size: 16px;
    	color: #8c232c;
    	border-bottom: 3px solid #8c765a;
    	width: 60%;
		text-align:left;
	}
	
	H2 {
		font-size: 16px;
    	color: #8c232c;
		padding: 5px;
		border-bottom: 2px solid #8c765a;
    	width: 98%;
		text-align:left;
	}

    p {
    	font-size: 14px;
    	padding: 5px;
		text-align:left;
	}

	ul {
		font-size: 14px;
	}

	#voetnoot {
		font-size: 12px;
		color: #8c232c;
	}
	
	#page {	
	    width: 800px;
        left: 50%;
        margin-left: -400px;
        position: relative;
	}
	
	#header {
		width: 800px;
		border: 1px solid #242426;
		background-color: #731616;
	}

	#footer {
		float: left;
		padding: 1px;
		text-align:left;
		width: 798px;
		color: #ffffff;
		border: 1px solid #242426;
		background-color: #731616;
	}	

	#main {
		width: 800px;
		float: left;
		background-color:#d9d9d9;
		border-left: 1px solid #242426;
		border-right: 1px solid #242426;
	}
	
	#mainleft {
		float: left; 
		padding: 10px;
		width: 240px;
	}

	#maincenter {
		float: left; 
		padding: 10px;
		width: 240px;
	}

	#mainright {
		float: left; 
		padding: 10px;
		width: 240px;
	}
	
   	img#stijl {
		border: 1px solid #242426;
		margin-right:10px;
		margin-top: 10px;
		margin-bottom:10px;
  	}
	
   	img#gall {
		border: 1px solid #242426;
		margin-right:10px;
		margin-top: 5px;
		margin-bottom:5px;
  	}

	img#kaal {
		border: 0;
	}
	
	hr		{
		width: 250px;
		text-align:center;
		color: #d9d9d9; 
		background-color: #d9d9d9;
		border: 1px dotted #242426; 
		border-style: none none dotted;
	}

   	a {
		font-weight: bold;
	}

	a:link {
		color: #8c232c;
		text-decoration:none;
	}

	a:visited {
		color: #8c232c;
		text-decoration:none;
	}

	a:hover {
		text-decoration:underline;
	}

	a:active {
		color: #666666;
		text-decoration:none;
	}
	
	.active {
		font-weight: bold;
		color: #4f4f4f;
		font-size: 14px;
	}

label {
	float: left;
	text-align: left;
	display: block;
}

input, textarea, select {
	color: #000000;
	background: #d9d9d9;
	border: 1px solid #242426;
}

.submit input {
	color: #000;
	background: #d9d9d9;
	border: 1px #242426;
} 
fieldset {
	border: 1px dotted #242426;
	background-color: #d9d9d9;
	width: 230px;
	padding: 5px;
}
















	
	

