html, body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
body
{
    behavior: url("/rc/js/csshover.htc");
}

div#body_container
{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    text-align: left;
    
}

div#container
{
   position: relative;
   height: 100%;
   width: 679px;                /* <-- Breedte   */
   /*margin: 0 auto;*/
   text-align: left;
   margin-left: 160px;
}

div#header
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 223px;              /* <-- Hoogte header   */
}

div#header_logo
{
    width: 160px;
    height: 230px;
    position: absolute;
    top: 0px;
    left: 0px;
}

div#footer
{
    position: relative;
    width: 100%;
    height: 49px;               /* <-- Hoogte Footer   */
}

div#content_container
{
    min-height: 100% !important;  
    height: auto !important;
    height: 100%;
    margin-bottom: -49px;       /* <--  -Hoogte Footer   */
}

div#content
{
    border-top: 223px solid transparent;   /* <--  Hoogte Header   */ 
    margin-bottom: 49px;        /* <--  Hoogte Footer   */ 
    /*padding: 10px;*/
}



