/* layout shit */
#main_wrapper {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#main_wrapper .margin {
	height: 10px;
	clear: both;
}
#header {
	clear: both;
	height: 188px;
	width: 765px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}
#header #visual {
	float: left;
	height: 188px;
	width: 116px;
	background-image: url(../images/header_visual.gif);
}
#header #nav_holder {
	clear: right;
	float: right;
	width: 648px;
}
#header #nav_holder #logo {
	height: 124px;
}
#header #nav_holder #logo img {
	margin-top: 38px;
	margin-right: 21px;
}

#img, .actueel_img {
	border: 1px solid #007977;
	margin-left:10px;
}

.actueel_img{
	margin-bottom: 5px;
}

#content {
	width: 765px;
	clear: both;
	background-image: url(../images/content_column_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	display: block;
}
#content #left_column {
	width: 121px;
	margin-bottom: 0px;
	padding-left: 55px;
	text-align: left;
	padding-right: 15px;
	display: block;
	float: left;
}
#content #left_column .input {
	width: 118px;
}
#content #right_column {
	float: right;
	width: 161px;
	margin-bottom: 0px;
	padding-left: 15px;
	clear: right;
	text-align: left;
	padding-right: 15px;
}
#content #right_column .input {
	width: 161px;
}
#content #content_column {
	text-align: left;
	width: 351px;
	padding-bottom: 20px;
}

/* footer */
#footer_wrapper {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 69px;
}
#footer {
	clear: both;
	width: 765px;
	height: 45px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}


/* basic elements */
body {
	font-family: "Trebuchet MS", "Myriad Pro", Myriad, "Myriad Web", "Lucida Grande",  Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	word-spacing: 1px;
	margin: 0px;
}
a {
	font-family: "Trebuchet MS", "Myriad Pro", Myriad, "Myriad Web", "Lucida Grande",  Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #007977;
	word-spacing: 1px;
}
a:hover {
	color: #009A9C;
	text-decoration: none;
}
input,button {
	background-color: #fff;
	border: 1px solid #C2DEDE;
	font-family: "Trebuchet MS", "Myriad Pro", "Myriad", "Myriad Web", "Lucida Grande", "Tahoma", "Helvetica", "Arial", "sans-serif";
	font-size: 11px;
	color: #007977;
}


input.submit {
	/*margin-left: 103px;*/
	background-color: #D6E9E9;
	border: 1px solid #007977;
	color: #007977;
}


h1{
	font-family: "Myriad Pro", "Myriad", "Myriad Web", "Lucida Grande", "Tahoma", "Helvetica", "Arial", "sans-serif";
	font-size: 14px;
}

h2{
	font-size: 11px;
	color: #007977;
}

form{ 
	margin-top: 0;
	margin-bottom: 0;
}

.divider {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 8px;
}


a img {
	border: none;
}


#form {
	width: 100%;
	padding: 5px;
	margin: 0px auto;
	margin-bottom: 9px;
}

#form .form_kop {
	background-color:#C2DEDE;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	color: #007977;
	height: 20px;
	padding-left: 2px;
	padding-top: 2px;
}

#form div.rij {
	background-color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid #C2DEDE;
}

#form div.rij input {
	background-color: white;
	border: 1px solid gray;
}

div.rij label, #bedrijfinfo label {
  width:30%;
  text-align:left;
  float:left;
  margin-right: 5px;
  padding-left: 5px;
}

#form h2, #bedrijfinfo h2 {
  text-align:center;
}

div.rij {
	padding-top: 5px;
}

div.rij_rights {
	margin-top: 15px;
	background-color: #C2DEDE;
}

div.rij_rights label{
  width:50%;
  text-align:left;
  float:left;
  font-weight:bold;
  margin-right: 5px;
}

div.spacer {
	margin: 10px;
	text-align: center;
}

img.kop {
	display: block;
	margin-bottom: 5px;
}

