/*
debug

div { border:1px solid red; }

*/

/*### GLOBAL
#################################################*/

  /*### BODY */

    body, html {
      margin:0px;
      padding:0px;
      width:100%;
      height:99.9%;
    }
    body {
      background:#8fc747 url('../img/bg_site.png') right top repeat-x;
      font-family:Arial, sans-serif;
      font-size:12px;
      line-height:17px;
      text-align:center;
    }

  /*### CONTENT HEADINGS */

    h1, h2, h3, h4, h5, h6 {
      margin:0px;
      padding:0px;
      font-family:Arial, sans-serif, Rounded MT Bold;
    }
    h2 {
      font-size:18px;
      margin-bottom:10px;
    }
    h3 {
      margin-bottom:10px;
    }

  /*### LINKS */

    a {
      text-decoration:none;
      color:#00f;
    }
    a:hover {
      text-decoration:underline;
    }
    a img {
      border:#fff dashed 1px;
    }
    a:hover img {
      border:#fff dashed 1px;
    }
    a h1, a h2, a h3, a h4, a h5, a h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
      color:#fff;
      text-decoration:underline;
    }
    a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration:none;
    }

  /*### FORMS */

    label {
      clear:both;
      margin-bottom:10px;
      font-size:.85em;
      font-weight:bold;
    }
    input {
      clear:both;
    }

    .input {
      background:#ffe;
      border:solid #006 1px;
    }
    .input:hover {
      background:#ffc;
      border:solid #000 1px;
    }

    .button {
      padding:2p 8px;
      background:url('../img/forms/button_up.png');
      border:none;
    }
    .button:hover {
      background:url('../img/forms/button_down.png');
    }

    #button_add {
      padding-left:20px;
      background:url('../img/icons/icon_add.png') center left no-repeat;
      color:#98ed34;
      font-weight:bold;
    }
    #button_add:hover {
      color:#fff;
    }
    #button_edit {
      padding-left:20px;
      background:url('../img/icons/icon_edit.png') center left no-repeat;
      color:orange;
      font-weight:bold;
    }
    #button_edit:hover {
      color:#fff;
    }

    form.reply_form textarea {
      width:98%;
      height:100px;
    }
   
/*### LAYERS
#################################################*/

  #side1 {
    width:50%;
    float: left;
    margin: 0 -498px 0 0;
  }
  #side1 div.body_left {
    margin:0 498px 0 0;
    min-height:390px;
  }
  #side1 div.body_left .wolk, #side2 div.body_right .wolk {
    width:100%;
    height:390px;
    /*width:402px;*/
  }
  #side2 {
    width:50%;
    float:right;
    margin: 0 0 0 -497.5px;
    background: #fff;
  }
  #side2 div.body_right {
    margin:0 0 0 497.5px;
    min-height:390px;
  }

  #side1 .container {
    width:996px;
    min-height:390px;
    float:right;
    margin:0 -498px 0 0;
    position:relative;
    text-align:left;
  }

  * html #side1 div,* html #side2 div, * html #side1 .container {
    height:390px; /* min-height for IE6 */
  }
  * html #side1 {
    position:relative;
  }
  * html #side1 .container {
    position:relative;
  }

  /*### MAIN, LEFT, CENTER, RIGHT LAYER */

    .content {
      overflow:auto;
      background:#91c946 url(../img/bg_content.png) left top repeat-x;
      padding:35px;
    }
  
    #content_left, #content_center, #content_right, #content_centerright {
      float:left;
    }
    #content_left {
      width:200px;
    }
    #content_center {
      width:450px;
    }
    #content_right {
      width:175px;
    }
    #content_centerright {
      width:665px;
    
      -webkit-border-top-left-radius:10px;
      -webkit-border-top-right-radius:10px;
      -webkit-border-bottom-left-radius:10px;
      -webkit-border-bottom-right-radius:10px;
    
      -khtml-border-radius-topleft:10px;
      -khtml-border-radius-topright:10px;
      -khtml-border-radius-bottomleft:10px;
      -khtml-border-radius-bottomright:10px;
    
      -moz-border-radius-topleft:10px;
      -moz-border-radius-topright:10px;
      -moz-border-radius-bottomleft:10px;
      -moz-border-radius-bottomright:10px;
    }
    #content_center, #content_right {
      padding-left:40px;
    }

    /*-----Menu left -----*/

      #content_left .menu {
        color:#fff;
      }
      #content_left .menu a {
        color:#fff;
      }

      #submenu a {
        color:#fff;
        font-weight:bold;
      }

    /*-----Boxes -----*/

      .blok {
        /*background:#007e3c;*/
        display:block;
        border:none;
        margin-bottom:17px;
        padding:13px;
      
        -webkit-border-top-left-radius:10px;
        -webkit-border-top-right-radius:10px;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;
      
        -khtml-border-radius-topleft:10px;
        -khtml-border-radius-topright:10px;
        -khtml-border-radius-bottomleft:10px;
        -khtml-border-radius-bottomright:10px;
      
        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
      }

      #content_centerright .blok {
        background:#fff;
        padding:13px;
        padding-top:20px;
        padding-left:20px;
        padding-bottom:20px;
      }
      #content_centerright .blok a h2, #content_centerright .blok a h3, #content_centerright .blok h2 a, #content_centerright .blok h3 a {
        color:#000;
      }

  /*### HEADER LAYER */

    .header {
      width:996px;
      height:390px;
      overflow:hidden;
    }

    /*-----Top menu -----*/
  
      .header #menu {
        float:left;
        width:408px;
      }
      .header #menu {
        float:left;
        width:408px;
      }
  
    /*-----Information box -----*/
  
      .header .blok {
        width:540px;
        height:240px;
        overflow:hidden;
        margin:80px 0 13px 0;
        padding:13px;
        background:url(../img/bg_headerblok.png) left top no-repeat;;
        border-color:#fff;
      }
      .header .blok h2 {
        
      }

  /*### FOOTER LAYER */

    .footer {
      clear:both;
      width:100%;
      border-top:1px none #065031;/*065031*/
      color:#065031;
      font-size:0.8em;
      text-align:center;
      margin-bottom:-25px;
    }
    .footer_content {
      width:99%;
      text-align:center;
      margin:auto;
    }
    .footer a {
      color: #065031;
      text-decoration:underline;
    }
    .footer a:hover {
      text-decoration:underline;
    }
    .footer h1 {
      padding-top:15px;
    }
    .footer ul.sitemap {
      list-style-type:none;
      padding-left:0px;
      margin-top:0px;
      margin-bottom:0px;
    }
    .footer ul.sitemap li {
      display:inline;
      border-right:1px dashed #065031;
      margin:0 5px 0 0;
      padding:0 5px 0 0;
    }
    .footer ul.sitemap li.last {
      border:0;
    }
    .footer .copyright {
      /*float:right;*/
      font-size:1.0em;
    }
    .footer .copyright a {
      text-decoration:none;
    }
    .footer .copyright a:hover {
      text-decoration:underline;
    }

    .footer_oud {
      clear:both;
      background:#fff url('../img/logo_rb.png') bottom right no-repeat;
      padding-top:10px;
      padding-right:10px;
      height:33px;
      text-align:center;
      border-top:solid #016d41 2px;
      border-bottom:solid #016d41 2px;
      opacity:0.03;filter:alpha(opacity=3);zoom:1;
    }

    .blok_footer {
      display:block;
      min-height:10px;
      padding-top:15px;
    }
    .blok_footer a {
      font-weight:bold;
      color:#666;
    }

