html
{
  overflow-y: scroll;
}

p 
{ 
  margin: 0; 
  padding: 0; 
}

ul
{
  margin: 0px;
  padding-left: 14px;
}

img
{
  border: none;
}

body
{
  background-color: #FFFFFF;
  margin: 0px;
}

.content_menu
{
  float:left;
  padding-top: 30px;
  width: 100px;
}

  .content_menu a
  {
    font-weight: bold;
    text-decoration: none;
    font-family: arial;
    font-size: 11px;
    color: #808080;
  }
  
  .content_menu a:hover
  {
    color: #F77710; 
  }

.content
{
  float: left;
  padding-top: 30px;
  padding-left: 25px;
  width: 640px;
}

.content_home
{
  float: left;
  padding-top: 30px;
  padding-left: 25px;
  width: 454px;
}

.content_with_bar
{
  float: left;
  padding-left: 25px;
  width: 454px;
  border-left: 1px solid #808080;
  margin-top: 30px;
  margin-bottom: 30px;
}

.title
{
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #F77710;
}

.content_text
{
  font-family: arial;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}

.readmore
{
  color: #808080 ;
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.main_body
{
  position: relative;
  z-index: 3;
  width: 980px;
  margin: 0px auto;
}


.left_body
{
  position: absolute;
  left: 0px;
  top: 149px;
  width: 50%;
  height: 225px;
  z-index: 1;
  background-color: #361041;
}

.right_body
{
  position: absolute;
  right: 0px;
  width: 50%;
  height: 380px;
  z-index: 1;
  background-image: url(../images/home/doorloop_rechts.png);
}


.left_small_body
{
  position: absolute;
  left: 0px;
  top: 149px;
  width: 38%;
  height: 70px;
  z-index: 1;
  background-repeat: repeat-x;
  background-image: url(../images/layout2/doorloop_links.png);
}

.right_small_body
{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 62%;
  height: 380px;
  z-index: 1;
  background-repeat: repeat-x;
  background-image: url(../images/layout2/doorloop_rechts_all.png);
}

.header
{
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  width: 980px;
  height: 148px;
  margin-bottom: 3px;
}

  .header .menu
  {
    left: 445px;
    padding-top: 120px;
    padding-left: 518px;
    width: 400px;
  }
  
  .header .menu table
  {
    width: 100%;
  }
  
  .header td
  {
    padding-left: 12px;
  }

.home_banner
{
  float: left;
  background-image: url(../images/home/banner.png);
  background-repeat: no-repeat;
  width: 980px;
  height: 228px;
  margin-top:-2px;
}

.banner_left
{
  float: left; 
  margin-top: -2px; 
  width: 260px; 
  height: 74px;
  background-repeat: repeat-x;
  background-image: url(../images/layout2/doorloop_links.png); 
}

.banner_right
{
  float: left; 
  margin-top: -2px; 
  width: 720px; 
  height: 74px;
  background-repeat: repeat-x;
  background-image: url(../images/layout2/doorloop_rechts.png); 
}

.home_image
{
  float: left;
  margin-left: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 457px;
}

  .home_image td
  {
    cursor: pointer;
    padding: 1px;
  }

.pages_image
{
  float: left;
  margin-left: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 240px;
}

  .pages_image td
  {
    cursor: pointer;
    padding: 1px;
  }

.footer
{
  float: left;
  bottom: 0px;
  width: 100%;
  height: 37px;
  margin-bottom: 30px;
  background-color: #E6E6E6;
}
  
  .footer table
  {
    margin-top: 9px;
  }
  
  .footer td
  {
    color: #A7A4A8;
    font-family: arial;
    font-size: 12px;
    padding-left: 10px;
  }
  
  .footer a
  {
    text-decoration: none;
    color: #A7A4A8;
  }
  
/* ------ PROJECTEN OVERZICHT ------ */
.project_menu
{
  float: left;
}

.project_lijst
{
  font-family: arial;
  font-size: 11px;
  color: #808080; 
  float: left;
  width: 931px;
  min-height: 300px;
  margin-bottom: 30px;
}
  
  .project_holder
  {
    cursor: pointer;
    float: left;
    width: 463px;
    height: 113px;
    line-height: 19px;
    background-color: #efefef;
    margin-top: 5px;
  }

  .project_lijst .left_img
  {
    float: left; 
    width: 232px; 
    height: 113px;
  }
  
  .project_lijst .right_text
  {
    float: left; 
    width: 216px; 
    height: 113px; 
    overflow: hidden; 
    padding-left: 5px; 
    padding-right: 5px;
  }
  
/* ------ PROJECTEN DETAILS ------ */

.project_details
{
  float: left;
  width: 931px;
  font-family: arial;
  font-size: 11px;
  color: #808080; 
  min-height: 300px;
}

.project_object
{
  padding: 20px;
  float: left;
  width: 100%;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #F77710;
}

.project_banner
{
  float: left;
  width: 928px;
  height: 224px;
}

.project_text
{
  float: left;
  width: 410px;
  padding: 20px;
  font-family: Arial;
  font-size: 12px;
  color: #808080; 
}

  .project_text .title
  {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #361041;
  }
  
.project_informatie
{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  padding-left: 20px;
  padding-top: 6px;
  float: left;
  width: 460px;
  height: 21px;
  background-color: #361041;
  color: #FFFFFF;
}

.project_col
{
  float: left;
  background-color: #EBEBEB;
  width: 440px;
  padding: 20px;
  margin-bottom: 30px;
}

 .project_col .title
  {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #361041;
  }
  
.image_holder
{
  float: left;
  width: 440px;
}

  .image_holder .image
  {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #EBEBEB;
    margin: 4px;
  }