body, h1, h2, h3, h4, h5, h6 {	
	color: #000000;
	font-family: Verdana, sans-serif;
	margin: 0px;
	font-size: 0.7em;
}


body img{
	border: 0;
}
			
legend { margin-right: 0; }
* html legend { margin-left: -7px; }
*:first-child+html legend { margin-left: -7px; }

label {
	cursor: pointer;
}

.offScreen { position: absolute !important; left: -9999px; text-indent: -9999px; line-height: 0; height: 0 !important; }

p{margin: 0}


#inhoud{
	font-size: 100%;
}


#inhoud, #subContentInhoud{
	line-height: 1.4em;
}

#inhoud div, #inhoud p, #inhoud td, 
#subContent div, #subContent p, #subContent td
{
	font-size: 100%;
}

h1{
	color: #901;
	font-size: 2.15em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 12px 0 24px;
	margin: 0;
	clear: both;
}

h2{
	color: #901;
	font-size: 1em;
	font-weight: bold;
	padding: 17px 0 1px 0;
	margin: 0;
/*	clear: both;*/
}
	#inhoud h2 img{display: none} /* Geen icoontjes in de inhoud, wel in de subcontent natuurlijk! */

h3{
	color: #000;
	margin: 14px 0 0;
	font-size: 1em;
	clear: both;
}

h4, h5, h6{
	color: #ad002b;
	font-size: 1.1em;
	clear: both;
}

a{
	color: #666;
}

a:visited{
	color: #333;
}

a:hover, a:active{
	color: #eb6e08;
}

ul, ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

form{
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*inhoud */
#inhoud h1 img, #inhoud h2 img{
	margin-right: 4px;
}

#inhoud ul li, 
#subContent ul li{
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../images/achter_li.gif) no-repeat;
}


#inhoud td.pollBar{
	white-space: nowrap;
}

/* Afbeelding vergroten in een popup */
div#inhoud div.imgPopUpleft, div#inhoud img.imgleft{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: left;
	position: relative;
	padding: 4px 4px 0 0;	
}
div#inhoud div.imgPopUpright, div#inhoud img.imgright{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: right;
	position: relative;
	padding: 4px 0 0 4px;
}
div#inhoud div.imgPopUpcenter, div#inhoud img.imgcenter{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	margin: 3px 0 0;
	position: relative;
	text-align: center;
}
div#inhoud 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.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;
}

