body, h1, h2, h3, h4, h5, h6 {	
	color: #000000;
	font-family: Verdana, sans-serif;
	margin: 0px;
	font-size: 0.75em;
}


body img {
	border: 0;
}

p {margin: 0}


h1{
	color: #006523;
	font-size: 1.65em;
	font-weight: bold;
	padding: 2px 0 0 0;
}

h2{	
	color: #006523;
	font-size: 1.110em;
	padding: 20px 0 3px 0;
}

h3{
	color: #000;
	font-size: 1.0em;
	clear: both;
}

h4, h5, h6{
	color: #000;
	font-size: 1.2em;
	clear: both;
}

a, a:visited, a:active {
	color: #cb3302;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul, ul li, ol, ol li{
	margin: 0;
	padding: 0;
	list-style: none;
}

form{
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

ul, ol {
	
}
ul li, ol li {
	background: transparent url(../images/achter_li.gif) no-repeat top left;
	padding-left: 13px;
}



#inhoud td.pollBar{
	white-space: nowrap;
}

/* Handig: plaats deze div onderin een div om die goed te laten omsluiten */
div.breaker{
	height: 1px;
	clear: both;
	background: transparent;
	font-size: 0px;
	line-height: 0px;
}
div.breaker hr{ display: none;
}

/* Download link */
a.downloadLink, a:active.downloadLink, a:visited.downloadLink {
	background: url(../images/ic_download_u.gif) bottom left no-repeat;
	padding: 0 0 0 15px;
}
a:hover.downloadLink {
	background: url(../images/ic_download_a.gif) bottom left no-repeat;
}

/* Formgrijs */

.formGrijs {
	background: #ebdfab;
	padding: 15px;
	margin: 15px 0 0 0;
}

	.formGrijs input, .formGrijs textarea {
		background: #fff;
		border: none;
	}
	.formGrijs h2 {
		font-size: 1.0em;
	}

.formGrijs input.zoekButton {
	background: #fff;
	border: solid 1px #e2e2e2;
	color: #c30;
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px 0 0 0 ;
	padding: 1px 3px;
	letter-spacing: 0.1em;
}
	.formGrijs input:hover.zoekButton {
		background: #062;
		border: solid 1px #062;
		color: #fff;
	}



	
	
/* poll */	
#inhoud td.pollBar {
	white-space: nowrap;
}
.pollTable {
	margin: 0 0 0 0;
}
.pollTable td {
	padding-right: 6px;
}
.pollButton {
	margin-left: 25px;
	margin-top: 16px;
}
.pollTekst {
	margin-top: 8px;
}
.verberg {
	display: none;
}


/* Afbeelding vergroten in een popup */
div.imgPopUpleft, img.imgleft{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: left;
	position: relative;
	padding: 4px 16px 4px 0;	
}
div.imgPopUpright, img.imgright{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: right;
	position: relative;
	padding: 4px 0 4px 16px;
}
div.imgPopUpcenter, img.imgcenter{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	margin: 3px 0 0;
	position: relative;
	text-align: center;
	clear: both;
}
div.imgPopUpfoto{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: left;
	position: relative;
	padding: 6px 6px 0 0;	
}

div.imgPopUpleft a, div.imgPopUpright a, div.imgPopUpcenter a, div.imgPopUpSub a, div.imgPopUpfoto a{
	background: transparent url(../images/img_popup_u.gif) bottom right no-repeat;
	/* De hoogte en breedte wordt in de _tpl_-file overschreven */
	margin: 0;
	display: inline;
	position: absolute;
}

div.imgPopUpleft a:hover, div.imgPopUpright a:hover, div.imgPopUpcenter a:hover, div.imgPopUpSub a:hover, div.imgPopUpfoto a:hover{
	background: transparent url(../images/img_popup_a.gif) bottom right no-repeat;
}
