/* ----------------- Specifiek voor editor ----------------- */

.editor {
	background-color: #fff;
}

/* ----------------- Body en Background ----------------- */

body {
	margin: 0px;
	line-height: 17px;
	font-family: Verdana;
	font-size: 11px;
	color: #000;

}

td {
	vertical-align: top;
	line-height: 17px;
}

.home {
	background-image: url(/images/static/bg_home.gif);
	background-repeat: repeat-y;
	background-color: #555E30;
}

.inhoud {
	background-image: url(/images/static/bg_inhoud.gif);
	background-repeat: repeat-y;
	background-color: #555E30;
}

/* ----------------- Hoofdnavigatie ----------------- */

.hoofd_navigatie {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #7DC71C;
}

.h00,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06,
.h07{
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
}

.hoofd_navigatie a:hover {
	color: #999;
	text-decoration: none;
}

/* ----------------- Subnavigatie ----------------- */

.subnav {
	font-family: verdana;
	background-color: #fff;
}

.subnav td {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #7DC71C;
}

.subnav .firsttd {
	border-top: none;
}

.subnav td a {
	font-size: 9px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.subnav td a:hover {
	color: #999;
	text-decoration: none;
}

.subnav .category_inactive {
	color: #666;
	text-decoration: none;
}

.subnav .category_active {
	color: #999;
	text-decoration: none;
}

/* ----------------- Basis tekst opmaak ----------------- */

h1, h2, h3, p, li {
	line-height: 17px;
}

h1 {
	font-family: Palatino Linotype, Palatino, Times;
	font-size: 20px;
	font-weight: normal;
	color: #7DC71C;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #7DC71C;
	margin-bottom: -16px;
}

h4 {
	font-family: Verdana;
	font-size: 12px;
	color: #7DC71C;
	margin-bottom: -17px;
}


h3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #7DC71C;
	margin-bottom: -17px;
}


p, td, li, a, input {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

a {
	color: #7DC71C;
}

ul {
	font-family: Verdana;
	font-size: 10px;
	list-style-position: outside;
	margin-left: 17px;
	list-style-type: square
}

ol {
	font-family: Verdana;
	font-size: 10px;
	list-style-position: outside;
	margin-left: 23px;
	list-style-type: square
}

/* ----------------- Align images ----------------- */

p.imagefooter {
	font-family: Verdana;
	font-size: 10px;
	color: #999;
	margin-top: 0px;
}

/* image classes */

.imageleft {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.imageright {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.onderschrift {
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	color: #999;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 16px;
}

h5 {
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	color: #999;
	margin: -15px 0px -12px 0px;
	padding-bottom: 10px;
	line-height: 16px;
}