html {
height:100%;
}


#boland-dinkytoys {
width : 99%;
height:98%;
}


.main {
border: 1px solid white;
width:100%;
position: relative;
padding: 0;
margin:0;
background-color: black;
}

#maintotal {
height:99%;
border: 0px solid blue;
}

#maintop {
height:11%;
border: 0px solid red;
}

#dtcalogo {
border: 0px solid white;
}

#dtcalogo img {
width:4vw;
}

#maintopheading {
position: absolute;
left: 10vw;
right: 25vw;
top: 0;
border: 0px solid white;
text-align: center;
}


#maintopheading span:first-of-type {
float:left;
} 

#maintopheading span:last-of-type{
float:right;
} 

#searchbox {
text-align: center;
border: 0px solid red;
position: absolute;
left: 80vw;
right: 0;
top: 0;
}

#frames {
width:100%;
height:88%;
border: 0px solid red;
position: relative;
padding: 0;
margin:0;
background-color: black;
padding: 0;
}

#menuframe {
height : 100%;
width: 25%;
}

#plaatjeframe {
height : 90%;
width: 74%;
float: right;
position: absolute;
}

#bottomframe {
height : 10%;
width: 74%;
float: right;
position: absolute;
bottom : 0;
}
