html,
body
{
/* get rid of superfluous scrollbars in xPloder due to doctype declaration */
   overflow-x: hidden; 
   overflow-y: hidden;
}

body {
   color: white;
   margin: 0px;
   margin-left: 530px;
   margin-top: 60px;
   overflow: hidden;
}

iframe#inhoud {
   border: none;
   position: absolute;
   left: 0px;
   top: 130px;
   width: 520px;
   height: 285px;
   z-index: 10;
}

iframe#toc {
   border: none;
   position: absolute;
   left: 0px;
   top: 415px;
   width: 700px;
   height: 25px;
   z-index: 10;
}

hr {
   float: left;
   width: 140px;
}

a {   /* Opera needs this for 'scrollList()' to work */
   display:block;
}

a.author {
   color: #ffffff;
   margin-left: 10px;
}

a.author:hover {
   background-color: #ffffff;
   color: #009933;
   margin-left: 0px;
   padding-left: 10px;
}

span.author
{
   color: #ffff33;
}

span.info {
   font-style: italic;
}

span.title
{
   color: #ffff33;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
}

div.separator
{
   border:1px inset #ffffff;
   margin: 2em auto;
   height: 1px;
   width: 75%;
}

#grafixWrapper {
   background-color: #330066;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 520px;
   height: 150px;
}

#archiefHeader {
   position: absolute;
   right: 25px;
   top: 15px;
}

#streep {
   position: fixed;
   left: 520px;
   top: 8px;
   z-index: 20;
}

#archiefCloser {
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 10;
}

#station {
   position: absolute;
   left: 83px;
   top: 7px;
}

#lijst {
   overflow: auto;
   overflow-x: hidden;     /* prevent focus-ring from forcing hor scrollbar */
   height: 355px;
}

#poemorgsContainer {
   margin-left: 10px;
}

#stretcher {
   height: 250px;
}
