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;
	padding: 4px 4px 0 0;	
	line-height: 1em;
}
div.imgPopUpright, img.imgright{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: right;
	padding: 4px 0 0 4px;
	line-height: 1em;
}
div.imgPopUpcenter, img.imgcenter{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	margin: 3px auto 0;
	text-align: center;
	line-height: 1em;
}
div.imgPopUpfoto{ /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: left;
	padding: 6px 6px 0 0;	
	line-height: 1em;
}

a.imgPopup, a.imgLink{position: relative; line-height: 1em;}

a.imgPopup span.linkIcon, a.imgLink span.linkIcon{
	background: none;
	/* De hoogte en breedte wordt in de _tpl_-file overschreven */
	margin: 0;
	display: inline;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 3px;
	right: 5px;
	line-height: 1em;
}
a.imgLink span.linkIcon{
	background: none;
}

a:hover.imgPopup span.linkIcon, a:active.imgPopup span.linkIcon{
	background: none;
}

a:hover.imgLink span.linkIcon, a:active.imgLink span.linkIcon{
	background: none;
}
