body            {  margin: 0px;
                   padding-left: 120px; padding-top: 10px; padding-right: 15px;
                   color: #e0e0e0;
                   background-color: black;
                   font-family: "verdana", "tahoma", "arial"; }
div#fixedBox    {  position: fixed;
                   top: 15px;  left: 0px;
                   width: 100px;    }
div#fixedBox p  {  margin: 0;}
a:link   {color: #c0c0ff}
a:hover {color: red}
td { text-align: justify; border: 1px solid blue; padding: 10px; background-color: #000020 }
a { font-weight: bold }
img {border-top: 2px solid white; border-left: 2px solid white; border-bottom: 1px solid white; border-right: 1px solid white}
.linktext       {  width: 100px;
                   color: yellow;
                   background-color: black;
                   text-align: right;
                   font-weight: bold;
                   margin-bottom: 15px;
                   font-size: 90%;
                   padding-right: 10px; border: 1px solid red }
.lnk            {  display: block;
                   width: 100px;
                   text-align: right;
                   font-size: 80%;
                   padding: 5px; }
.main           {  margin-top: 5px; overflow: visible; z-index: 1 ;}
.inhoud         {  padding: 25px; padding-top: 5px;  text-align: justify; font-size: 80%; background-color: #202020; }
.head           {  background: #202020 url("/model/bar.png") repeat-y;
                   font-size: 200%; font-weight: 600; color: #e0e0e0;
                   padding: 10px; padding-top: 30px;
                   border-top: 3px double gray;
                   border-bottom: 3px double gray; }
.subhead        {  float: right;
                   font-weight: normal; color: red; font-size: 60%; font-weight: bold;
                   margin-right: 15px; margin-top: -15px;
                   border-bottom: 1px solid silver; border-top: 1px solid silver; }
.datum          {  font-size: 90%; text-align: center; color: yellow; }
.tekst          {  padding-bottom: 20px; padding-top: 10px; }
.tietel         {  background: #202020 url("/model/bar.png") repeat-y;
                   color: #e0e0e0; padding: 10px; z-index: +1; }
span.shadow { top: 1px;	left: -2px;	color: red; }
.highContrast { display: block; height: 1em; filter: Shadow(Color=red, Direction=135, Strength=5) }
html>body .highContrast {position: relative; color: #e0e0e0; display: block}
.highContrast span {	position: relative;}
span.shadow {position: absolute;}

@media screen   {
div#fixedbox         {  position: fixed; }
div#bread         {  position: fixed; border: 1px solid red; padding: 10px; font-size: 80%; background: black; z-index: 2; top: 15px; left: 120px}
* html               {  overflow-y: hidden; }
* html body          {  overflow-y: auto;
                        height: 100%;
                        padding: 15px;
                        margin-left: 105px;
                        font-size: 100%; 
                        background-color: #202020; }
* html div#fixedBox  {  position: absolute;  }
* html div#bread {position: absolute; top: 100px; left: 120px; z-index: 2 }
* html .linktext      { padding-right: 0px; font-size: 80%}
}

