  /* container for the system */
  #container_page {
    width: 1000px;
    /*margin-left:5px;*/
    /*border:1px solid black;*/
  }

  /* ****************************************************************** */
  /* header and navi block*/
  /* ****************************************************************** */
  /* holds the header (including the navi) */
  #container_header {
    width: 100%;
    height: 235px;
    /*border:1px solid red;*/
  }

  /* header image container including top naiv (but not the main navi) */
  /* a box that holds the dav logo. notice that the background-image is set using style, not via the class */
  #container_header_image {
    width: 100%;
    /*height: 235px;*/
    height: 195px;
    background-repeat : no-repeat;
    /*border:1px solid red;*/
  }
  #container_header_logo {
    top:0px;
    left:0px;
    width:173px;
    height:235px;
    /* border:1px solid black; */
    float: left;
  }
  /* the top navi */
  #container_header_top_navi {
    height: 18px;
    /*border:1px solid red;*/
  }
  /* the main navi */
  #container_header_main_navi {
    left:0px;
    top:215px;
    height: 20px;
    background-color : #D36528; /*#55ab26;*/ 
    padding-left:2px;
    /* border:1px dotted red; */
    clear:left;
  }
  #container_language {
    height: 18px;
    float: left;
/*    border:1px solid red;*/
    vertical-align : middle;
  }

  /* the body holds the content and the ad boxes*/
  #container_body {
    width: 100%;
    /* border:1px solid blue; */
    display: block;
  }

  /* just the page footer */
  #container_footer {
    width: 830px;
    /*border:1px solid blue;*/
    text-align:center;
  }

  /* ****************************************************************** */
  /* content including modules and advertisment*/
  /* ****************************************************************** */
  /* the breadcrumb */
  #container_breadcrumb {
    width: 822px;
    /* border:1px solid blue; */
    display: block;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
  }

  #container_breadcrumb_digital_rock {
    width: 978px;
    /* border:1px solid blue; */
    display: block;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
  }

  #container_bottomNavi {
    width: 822px;
    /*border:1px solid blue;*/
    display: block;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    clear:both;
  }

  #container_bottomNavi_digital_rock {
    width: 978px;
    /*border:1px solid blue;*/
    display: block;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    clear:both;
  }

  /* holds the cms modules*/
  #container_content {
    width: 778px; /* 1003 - 154 - 16 */
    display: block;
    padding-left:20px;
    margin-left:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right:20px;
    border:2px dotted #9A9A9A;
    background-color: #ffffff;
    font-size:11px;
  }
  #container_content td, #container_content th, #container_content div, #container_content p, #container_content span {
    font-size:11px;
  }

  /* holds the cms modules*/
  #container_content_digital_rock {
    width: 970px; /* 1003 - 154 - 16 */
    display: block;
    padding-left:2px;
    margin-left:10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right:2px;
    border:2px dotted #9A9A9A;
    background-color: #ffffff;
  }

  #container_content_intro_template {
    width: 822px; /* 1003 - 154 - 16 */
    display: block;
    padding-left:0px;
    margin-left:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right:0px;
    border:none;
    background-color: transparent;
  }
  /* the cms modules */
  #container_content_module0 {
    width: 100%;
    /* border:1px solid blue; */
    display: block;
  }
  #container_content_module1 {
    width: 100%;
    /* border:1px solid blue; */
    display: block;
  }
  #container_content_module2 {
    width: 100%;
    /* border:1px solid blue; */
    display: block;
  }

  /* ad on the right */
  #container_advertisement {
    width: 154px;
    /*border:1px solid green;*/
    float: right;
    margin-top:10px;
    display:block;
    clear:both;
  }

  .cleardiv {
    clear:both;
    line-height:0px;
    height:0px;
    font-size:0px;
  }
