	html, body {margin: 0;
		padding: 0;
		border: 0;
		width: 100%;
	}
	body {background-color: #fff;
		color: #555;
		font-family: "Century Gothic",tahoma, verdana, arial, sans-serif;}

	#maindiv {
		width: 100%;
		min-width: 720px;   /*  ==== Deze twee zijn nodig voor liquid breedte  De volgende voor vaste breedte */
		/*width: 775px;*/
		margin: 0 auto 0 auto;
		/*height: 100%;*/
		font-size: 0.9em;
	}
	h3 {color: black;
		font-size: 1.8em;
		font-weight: normal;
		line-height: normal;
		margin-top: 5px;}

	#kopregel {	width: 100%;
		border-bottom: 1px solid #EC282C;
	}
	#kopregel img {
		margin: 50px 0 25px 30px;
	}

	.inhoud {
		margin: 0;
		border: 0;
		border-collapse: collapse;
		width: 100%;
	}

	.inhoud td, .inhoud th {
		color: #555;
		font-size: 0.9em;
		line-height: 170%;
	}
	.inhoud td.linkskolom  {width: 220px;
		text-align: right;
		padding-top: 20px;
		padding-right: 20px;
		border-right: 1px solid #EC282C;
	}
	.inhoud td  a {
		color: #555;
		text-decoration: none;
	}
	.inhoud td  a:hover {
		color: #EC282C;
		text-decoration: none;
	}
	.inhoud td.linkskolom  a.dezepagina {
		color: #EC282C;
		text-decoration: none;
		font-weight: bold;
	}


	#naw {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 2px 0;
		border: 0;
		font-size: 0.8em;
	}
	#naw a:link, #naw a:visited, #naw a:active {
		color: #555;
		text-decoration: none;
	}
	#naw a:hover {
		color: #EC282C;
		text-decoration: none;
	}

	.nawletter {color:#EC282C;}

	form {
	}
	.formveld {
		font-family: monospace;
		font-size: 11px;
		color: #555;
		background-color: #fff;
		border: 1px solid #555;}
	.formveldbutton {
		font-family: monospace;
		font-size: 11px;
		color: black;
		background-color: #d8dee5;
		border: 1px solid #555;}

	.foutboodschap {
		color: #EC282C;
		font-weight: bold;
	}

	.par {margin-top: 1.5em;
		clear: both;}

	.admintable {
		width: 605px;}

	.nieuwsbrief {margin-top: 1.5em;
		clear: both;
		font-family: monospace;
		font-size: 12px;
		width: 505px;
		background-color: #f0eeee;
		border: 1px solid #555;}
		
	#knoppenbalk {margin: 0;
		padding:  20px 0 0 20px;
		overflow: hidden;}
	#knoppenbalk a {display: block;
		float: left;
		margin: 0 20px 0 0;}

	
	a#kantoortips  {
		display: block;
		width: 100px;
		height: 100px;
		background:url(plaatjes/kantoortips.png) no-repeat 0px bottom;
		margin: 70px 0 30px 0;
		float:right;}
	a#kantoortips  span {
		background: transparent ;
		color:white;
		display: block;
		width: 100px;
		height: 100px;
		cursor: pointer;} 
 	a#kantoortips:hover { background-position: -101px bottom; }
 	a#kantoortips.dezepagina { background-position: -200px bottom; }
 	a#kantoortips.dezepagina:hover { background-position: -101px bottom; }
	
	#poll {clear:both; 
		margin-top:20px; 
		background-color: #888e95; 
		background-image: url(plaatjes/pollbg.png); 
		background-position: bottom left; 
		background-repeat: no-repeat; 
		color: white; 
		font-weight: bold; 
		padding-left: 40px;}
		
