body {
    
    margin: 0;
    padding: 0;
    text-align: center;
}


div.body {
    position: relative;
    float: none;
    width: 800px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 20px;
    border: 0;
    text-align: left;
}

div.menu {
    position: absolute;
    top: 200px;
    right: 0;
    width: 180px;   
    margin: 0;
    padding: 0;
    
    Z-index: 10;
}

div.container {
    position: absolute;
    top: 0;
    right: 200px;
    width: 600px;
    
    border: 0;
    margin: 0;
    padding: 0;
    
    Z-index: 10;
}

div.header {
    position: relative;
    float: none;
    width: 580px;
    height: 120px;
    border: 0;
    text-align: right;
    
    margin: 0;
    padding: 0;
    
    Z-index: 10;
}

div.content {
    position: relative;
    float: none;
    width: 580px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    
    margin: 0;
    
    Z-index: 10;
}

div.footer {
    position: relative;
    float: none;
    height: 40px;
    width: 580px;
    margin: 0;
    padding: 0;
    text-align: center;
    
    Z-index: 10;
}

div.browseLijst {
    Z-index: 10;
}

div.fantasy {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 280px;
    background: #FFFFFF url(img/fantasy.jpg) top right no-repeat;
    
    Z-index: 0;
    
}

div.sf {
    position: absolute;
    top: 0;
    left: 0;
    width: 87px;
    height: 120px;
    background: #FFFFFF url(img/sf.jpg) bottom left no-repeat;
    
    Z-index: 0;
    
}

div.informatieblok {
    
}

div.waardering {
    position: relative;
    float: none;
}
