/* CSS Document */

#contents{
position:relative;

margin-top:10px;
width:800px;
height:600px;
background-image:url(images/gallery-onderdelen/bg-wit.gif);
background-position:left top;
background-repeat:repeat-x;
}

#vitrine{
position:absolute;
left:0px;
top:146px;

height:233px;
width:800px;
overflow:auto;

background-color:#CCCCCC;
}

#titel{
position:absolute;
left:67px;
top:78px;
width:280px;
height:30px;

background-image:url(images/gallery-onderdelen/HM_logo.gif);
background-repeat:no-repeat;
background-position:left top;
}
#homebutton{
position:absolute;
top:485px;
left:58px;
height:20px;
width:auto;
overflow:visible;
text-align:left;
line-height:20px;

}

#paginaIndex{
position:absolute;
top:125px;
right:70px;
height:20px;
width:auto;
text-align:right;
line-height:20px;
}

#thumbnail{
position:absolute;
top:0px;
width:auto;

margin-right:20px;
padding-top:30px;
background-color:transparent;

font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:12px;
text-align:center;
}

#paginanummers{
position:absolute;
top:100px;
right:40px;
text-align:right;

}