html, body
{
    padding: 0px;
    margin: 0px;
    height: 100%;
}

html
{
    overflow: scroll;
    overflow-x: auto;
}

body
{
    text-align: center;
    width: 100%;
    behavior:url("/css/csshover.htc");
}

div#container
{
    background: #ffffff;
    position: relative;
    width: 716px;
    margin: 0 auto;
    text-align: left;
    min-height: 100%;
    height: auto !important; /* voor overige browsers */
    height: 100%; /* voor IE */
}

div#header
{
    position: relative;
    margin-top: 22px;
    height: 127px;
    width: 100%;
}

div#subheader
{
    position: relative;
    height: 162px;
    width: 100%;
}

div#content_container
{
    position: relative;
    width: 100%;    
}

div#content
{
    position: relative;
    margin-left: 155px;
    margin-right: 90px;
    width: auto;
}

div#footer
{
    position: relative;
    margin-left: 491px;
    width: 226px;
    height: 226px;
    background: #ffffff url('/siteimg/contact_bg.gif') no-repeat;

    padding-top: 42px;
    padding-left: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #84C231;
    line-height: 1.8em;
}

div#footer.right
{
    position: absolute;
    top: 0px;
}

div#footer .header
{
    line-height: 2.2em;
}


div#logo
{
    position: absolute;
    bottom: 0px;
}

div#menu
{
    position: absolute;
    top: 20px;
    left: 150px;
}

div#menu a
{
    background: no-repeat 0px 0px;
}
div#menu a:hover
{
    background-position: 0px -30px;
}

div#menu a.home{ background-image: url('/siteimg/menuitems/communicatie.png');}
div#menu a.profiel{ background-image: url('/siteimg/menuitems/profiel.png');}
div#menu a.tarieven{ background-image: url('/siteimg/menuitems/tarieven.png');}
div#menu a.tekstproducties{ background-image: url('/siteimg/menuitems/tekstproducties.png');}
div#menu a.ervaring{ background-image: url('/siteimg/menuitems/ervaring.png');}
div#menu a.contact{ background-image: url('/siteimg/menuitems/contact.png');}


