body {
    overflow: auto;
}

body, html {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

#inhoud {
    left: 0px;
    position: relative;
    top: 0px;
    width: 766px;
}

#kop {
    height: 70px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 766px;
}

#menu {
    height: 60px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 766px;    
}

#site {
    height: 100%;
    left: 50%;
    margin: 0px 0px 0px -383px;
    min-height: 100%;
    position: absolute;
    top: 0px;
    width: 766px;
}

#tip {
    height: 222px;
    left: 25%;
    margin: 0px;
    position: absolute;
    width: 269px;
    top: 25%;
    z-index: 1;
}

#tipinhoud {
    height: 200px;
    left: 0px;
    margin: 0px;
    position: absolute;
    width: 267px;
    top: 0px;
    z-index: 2;
}

#tipvoet {
    height: 20px;
    left: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
    width: 267px;
    top: 200px;
    z-index: 2;
}

#voet {
    height: 20px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 766px;
}