/* default margins */
p,
ul,
ol,
table,
dd,
fieldset,
.buttons,
pre,
blockquote {
	margin-bottom: 1.636em; /* 18px bij 1em=11px */
}
	ul ul,
	ul ol,
	ol ol,
	ol ul {
		margin-bottom: 0;
		}



/* content elements / typography */

.article ul {
	list-style-type: disc;
	margin-left: 22px;
	}
.article ol {
	list-style-type: decimal;
	margin-left: 44px;
	}
	.article ul ul {
		list-style-type: circle;
		}
	.article ol ol {
		margin-left: 0;
		list-style-type: lower-alpha;
		list-style-position: inside
		}
#right ol {
	list-style-type: decimal;
	margin-left: 44px;
	}
	#right ol ol {
		margin-left: 0;
		list-style-type: lower-alpha;
		list-style-position: inside
		}


pre,
code {
	font-family: "Monaco", "Courier New", "Courier", monospace;
	font-size: 1em; /* 12px */
	}
a {
	text-decoration: underline;
	}
h2 a,
.sector a {
	text-decoration: none;
	}
	.sector ul a:hover {
		text-decoration: underline;
		}

a.external {
	background: url('/wdocs/dbedrijfsnet/gfx1/ZupdnpwHE.gif') right center no-repeat;
	padding-right: 14px;
        display:inline-block; 
	}
h1 {
	font-size: 2.182em; /* 24px */
	font-weight: bold;
	line-height: 1.0; /* 24px */
	margin-bottom: 0.75em; /* 18px */
	}
.intro {
	font-size: 1.091em; /* 12px */
	line-height: 1.5; /* 18px */
	font-weight: bold;
	margin-bottom: 1.5em; /* 18px */
	}
.article h2 {
	position: relative;
	font-size: 1em; /* 11px */
	line-height: 1.273; /* 14px */
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.083em; /* 1px */
	margin: 2.723em 0 0.818em 0; /* 30px/9px */
	border-bottom: 1px solid;
	}
	.article .block h2 {
		border-left: 1em solid;
		padding-left: 0.5em;
		}
h3 {
	font-size: 1.091em; /* 12px */
	line-height: 1.167; /* 14px */
	font-weight: normal;
	font-style: italic;
	margin: 1.6875em 0 0.5625em 0; /* 27px/9px */
	}
pre {
	background-color: #eee;
	padding: 0.75em 10px;
	}
table {
	margin-left: 17px;
	margin-right: 22px;
	border-left: 5px solid;
	border-bottom: 5px solid;
	line-height: 1.273; /* 14px */
	}
	table caption {
		text-transform: uppercase;
		letter-spacing: 0.091em; /* 1px */
		text-align: left;
		margin: 0 17px;
		padding-left: 5px;
		}
	table td,
	table th {
		padding: 3px 3px 4px 3px;
		border-bottom: 1px solid;
		border-right: 5px solid;
		text-align: left;
		}
blockquote {
	margin: 0 22px;
	line-height: 1.273; /* 14px */
	}
	blockquote p,
	blockquote ul,
	blockquote ol,
	blockquote table,
	blockquote dl,
	blockquote fieldset,
	blockquote pre {
		margin-bottom: 1.273em;
		}
dt {
	font-style: italic;
	}
dd {
	margin-left: 22px;
	}
.contentImg {
	float: left;
	width: 166px;
	margin: 0.455em 13px 5px 0;
	line-height: 1.273; /* 14px */
	font-style: italic;
	}
	.contentImg p {
		margin: 0;
		}
.teaser {
	clear: both;
	}
	.teaser .contentImg {
		float: right;
		width: 83px;
		height: 83px;
		margin: 0.455em 0 5px 13px;
		overflow: hidden;
		}
.zoekresultaat p {
	line-height: 1.273;
	}



/* pagination */
.pagination {
	text-align: center;
	margin-top: 3.273em;
	}
	.pagination .prev {
		margin-right: 2em;
		}
	.pagination .next {
		margin-left: 1.5em;
		}
		.pagination strong {
			padding: 0.333em;
			margin: 0 0.333em 0 0.333em;
			}
		.pagination a {
			padding: 4px 7px;
			margin-left: 2px;
			margin-right: 2px;
			border: 1px solid;
			text-decoration: none;
			}



/* forms */
.formulier {
	line-height: 1.273; /* 14px */
	}
.formulier fieldset {
	border-top: 8px solid;
	padding-top: 10px;
	}
	.formulier legend {
		text-transform: uppercase;
		padding-right: 5px;
		letter-spacing: 1px;
		}
	.formulier p.remark {
		font-style: italic;
		text-align: right;
		margin: 0;
		}
	.formulier .formrow {
		margin: 0 0 1.636em 0;
		}
	.formulier .formrow .label {
		margin: 0 0 3px 0;
		}
	.formulier .error .label {
		color: #f00;
		font-weight: normal;
		}
	.formulier .error .fields {
		font-weight: normal;
		}
	.formulier .formrow p {
		margin: 0;
		}
	.formulier .formrow .fields label {
		color: #000;
		margin: 0 1em 0 0;
		}
	.formulier .formrow .fields .opt {
		clear: both;
		overflow: hidden;
		margin-bottom: 5px;
		}
		.formulier .formrow .fields .opt input {
			float: left;
			}
		.formulier .formrow .fields .opt label {
			display: block;
			float: left;
			width: 95%;
			margin-right: 0;
			padding-top: 3px;
			}
	.formulier .txt,
	.formulier select,
	.formulier textarea {
		width: 300px;
		border: 1px solid;
		padding: 2px;
		margin-right: 2px;
		}
	.formulier .size-s {
		width: 15%;
		}
	.formulier .size-m {
		width: 30%;
		}
	.formulier .size-m2 {
		width: 50%;
		}
	.formulier .size-l {
		width: 98%;
		}
	.formulier .buttons {
		overflow: hidden;
		}
		.formulier .buttons button {
			float: right;
			font-size: 1.091em;
			font-weight: bold;
			cursor: pointer;
			border: 1px solid;
			}
.error {
	color: #f00;
	font-weight: bold;
	}
	.error .alert {
		color: #fff;
		background-color: #f00;
		padding: 0 0.3636em 0 0.3636em;
		}



/* sidebar typography */

#right ul {
	list-style-type: disc;
	margin-left: 13px;
	}
#right p,
#right ul,
#right ol,
#right table,
#right dd,
#right fieldset,
#right pre,
#right blockquote {
	margin-bottom: 1.273em; /* 14px bij 1em=11px */
	}
	#right ul ul,
	#right ul ol,
	#right ol ol,
	#right ol ul {
		margin-bottom: 0;
		}
#right ul 
{
  margin-left: 15px;
} 