#indexmain {
    position:relative;
    left: 0;
    width: 960px;
    max-height:1000px;
    background-color: #FFFFFF;
}


#search {
    float: left;
    width: 31%;
    max-height:600px;
    overflow:hidden;
    background-color: #FFFFFF;
    padding:5px;
}

#searchbox {
    background-color: #c962c1;
    padding-left: 1em;
    margin-bottom: 5em;
}

#searchboxalles {
    padding: 0 6px 0 6px;
}
#searchboxafbeeldingen {
    padding: 0 6px 0 6px;
}
#searchboxboeken {
    padding: 0 6px 0 6px;
}
#searchboxartikelen {
    padding: 0 6px 0 6px;
}
#searchboxvideo {
    padding: 0 6px 0 2px;
}



#qrytextbox {
    position:relative;
    top:0px;
}

#searchsubmit{
    position:relative;
    top:6px;
}

#browsebox {
    background-color: #c962c1;
    color: #FFFFFF;
}
#categories {
    background-color: #c962c1;
    color: #FFFFFF;
    min-height:200px;
    padding-left:1em;
}
#categories ul {
    list-style-type: none;
}


#present {
    float:left;
    width: 65%;
    max-height:550px;
    overflow:hidden;
    background-color: #FFFFFF;
}
#presentationbox {
    background-color: #e7e7e8;
}
#image1 {
    position:relative;
    top: 10px;
    left: 10px;
    z-index: 1;
}
#image2 {
    position:relative;
    top: -180px;
    left: 300px;
    z-index: 4;
}
#image3 {
    position:relative;
    top: -300px;
    left: 150px;
    z-index: 3;
}
#image4 {
    position:relative;
    top: -420px;
    left: 300px;
    z-index: 2;
}
#image5 {
    position:relative;
    top: -550px;
    left: 20px;
    z-index: 5;
}


    