html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* ------- TEKST OPMAAK ----------*/	
body	{
		background: #D5D5D5;
		font: 12px Verdana, Arial, ca, sans-serif;
		color: #000000;
		line-height: 130%;
		}
	
a:link	{
		color: #A10000;
		text-decoration: none;
		}
a:visited	{
			color: #A10000;
			text-decoration: none;
			}
a:hover	{
		color: #FF0000;
		text-decoration: none;
		}
a:active	{
			color: #FF0000;
			text-decoration: none;
			}
/*titels*/
h1 	{
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	border-bottom: solid 2px #000000;
	padding: 0px 0px 1px 0px;
	}
/*nieuwsberichtjes*/
h2 	{
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 0px 1px 0px;
	}
	h2	a:link	{
				color: #000000;
				text-decoration: none;
				}
	h2	a:visited	{
					color: #000000;
					text-decoration: none;
					}
	h2	a:hover	{
				color: #000000;
				text-decoration: none;
				}
	h2	a:active	{
					color: #000000;
					text-decoration: none;
					}
/*Teksteditor*/
h3 	{
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	}
h4 	{
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	}
h5 	{
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	}
h6 	{
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	}
img	{
	border: none;
	}
ul, ol	{
		list-style:outside;
		padding-left:17px;
		}
		
/*TEKST EDITOR*/
.klein	{
		font: 11px Verdana, Arial, ca, sans-serif !important;
		color: #000000 !important;
		line-height: 130% !important;
		}
.kleinst	{
			font: 10px Verdana, Arial, ca, sans-serif !important;
			color: #000000 !important;
			line-height: 130% !important;
			}	
.normaal	{
			font: 12px Verdana, Arial, ca, sans-serif;
			color: #000000;
			line-height: 130%;
			}
.groot	{
		font: 30px Verdana, Arial, ca, sans-serif !important;
		color: #000000 !important;
		line-height: 130% !important;
		}
			
			

.goed	{
		color:#009900;
		font-weight:bold;
		}
.fout	{
		color:#FF0000;
		font-weight:bold;
		}
	
	
/*-------------------*/
#wrap	{
		margin:auto;
		width:955px;
		}
		
#header1	{
			background:url(../images/site/header1.jpg) no-repeat left top;
			height:27px;
			}
#header2	{
			background:url(../images/site/header2.jpg) no-repeat left top;
			height:93px;
			padding: 0px 0px 0px 250px;
			}
#header3	{
			background:url(../images/site/header3.jpg) no-repeat left top;
			height:14px;
			}
	
			
#container	{
			width:955px;
			background:url(../images/site/container.jpg) left top repeat-y;
			}
	#left	{
			background: url(../images/site/bgleft.jpg) left top no-repeat;
			width:122px;
			height:429px;
			float:left;
			padding: 12px 50px 20px 58px;
			}
	#center	{
			background: url(../images/site/bgmiddle.jpg) center top no-repeat;
			width:452px;
			min-height:50px;
			float:left;
			padding: 15px 40px 20px 20px;
			}
	#right	{
			background: url(../images/site/bgright.jpg) right top no-repeat;
			width:193px;
			min-height:50px;
			float:left;
			padding: 50px 10px 20px 10px;
			color:#666666;
			}
			.nieuwsdatum	{
							font-size:10px;
							text-align:right;
							font-style:italic;
							color:#666666;
							}
			.nieuwsdatum	a:link	{
									color: #666666;
									text-decoration: none;
									}
			.nieuwsdatum	a:visited	{
										color: #666666;
										text-decoration: none;
										}
			.nieuwsdatum	a:hover	{
									color: #666666;
									text-decoration: none;
									}
			.nieuwsdatum	a:active	{
										color: #666666;
										text-decoration: none;
										}
			.nieuws	a:link	{
							color: #000000;
							text-decoration: none;
							}
			.nieuws	a:visited	{
								color: #000000;
								text-decoration: none;
								}
			.nieuws	a:hover	{
							color: #000000;
							text-decoration: none;
							}
			.nieuws	a:active	{
								color: #000000;
								text-decoration: none;
								}	
#footer	{
		width:951px;
		text-align:right;
		padding: 2px;
		clear:both;
		}	
