* { margin: 0px; padding: 0px; }

.box1 { position: relative;
        top: 0px; left: 5px;
        width: 1000px; height: 30px;
        background-image:url(bgd02.png);
        z-index: 200;
        border: #C0C0C0 0px solid;
        }

.box2 { position: relative;
        top: 10px; left: 5px;
        width: 200px; height: 800px;
        background-color: white;
        z-index: 200;
        border: #C0C0C0 0px solid;
        }

.box3 { position: absolute;
        top: 0px; left: 210px;
        width: 795px; height: 800px;
        background-color: white;
        z-index: 200;
        border: #C0C0C0 0px solid;
        }

.zoekbox { position: absolute;
        top: 0px; left: 780px;
        width: 220px; height: 22px;
        background-image:url(../bgd02.png);
        z-index: 400;
        }
