body {
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

h1
{
	display: none;
}

p {
	margin-bottom: 0px;
}

a {
	color: #368335;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 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;
}

input:focus, select:focus, textarea:focus {
	background-color: #f3fcf3;
}

#top {
	background-image: url('../img/toplogo.jpg');
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 695px;
	height: 95px;
	background-color: #ffffff;
}

#top_print {
	display: none;
}

#homelink {
	position: absolute;
	cursor: pointer;
	top: 12px;
	width: 400px;
	height: 40px;
}

#zoekblok {
	border: 0px solid #ccc;
	float: left;
	margin-top: -25px;
	margin-left: 285px;
	width: 180px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
	width: 694px;
	border-right: solid 1px #368335;
	border-left: solid 1px #368335;
	background-image: url('../img/bg_boven.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	overflow: hidden;
}

#main a {
	/* border-bottom: 1px dotted #84938c; */
}
#main a:hover {
	text-decoration: underline;
}

#banners {
	position: absolute;
	top: 108px;
	margin-left: 480px;
}

#breadcrumb {
	color: #84938c;
	padding: 12px;
	padding-top: 18px;
}
#breadcrumb a {
	text-decoration: none;
}

#content {
	position: relative;
	float: left;
	width: 655px;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 20px;
	line-height: 16px;
	clear: left;
	line-height: 1.7em;
}

#content a {
	color: #368335;
	text-decoration: none;
}

h1,h2,h3,h4 {
	font-size: 13pt;
	color: #368335;
	margin: 0px;
}

#bottom {
	margin-left: auto;
	margin-right: auto;
	width: 696px;
	color: #368335;
}

#bottom_line {
	border-right: solid 1px #368335;
	border-left: solid 1px #368335;
	background-image: url('../img/bottom.gif');
	background-repeat: no-repeat;
	height: 31px;
}

#bottom_links {
	font-size: 9px;
	padding-top: 5px;
	text-align: right;
}

#bottom a {
	color: #368335;
	text-decoration: none;
	font-weight: normal;
}

#bottom a:hover {
	text-decoration: underline;
}

.button {
	background-color: #368335;
	color: #ffffff;
	border: 1px solid #374436;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}

.button:focus {
	background-color: #368335;
}

/*----- Navigatie ------*/

#menu {
	position: absolute;
	margin-left: -1px;
	margin-top: 72px;
	width: 600px;
	height: 23px;
	border-left: solid 1px #308d2b;
	list-style: none;
	text-align: right;
	font-size: 1.2em;
}

#menu ul {
	z-index: 99;
	position: relative;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu #nav1 li {
	position: relative;
	display: block;
	float: left;
	background-color: #308d2b;
	text-align: center;
	height: 15px;
	padding: 4px 18px 4px 18px;
	margin-right: 2px;
}

#menu #nav1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	border: 0px;
}

#menu #nav1 li:hover {
	background-color: #32b466;
}

#menu .nav2 {
	display: none;
}

#sitemap a:hover {
	text-decoration: none;
}


/*----- Single Gallery Styling ------*/

#single_gallery .item {
	width: 210px;
	height: 270px;
	padding: 10px;
	border: 1px solid #368335;
	margin-right: 6px;
	margin-bottom: 18px;
}

#single_gallery .item_last {
	width: 210px;
	height: 270px;
	padding: 10px;
	border: 1px solid #368335;
	margin-bottom: 18px;
}

#single_gallery .title {
	color: #202020;
	font-size: 1.0em;
	font-weight: bold;
	height: 15px;
	text-align: center;
}

#single_gallery .subtitle {
	color: #a0a0a0;
	font-size: 0.9em;
	height: 15px;
	margin-bottom: 5px;
	text-align: center;
}

#single_gallery .image {
	border: 0px;
}

#single_gallery .description {
	color: #a0a0a0;
	font-size: 9px;
	text-align: center;
}

/* Job overview styling */

#job_overview .item {
	margin-bottom: 5px;
}

#job_overview .date {
	float: left;
	width: 80px;
}

#job_overview .offree {
	float: left;
	width: 200px;
}

#job_overview .period {
}