/*### HOME FRONTPAGE MODULES
#################################################*/

  .frontpage {
    background:#fff;
    padding:20px;
  }
  .frontpage h3 {
    margin-bottom:10px;
    border:none;
  }
  .frontpage h3 a, .frontpage a h3 {
    color:#000;
  }

/*### DEFAULT AND CUSTOM CLASSES
#################################################*/

    .float_left {
      float:left;
    }
    .float_right {
      float:right;
    }

    .reset {
     clear:both;
    }

  .avatar {
    background:#efefef;
    width:80px;
    padding:1px;
    border:solid #ccc 1px;
    margin-right:10px;
  }
  .show_users {
  }
  .show_users .userbox {
  }
  .userbox .naw {
    line-height:20px;
    margin-bottom:10px;
  }
  .userbox .naw a {
    color:#666;
    font-size:.9em;
  }

  .width_150px {
    width:150px;
  }
  
  .bgfff {
    background:#fff;
  }
  .bgfff a h2, .bgfff h2 a {
    color:#000;
  }

  .bg007e3c {
    background:#007e3c;
  }
  .bg319d40 {
    background:#319d40;
  }
  .bg005a30 {
    background:#005a30;
  }
  .bge7e7e7 { /* background forum posts */
    background:#e7e7e7;
  }

  .icon_delete {
  	background:url('http://www.keigroen.nl/application/system/themes/system/img/icon_no.png') left top no-repeat;
  	width:16px;
  	height:16px;
  }


  /*-----Buttons -----*/
  
    .actionbutton {
      font-weight:bold;
    }

  /*-----Table design -----*/

    .lijst {
      width:99%;
    }
    .lijst tr {
    }
    .lijst th, .lijst td {
      padding:5px;
      border:solid #e7e7e7 1px;
      font-size:12px;
      vertical-align:top;
    }
    .lijst th {
      background:#f0f0f0;
      border-bottom:solid #999 2px;
      text-align:left;
    }
    .lijst td {
    }
    .lijst .userinfo {
      width:150px;
    }

    .userprofile {
      width:100%;
    }
    .userprofile th {
      width:180px;
      text-align:left;
      vertical-align:top;
    }
    .userprofile td {
      text-align:left;
    }
    .rij1 {
      background:#f0f0f0;
    }
    .rij2 {
      background:#e7e7e7;
    }


/*### COM:CALENDAR
#################################################*/

  .com_calendar__list {
    padding:10px;
    margin-right:20px;
    list-style:none;
    border-bottom:solid #666 1px;
    overflow:hidden;
  }
  ul.com_calendar__list li {
    color:#000;
  }
  ul.com_calendar__list li.image {
    float:left;
    width:140px;
    min-height:40px;
    padding-right:20px;
  }
  ul.com_calendar__list .title {
    font-size:14px;
    font-weight:bold;
  }
  ul.com_calendar__list .title a {
    color:#000;
  }
  ul.com_calendar__list .date, .calendar_date {
    font-size:14px;
    font-weight:bold;
    color:#666;
  }

/*### COM:FORUM
#################################################*/

.forum_categories td {
  height:50px;
  vertical-align:middle;
}
.forum_posts td {
  height:25px;
  vertical-align:middle;
}
.forum_topic td {
  background:#fcfcfc;
  border:none;
}
.forum_react td {
  background:#f0f0f0;
  border:none;
}


.forum_categories td a, .forum_posts td a {
  font-weight:bold;
  color:#000;
}