/* -------------------------------------------------------------------- basics */
* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 18px;
}
body {
	background-color: #282E33;
}
#columnContent h1 {
	font-size: 20px;
	clear: both;
	color: #70C172;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-image: url(bg_h1.gif);
	background-repeat: no-repeat;
	padding-left: 66px;
	padding-top: 8px;
	padding-bottom: 18px;
	margin-right: 30px;
	font-family: "Lucida Sans", "Trebuchet MS", Arial;
}
#columnContent h2 {
	font-size: 14px;
	clear: left;
	margin-left: 66px;
	margin-bottom: 12px;
	margin-right: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-family: "Lucida Sans", "Trebuchet MS", Arial;
}
#columnContent h3 {
	color: #70C172;
	font-size: 14px;
	letter-spacing: 0.1em;
	clear: both;
	margin-left: 66px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #62717D;
	padding-top: 12px;
	margin-right: 57px;
	font-family: "Lucida Sans", "Trebuchet MS", Arial;
}
p {
	padding-left: 66px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-right: 30px;
	font-size: 12px;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:hover, a:active {
	color: #70C172;
}
a img {
	border: none;
}
.external{
	background-image: url(externe_link.gif);
	background-position: right 4px;
	padding-right: 15px;
	background-repeat: no-repeat;
}
.pdf{
	background-image: url(pdf.gif);
	background-position: right 4px;
	padding-right: 34px;
	background-repeat: no-repeat;
}
ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 66px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 14px;
	margin-left: 0px;
}
ul li {
	padding-left: 15px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size: 12px;
}
ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 85px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 14px;
	margin-left: 0px;
}
ol li {
	padding-left: 0px;
	font-size: 12px;
	list-style-type: lower-alpha;
}
hr {
	height: 0;
	margin-left: 66px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #62717D;
	margin-bottom: 14px;
}
.imgR {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.imgL {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img3opeenrij {
	float: left;
	margin-right: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #94A0AB;
	margin-bottom: 14px;
}
.groen {
	color: #70C172;
}
.donkergrijs {
	color: #94A0AB;
}
/* kolom links nieuws */
#columnLeft h1{
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
	font-weight: bold;
	font-family: "Lucida Sans", "Trebuchet MS", Arial;
}
#columnLeft p{
	font-size: 11px;
	padding-bottom: 0px;
	line-height: 1.5em;
	clear: both;
	padding-left: 0px;
}
#columnLeft p.datum{
	color: #70C172;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #62717D;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table {
	margin-left: 66px;
	width: 450px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70C172;
	margin-bottom: 14px;
}
tr.even {
	background-color: #4A5760;
}
th, td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70C172;
	text-align: left;
}
td {
	vertical-align: top;
}
dl {
	margin-left: 66px;
	font-size: 11px;
	margin-bottom: 14px;
}
dt {
	font-weight: bold;
}
dd {
	color: #94A0AB;
	margin-left: 20px;
	margin-right: 30px;
}
.note {
	font-size: 9px;
	line-height: 9px;
	color: #94A0AB;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.button {
	font-size: 12px;
	font-weight: bolder;
	float: right;
	margin-right: 40px;
	border: 1px solid #70C172;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

