body {
	color: #313131;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-image: url("style/green_pattern.jpg");
	background-position: 30px 0px;
}

table {
	color: #313131;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

#div_background {
	position: relative;
	width: 745px;
	left: 50%;
	margin-left: -372px;
	background-image: url("style/green_background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#div_menu {
	float: left;
	width: 185px;
	font-size: 12px;
}

#div_content {
	float: left;
	width: 540px;
}

#menu_top, #content_top {
	position: relative;
	width: 100%;
	height: 10px;
	font-size: 0px;
}

#menu_bottom, #content_bottom {
	position: relative;
	width: 100%;
	height: 15px;
	font-size: 0px;
}

#menu_center, #content_center {
	position: relative;
	width: 100%;
	height: auto;
}

#logo {
	float: left;
	height: 115px;
	width: 115px;
	margin-bottom: 15px; 
	background-repeat: no-repeat;
}

#title {
	float: right;
	height: 115px;
	width: 380px;
	margin-bottom: 15px; 
	background-repeat: no-repeat;
}

#div_margin {
	position: relative;
	margin-left: 10px;
	margin-right: 15px;
}

#div_spacer {
	position: relative;
	width: 100%;
	height: 50px;	
}

#table_addpage {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#table_addpage td {
	vertical-align: text-top;
}

#table_addpage_option {
	height: 20px;
	width: 180px;
}

h1 {
	color: #515151;
	font-family: arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #515151;
}

h2 {
  color: #515151;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 3px;
}

h3 {
	color: #515151;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #515151;
}

a.hidediv {
	color: #515151;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

div.uitleg {
	cursor: pointer;
}

div.uitleg div {
	display: none;
	position: relative;
}

div.uitleg:hover div, div.uitleg.over div {
	display: block;
	position: relative;
}

div.menuitem {
	position: relative;
	clear: both;
	width: 100%;
	z-index: 2;
}

div.menuitem:hover, div.menuitem.over
{	
  background-color: #B2C0A3;
	z-index: 3;
}

div.menuitem div {
	display: none;
}

div.menuitem:hover div, div.menuitem.over div {
	display: block;
	z-index: 3;
}

div.menuitem a {
  display: block;
  width: 100%;
  text-decoration: none;
}

div.menuitem a:hover {
  background-color: #B2C0A3;
}

div.invisiblediv {
	display: none;
}

input {
	border: 1px solid grey;
}

input.toegankelijk {
	border: 1px solid grey;
	background-color: white;
}

input.ontoegankelijk {
	border: 1px solid grey;
	background-color: #CCCCCC;
}

input.onbewerkbaar {
	border: none;
	background-color: transparent;
	color: #313131;
}

textarea {
	border: 1px solid grey;
}

select {
	border: 1px solid grey;
}

select.toegankelijk {
	border: 1px solid grey;
	background-color: white;
}

select.ontoegankelijk {
	border: 1px solid grey;
	background-color: #CCCCCC;
}

a {
	color: #515151;
}

a.javascriptlink {
	text-decoration: underline;
	cursor: pointer;
}
