@charset "UTF-8";
/* CSS Document */

html, body { 
    height:         100%;
    margin:         0px;
    padding:         0px;
    width:             100%;
}

div#body_container {
    height:         100%;
    width:             100%;
}


div#site_container_aligner {
    width:             939px;
    margin:         auto auto;
}

div#site_container {
    width:            929px;
    float:             left;
    margin:         auto auto;
}

div#header_container {
    width:             100%;
    position:         relative;
}

div#content_container {
    float:             right;
    position:         relative;
    width:             100%;
}



td.jk_telefoon_textfield
{
    width: 143px !important;
    padding-left: 15px;
    background-image: url('../img/icoon_telefoon.png');
    background-repeat: no-repeat;
    background-position: center left;
}

td.jk_mail_image
{
    width: 51px !important;
    background-image: url('../img/icoon_mail.png');
    background-repeat: no-repeat;
    background-position: center left;
}

td.jk_mail_textfield
{
    padding-left: 8px;
}
