body {
	margin: 0 auto;
	font: 69%/172% Verdana;
}

#header h1 {
	margin: -64px -24px;	
}

#header ul, #section-menu, #footer, hr,
object, #flash_evenementen, #event_placeholder,
#content a.al-het-nieuws, #content a.terug, #content a.verder, #content a.print {
	display: none;
}


a img {
	border: 0;
}

#content p {
	margin: 0 0 1.1em;
}



/** Latest news on homepages. **/

#content #laatste_nieuws h3 a {
	color: #b70000;
	text-decoration: none;
}

.site_nv-zeedijk #content #laatste_nieuws {
	border-bottom: 1px solid gray;
	margin-bottom: 1em;
}
	.site_nv-zeedijk #content #laatste_nieuws img {
		float: left;
		margin-right: 10px;
	}
	.site_nv-zeedijk #content #laatste_nieuws .datum {
		font-size: 93%;
		color: #b2b2b2;
	}
	.site_nv-zeedijk #content #laatste_nieuws h3 {
		margin: 3px 0 5px;
		color: #4d4d4d;
	}



/** Ondernemerspagina **/

/* Make the link visible (on IE too) */
#content h2 a {
	text-decoration: none;
	color: inherit;
	*filter: expression(
		function() {
			if (innerHTML.search(/<span/i) == -1) {
				innerHTML += ' <span class="ie-after">'
					+ getAttribute('href') + '</span>';
			}
			style.color = parentNode.currentStyle.color;
			style.filter = '';
		}());
}
	#content h2 a:after,
	#content h2 a .ie-after {
		color: blue;
		content: attr(href);
		float: right;
		margin-left: 1em;
		text-decoration: underline;
		font-size: 62%;
		font-weight: normal;
	}

#content .adres {
	margin-bottom: 25px;
	padding: 8px 10px;
	color: #666;
}

#content #afbeeldingen {
	float: right;
}
	#content #afbeeldingen img {
		display: none;
	}
		#content #afbeeldingen li {
			clear: left;
			float: left;
			list-style: none;
			margin: 0 0 1em;
		}
			#content #afbeeldingen li img {
				display: block;
			}



/** Evenementenblokken op homepage **/

#content .evenement {
	float: left;
	width: 183px;
	height: 202px;
	overflow: hidden;
	margin-right: 10px;
}
	#content .evenement h2 {
		color: #b70000;
		font-size: 128%;
		width: 183px;
	}

	#content .evenement a {
		display: block;
		margin: 8px 0;
		text-decoration: none;
		color: #000;
	}



/** Nieuws- en evenementen(overzichts)pagina's **/

#content h3.overzicht {
	border-bottom: 1px solid #31a3ee;
}

#content .item {
	clear: both;
	overflow: hidden;
}
	#content .item img {
		clear: right;
		float: right;
		margin: 0 0 1em 1em;
	}

	#content .item .inhoud .datum {
		color: #929292;
		display: block;
		margin-bottom: 1em;
	}



/** "Widgets" used for contact details, links and downloads **/

.widget {
	color: #cc2524;
}
	.site_nv-zeedijk .widget {
		color: #007ed3;
	}

/* Show any URLs, since you can't click them on paper. */
#content .widget li a {
	color: black;
	text-decoration: none;
}
	#content .widget li a:after {
		color: blue;
		content: attr(href);
		margin-left: 1em;
		text-decoration: underline;
	}