.groen {
	color: #007977;
}

table {
	background-color: #fff;
	border-spacing: 2px;
	border-collapse: collapse;
}

table.viewpicture {
	width: 100%;
	background-color: #FFFFFF;
	border-spacing: 2px;
	border-collapse: collapse;
}

table.viewpicture img {
	border: 2px solid #007977;
}

table.view {
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-spacing: 2px;
	border-collapse: collapse;
}

table.view thead {
	background-color: #FFFFFF;
	color: black;
	font-weight:bold;
}


table.view td {
	border-bottom: 1px solid #C2DEDE;
	text-align: left;
	color: #000000;
}

table.view th {
	background-color: #FFFFFF;
	border-bottom: 1px solid #C2DEDE;
	text-align: left;
	color: #000000;
}


table.overzicht {
	width: 100%;
	margin-bottom: 10px;
}

table.overzicht thead {
	background-color: #C2DEDE;
	color: #007977;
	font-weight:bold;
}


table.overzicht tr:hover {
	background-color: #C2DEDE;
}

table.overzicht td {
	border-bottom: 1px solid #C2DEDE;
	text-align: left;
	color: #007977;
}

table.overzicht th {
	background-color: #C2DEDE;
	border-bottom: 1px solid #007977;
	text-align: left;
	color: #007977;
}

address {
	font-style: normal;
	margin-left: 20px;
}

.ledenlijst {
	float:left;
	width:275px;
	margin-bottom: 15px;
	}


.ledenlijst * {
	width:160px;
	float:right;
	}
.ledenlijst * * {
	width:auto;
	float:none;
	}

.ledenlijst .logo{
	width:75px;
	height:75px;
	float:left;
	text-indent:-8008px;
}

.color2 {
	background-color: #efefef;
}

/* nieuwsbrief */
#progressBox{
	margin-top: 10px;
	border-top: 1px solid #007977;
	border-bottom: 1px solid #007977;
	padding-bottom: 5px;
}

#progressBox .header{
	background-color: #C2DEDE;
	color: #007977;
	font-weight: bold;
	padding: 2px;
}

.cms_section {
	font-weight: bold;	
	color: gray;
	position: relative;
	top: -22px;
	margin-bottom: -20px;
	height: 20px;
}
/* Einde Aanpassingen Kevin */

/* Zoek resultaten */

#search_results {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:100%;
}
#search_results a.head {
	background:#C2DEDE url(../images/collapsed.gif) no-repeat scroll 3px 1px;
	color:#007977;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:20px;
	text-decoration: none;
	border-top:1px solid #007977;
	margin-top: 3px;
}

#search_results a.selected {
	background-image: url(../images/expanded.gif);
}
#search_results ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#search_results li li {
	color:#000000;
	display:block;
	padding-left:100px;
	text-decoration: none;
	height: 100px;
	margin-top: 10px;
}


#search_results li {
	list-style-type: none;
}

/* einde zoekresultaten */

/* forum */

.forumpost{
	border-bottom: 1px solid #007977;
	width: 100%;
	margin-bottom: 20px;
}
.forumpost_head{
	background-color: #C2DEDE;
	border-bottom: 1px solid #007977;
	border-top: 1px solid #007977;
}


/* vacatures */
.vacancy_field {
	width: 100%;
	margin-bottom: 20px;
}

.vacancy_head{
	background-color: #C2DEDE;
	border-bottom: 1px solid #007977;
	border-top: 1px solid #007977;
}

/* poll */
#poll_list{
	list-style-type: none;
	padding:0;
}

#poll_list li {
	margin-bottom: 4px;
}

.poll_answer{
	margin-top: 5px;
	margin-left: 10px;
}

.poll_bar{
	border: 1px solid #007977;
	height: 13px;
}

.poll_question{
	font-weight: bold;
	margin-left: 2px;
}

.survey_question {
	list-style-type: none;
	padding-left:10px;
}