body, h1, h2, h3, h4, h5, h6 {	
	color: #000000;
	font-family: Verdana, sans-serif;
	margin: 0px;
	font-size: 0.7em;
}


body img{
	border: 0;
}

p{margin: 0}

#inhoud, #subContent{
	line-height: 1.35em;
}


#inhoud div, #inhoud p, #inhoud td, 
#subContent div, #subContent p, #subContent td
{
	font-size: 100%;
}

h1{
	color: #ee2222;
	font-size: 1.55em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 18px 0 12px;
	margin: 0;
	clear: both;
}

h2{
	color: #ee2222;
	font-size: 1.2em;
	font-weight: bold;
	padding: 25px 0 4px 0;
	margin: 0;
/*	clear: both;*/
}

h3{
	color: #000000;
	margin: 14px 0 0;
	font-size: 1.1em;
	clear: both;
}

h4, h5, h6{
	color: #000000;
	font-size: 1.2em;
	clear: both;
}

a{
	color: #888888;
}

a:visited{
	color: #444444;
}

a:hover, a:active{
	color: #ee2222;
}

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;
}
	#subContent ul li{
		color: #888888;
		background: url(../images/achter_sub_li.gif) no-repeat;
	}


#inhoud td.pollBar{
	white-space: nowrap;
}

/* Afbeelding vergroten in een popup */
div.imgPopUpleft, img.imgleft{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: left;
	position: relative;
	padding: 4px 4px 0 0;	
}
div.imgPopUpright, img.imgright{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: right;
	position: relative;
	padding: 4px 0 0 4px;
}
div.imgPopUpcenter, img.imgcenter{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	margin: 3px 0 0;
	position: relative;
	text-align: center;
}
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;
}
