/* __________ WEBSITE __________*/

body {
  background-color: #A9A9A9;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  line-height: 13pt;
  margin: 0px;
  padding: 0px;
}

a {
	text-decoration: none;
	color: #009ee0;
}

a:hover {
 text-decoration: underline;
}

.tabletekst {
	font-family: verdana;
	font-size: 11px;
}

.nvh {
  font-family: verdana;
	font-size: 9px;
}

.checkbox {
	border: 0px;
	width: 15px;
}

#copyright {
	position: relative;
	height: 10px;
	text-align: right;
	color: #ABABAB;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 5px;
}

#copyright a {
	color: #ABABAB;
	font-weight: bold;
	border-bottom: 0px;
}

.nadruk {
	color: #bd007b;
	font-weight: bold;
}

.nadruk2 {
	color: #737373;
	font-weight: bold;
}

.waarschuwing {
	color: #D46923;
	font-weight: bold;
}

.tableheading {
	font-weight: bold;
	font-size: 12px;
}

.tableheading a {
	color: #000000;
}

.tableheading a:hover {
	text-decoration: underline;
}

.donkergrijs {
	color: #444444;
}

.heelklein {
	font-size: 11px;
}

form {
	margin: 0px;
}

input, select, textarea {
  font-family: verdana, sans-serif;
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #e2e2e2;
	margin: 1px;
	padding-left: 1px;
	background-color: #ffffff;
	width: 200px;
}

input:focus, select:focus, textarea:focus {
	background-color: #f8f8f8;
}

input[disabled]{
 color:#ffffff;
}

select {
	width: 203px;
}

#contenttext ul {
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: square;
}

#contenttext li {
	margin-bottom: 2px;
}

#contentmenu ul {
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#contentmenu li {
	margin-bottom: 2px;
	border-top: 1px solid #e2e2e2;
}

#contentmenu li a {
	color: #000000;
}

#contentmenu li a:hover {
	color: #ff0099;
}

#contentmenu #selsub {
	font-weight: bold;
}

.borderblok {
	padding: 10px;
	border: 1px solid #d3d3d3;
}

.borderblok_zonderboven {
	padding: 10px;
	border: 1px solid #d3d3d3;
	border-top: 0px;
}

.borderblok_solid {
	padding-left: 10px;
	border: 1px solid #e3f4fc;
	border-top: 2px solid #009ee0;
	background-color: #e3f4fc;
	height: 18px;
}

.button {
	background: url('../../img/sector1/button.png');
	padding-left: 11px;
	text-align: left;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 151px;
  height: 25px;
  border: 0px;
}

.button_xl {
	background: url('../../img/sector1/button_xl.png');
	padding-left: 11px;
	text-align: left;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 325px;
  height: 25px;
  border: 0px;
}

/* __________ NAVIGATIE __________*/

#nav {
	position: relative;
	_position: absolute;
	top: 3px;
	left: -50px;
	_left: 0px;
	padding: 0px;
}

#nav ul {
	list-style: none;
	padding: 5px 0 0 22px;
	margin: 0px;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav a {
	color: #333;
	display: block;
  padding: 3px 5px;
	text-decoration: none
}

#nav a:hover {
	color: #009ee0;
}

#nav #sel {
	float:left;
	background: url("../../img/sector1/sd_right.png") no-repeat right top;
	margin: 0px;
	padding: 0px;
}

#nav #sel a {
	color: #328925;
	display: block;
	background: url("../../img/sector1/sd_left.png") no-repeat left top;
  padding: 3px 10px 6px 10px;
	text-decoration: none
}