body            {  margin: 0px; padding-right: 15px;
                   padding-left: 125px; color: #200080;
                   background-color: #585858;
                   font-family: "verdana", "tahoma", "arial"; }
div#fixedBox    {  position: fixed;
                   top: 15px;  left: 0px;
                   width: 100px;    }
div#fixedBox p  {  margin: 0;}

.linktext       {  width: 100px;
                   color: yellow;
                   background-color: black;
                   text-align: right;
                   font-weight: bold;
                   margin-bottom: 15px;
                   font-size: 90%;
                   padding-right: 10px;  }
.lnk            {  display: block;
                   width: 100px;
                   background-color: white;
                   text-align: right;
                   font-size: 80%;
                   padding: 5px; }
.main           {  margin: 10px; background-color: red; overflow: visible;
                   border-left: 1px solid blue; border-right: 1px solid blue}
.inhoud         {  padding-top: 5px;  text-align: justify; background-color: #fff;
                   border-top: 3px double black; border-bottom: 3px double black; margin-top: 15px;
                   font-size: 80%; margin-bottom: 15px}
.head           {  background: white url("logo/bar.png") repeat-y;
                   font-size: 300%; font-weight: 600; color: white;
                   padding-left: 15px; padding-top: 10px; padding-bottom: 10px;
                   border-top: 3px double black;
                   border-bottom: 3px double black; outline-style: solid}
.head1           { background: white;
                   padding: 10px;
                   border-top: 3px double black;
                   border-bottom: 3px double black}
.subhead        {  float: right;
                   font-weight: normal; color: red; font-size: 40%;
                   margin-right: 15px; margin-top: 5px;
                   border-bottom: 1px solid silver; border-top: 1px solid silver; }
.datum          {  font-size: 70%; text-align: center; color: green; }
.tekst          {  padding: 10px; border: 1px solid gray; width: 800px; text-align: justify; background-color: #f0f0f0} 
.tietel         {  background: white url("logo/bar.png") repeat-y;
                   color: white; padding: 10px; text-shadow: 4px 4px 8px blue}
.tt             {  padding-bottom: 15px; padding-top: 15px; padding-left: 50px;
                   padding-right: 50px; margin-top: 10px; margin-bottom: 15px;
                   border-right: 1px solid silver;
                   border-left: 1px solid silver; border-top: 1px dotted silver;
                   width: 700px; text-align: justify; background-color: #f0f0f0 }
td		{ text-align: justify }

@media screen   {
div#fixedbox         {  position: fixed; }
* html               {  overflow-y: hidden; }
* html body          {  overflow-y: auto;
                        height: 100%;
                        padding: 15px;
                        margin-left: 110px;
                        font-size: 100%; 
                        background-color: #585858; }
* html div#fixedBox  {  position: absolute;  }
div#bread         { position: fixed; padding: 10px; background: white; border: 1px solid red; top: 100px; left: 135px}

* html .linktext      { padding-right: 0px; }
}

