html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;}
div#container{
  text-align:left;
  width:950px;
  margin:0 auto;
  border: 0px solid black;
}
div#image {
  width: 645px;
  height: 430px;
  margin-left: 20px;
  margin-top: 35px;
  background-color: rgb(148,197,240);
  float: left;
}

div#image_info {
  width: 645px;
  height: 486px;
  margin-left: 20px;
  margin-top: 35px;
  background-color: rgb(148,197,240);
  float: left;
}

div#blok_rechts {
  padding-top: 152px;
  margin-left: 28px;
  margin-top: 35px;
  height: 275px;
  float: left;
  border: 0px solid black;
}
div#blok_rechts_info {
  padding-top: 42px;
  margin-left: 28px;
  margin-top: 35px;
  height: 275px;
  float: left;
  border: 0px solid black;
}
div#blok_rechts_info a, div#blok_rechts a {
  color: #828385;
} 

div#blok_rechts_info a:visited, div#blok_rechts a:visited {
  color: #268247;
} 

div#text {
  width: 160px;
  font-family: Arial, Helvetica;
  font-size: 11px;
/*  color: rgb(156,158,159); */
  color: #828385; 
/*  color: rgb(74,136,86); */
  line-height: 17px;
}

div#text_info {
  width: 160px;
  font-family: Arial, Helvetica;
  font-size: 11px;
  color: rgb(156,158,159); 
  color: #828385;
  line-height: 16px;
}

div#text h3, div#text_info h3 {
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;  
  margin: 0px;
  color: rgb(74,136,86);
  line-height: 16px;
}

div#projecten {
  width: 901px;
  height: 58px;
  margin-top: 18px;
  margin-left: 20px;
  margin-bottom: 16px;
  background-color: rgb(222,222,222);
}
div#navi_left {
  width: 15px;
  height: 58px;
  float: left;
  border-right: 1px solid white;
}
div#navi_right {
  width: 15px;
  height: 58px;
  float: right;
}
div.navi_active {
  background-color: black;
}
div.project_navi {
  width: 86px;
  height: 58px;
  background-color: rgb(47,144,82);
  float: left;
  border-right: 1px solid white;
}
ul#project_categories {
  margin: 0;  
  padding: 0;
  width: 513px;
  float: left;
  list-style-type: none;
}
ul#project_categories li {
  display: block;
  width: auto;
  float: left;
  margin: 0;
  margin-right: 12px;
  padding: 0;
  position: relative;
  top: -2px;
}

ul#project_categories li a {
  font-family: Arial;
  font-size: 13px;
/*  color: rgb(156,158,159); */
  color: #828385;
  text-decoration: none;
}
ul#project_categories li a:hover, ul#project_categories li a.selected {
  color: #268247;
/*  color: rgb(47,144,82); */
}

ul#nonproject_navi {
  margin: 0;  
  padding: 0;
  width: 226px;
  float: left;
  list-style-type: none;
}
ul#nonproject_navi li {
  display: block;
  width: auto;
  float: left;
  margin: 0;
  margin-right: 12px;
  padding: 0;
  position: relative;
  top: -2px;
}

ul#nonproject_navi li a {
  font-family: Arial;
  font-size: 13px;
/*  color: rgb(156,158,159); */
  color: #828385;
  text-decoration: none;
}
ul#nonproject_navi li a:hover, ul#nonproject_navi li a.selected {
  color: rgb(255,86,0);
}
div#arrows {
  margin: 0px;
  line-height: 1em;
  margin-bottom: 11px; /* in totaal 15px met line-height en image height correctie */
}
div#numbers {
  margin-bottom: 17px; /* in totaal 29px met line-height en image height correctie */
}
div#project_description {
  float: left; 
  width: 500px; 
  margin-top: 6px;
  padding: 0; 
  line-height: 12px;
/*   color: rgb(74,136,86); */
/*  color: rgb(47,144,82); */
  color: #268247;
}
div#line {
  margin: 18px 20px 15px 20px;
  border-top: 1px solid rgb(156,158,159);
  height: 1px;
  width: 902px;
}
div#bottom {
  width: 950px;
  margin: 0;
} 

