body            {  margin: 0px;
                   padding-left: 120px; padding-top: 10px; padding-right: 15px;
                   color: #200080;
                   background-color: #cccccc;
                   font-family: "verdana", "tahoma", "arial"; }
div#fixedBox    {  position: fixed;
                   top: 15px;  left: 0px;
                   width: 100px;    }
div#fixedBox p  {  margin: 0;}
td { text-align: justify; background-color: #eee; padding: 10px; border: 1px solid red}
a:hover {color: red}
a { font-weight: bold }
.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; border-left: none }
.lnk            {  display: block;
                   width: 100px;
                   background-color: white;
                   text-align: right;
                   font-size: 80%;
                   padding: 5px; }
.main           {  margin-top: 5px; background-color: #fff; overflow: visible;
                   z-index: 1;}
.inhoud         {  padding: 25px; text-align: justify; font-size: 80%}
.head           {  background: white url("/logo/bar.png") repeat-y;
                   font-size: 200%; font-weight: 600; color: yellow; 
                   padding: 10px; padding-top: 30px; 
                   border-top: 3px double black;
                   border-bottom: 3px double black}
.subhead        {  float: right;
                   font-weight: normal; color: red; font-size: 60%;
                   margin-right: 15px; margin-top: -15px;
                   border-bottom: 1px solid silver; border-top: 1px solid silver; }
.datum          {  font-size: 90%; text-align: center; color: green; }
.tekst          {  padding-bottom: 20px; padding-top: 10px; }
.tietel         {  background: white url("/logo/bar.png") repeat-y;
                   color: yellow; padding: 10px;}
span.shadow { top: 3px;	left: -2px;	color: #000; }
.highContrast { display: block; height: 1em; filter: Shadow(Color=#000000, Direction=135, Strength=5) }
html>body .highContrast {position: relative; color: yellow; display: block}
.highContrast span {	position: relative;}
span.shadow {position: absolute;}	
.tab { width: 850; margin-left: 200px}

@media screen   {
div#fixedbox         {  position: fixed; }
div#bread         { position: fixed; padding: 10px; font-size: 80%; background: white; border: 1px solid red; 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: #cccccc; }
* html div#fixedBox  {  position: absolute;  }
* html div#bread {position: absolute; top: 15px; left: 120px;}
* html .linktext      { padding-right: 0px; font-size: 80%}
}
