#linkerkop{
position: absolute;
top: 0px;
left:0px;
height: 80px;
width:99%;
border-bottom:#996633 dotted thin;
}
/*-- infotekst pagina titel */
#top_pagtitel {
position: absolute;
top: 0px;
left:5px;
height: 25px;
width:260px;
border: 0px solid green;
}
/*-- infotekst autheur  */
#top_midden {
position: absolute;
top: 25px;
left:5px;
height: 30px;
width:300px;
border: 0px solid green;
}
/*-- infotekst verhaal titel */
#top_verhaal_titel {
position: absolute;
top: 50px;
left:5px;
height: 25px;
width:380px;
border: 0px solid white;
}
/*-- infotekst pagina nummer */
#top_pagno {
position: absolute;
top: 80px;
right:1px;
height: 20px;
width:80px;
}

#main {
position: absolute;
top: 100px;
right: 25px;
width:80%;
padding-left:3px;
padding-right:3px;
overflow:auto;
border: 0px solid white;
}
#mainguest {
position: absolute;
top: 50px;
bottom:120px;
width:80%;
padding-left:3px;
padding-right:3px;
overflow:auto;
border: 0px solid white;
}
#footer{
position:absolute;
bottom:0px;
height:100px;
border :5px;
width:100%;
}

/*kop boven lijst van schrijvers*/
#navigatie_schrijver {
position: absolute;
top: 110px;
left:5px;
height: 30px;
width:120px;
border: 0px solid white;
}
/*-- menu container voor selectie uit de auteurs */
#navigatie_L{
position: absolute;
top: 150px;
left: 5px; 
width: 120px;
/*randje om het menu*/
border: 0px solid blue;
}

/*-- infotekst keuzelijst van verhalen van schriver*/
#top_right {
position: absolute;
top: 0px;
right:385px;
height: 75px;
width:65px;

}

/*-- menu container voor selectie uitverhalen van de schrijvers */
#navigatie_V{
position: absolute;
top: 0px;
right: 0px;
width: 385px;
height:80px;
overflow: auto;
/*randje om het menu*/
border: 0px solid yellow;
}

/*-- menu container voor selectie uit de pagina's */
#navP{
position: absolute;
top: 120px;
right: 10px; 
_right: 1px; 
width: 10px;
/*randje om het menu*/
border: 0px solid blue;
/* zie ook P menu styling in navigatie.css*/