html{
height: 100%;
overflow: hidden;
}

body {
height: 100%;
overflow: hidden;
margin : 0px;
padding-top : 0px;
font-family: Arial, Helvetica, sans-serif;
background-color: #fdfffd;
behavior:url("csshover.htc");
}

#centeredcontent {
width: 780px;
height: 570px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -390px; 
margin-top: -280px; 
overflow: auto;
}

#webwinkel {
height: 48px;
width: 280px;
float:left;
background-image: url(Webwinkel.jpg);
background-repeat: no-repeat;
cursor: pointer;
}
#webwinkel:hover {
background-image: url(Webwinkel1.jpg);
}

#personeel {
height: 48px;
width: 250px;
float:right;
background-image: url(Personeel.jpg);
background-repeat: no-repeat;
cursor: pointer;
}
#personeel:hover {
background-image: url(Personeel1.jpg);
}

#depots {
height: 48px;
width: 200px;
float:right;
padding-right: 20px;
background-image: url(Depots.jpg);
background-repeat: no-repeat;
cursor: pointer;
}
#depots:hover {
background-image: url(Depots1.jpg);
}

#terug {
height: 48px;
width: 200px;
float:left;
background-image: url(Terug.jpg);
background-repeat: no-repeat;
cursor: pointer;
}
#terug:hover {
background-image: url(Terug1.jpg);
}

#buttonholder {
height: 48px;
width: 780px;
float:left;
}

#terugholder {
height: 48px;
width: 780px;
float:left;
display: none;
}

#bijenhuis {
height: 388px;
width: 780px;
float:left;
background-image: url(Bijenhuis.jpg);
background-repeat: no-repeat;
cursor: pointer;
}

#tour {
height: 454px;
width: 770px;
float:left;
display: none;
border: 1px solid black;
}

#pers {
height: 454px;
width: 770px;
float:left;
display: none;
border: 1px solid black;
}

#dep {
height: 454px;
width: 770px;
float:left;
display: none;
border: 1px solid black;
}

#info{
font-family: Arial, Helvetica, sans-serif;
height: 114px;
width: 780px;
float:left;
text-align: center;
}

#nbv {
height:100%;
width:170px;
float:right;
margin: 0px;
padding-top : 0px;
background-image: url(NBV.jpg);
background-position: bottom right;
background-repeat: no-repeat;
background-attachment: fixed;
cursor: pointer;
z-index: -1;
}


#naw{
font-family: Arial, Helvetica, sans-serif;
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
white-space:nowrap;
position:absolute;
bottom:1px; 

margin: 0px;



}



#cover {
height:100%;
width: 170px;
margin: 0px;
float: right;
right: 0px;
bottom: 176px;
position: absolute;
}

#bar {
height:10px;
width:100%;
top: 45%;
position: absolute;
margin: 0px;
background-color: #c1c1d5;
z-index: -1;
}

#top {
height:45%;
width:100%;
position: absolute;
margin: 0px;
background-color: #ffffe0;
z-index: -1;
}

