body {font-family: Tahoma}
body.page {
  vertical-align: top;
  margin: 4px 0px 0px 2px;
  padding: 0px;
  background:rgb(213,228,212) url(bg.png) repeat-x center top;
}
iframe.nav {
  height: 540px;  /*&&& Navigation Panel's height. To be changed in conjunction with .shadowbox min-height*/
  width: 100%;
}
td.nav {
  min-width: 144px;
}
iframe#kop {
  display: block;
  height: 86px;   /*&&& Height of the head*/
  width: 100%;
}
.update {   /*&&& displays date when last update to website has been made */
  display: block; /* display:none; will hide the update date*/
  height: 14px;
  width: 100%;
}
img#navIMG { height: 1px; width: 160px; } /*&&& width of the Navigation-buttons*/

table {
  vertical-align: top;
  border: 0px;
  cellpadding: 0px;
  cellspacing: 0px;
}
td { vertical-align: top;}

table.page {
  align: center;
  text-align: center;
  width: 90%;
}
img {
  border: 0px;
  display: block;
}
img#DEU      {background-image: url(DEU.png);}     /* To make flags enlarge when mouse hovers */
img#DEU:hover{background-image: url(DEUhover.png);}
img#AFR      {background-image: url(AFR.png);}
img#AFR:hover{background-image: url(AFRhover.png);}
img#ENG      {background-image: url(ENG.png);}
img#ENG:hover{background-image: url(ENGhover.png);}
img.flag {
  background-repeat : no-repeat;
  display: inline;
}
.shadowbox {
  margin: 2px 4px 4px 0px;
  padding: 5px 1px 0px 10px;
  background-color: rgb(212,228,212);
  background-color: rgba(212,228,212,.8);
  min-height: 560px; /*&&&To be changed in conjunction with iframe.navframe height */
  display: block;
     -o-border-radius: 5px;
 -khtml-border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px;
        border-radius: 5px;
     -o-box-shadow: 2px 2px 4px 2px black;
 -khtml-box-shadow: 2px 2px 4px 2px black;
   -moz-box-shadow: 2px 2px 4px 2px black;
-webkit-box-shadow: 2px 2px 4px 2px black;
        box-shadow: 2px 2px 4px 2px black;
}
.outer {
  width:100%;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 0px;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,.4);
  display: block;
     -o-border-radius: 5px;
 -khtml-border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px;
        border-radius: 5px;
     -o-box-shadow: 2px 2px 4px 2px black;
 -khtml-box-shadow: 2px 2px 4px 2px black;
   -moz-box-shadow: 2px 2px 4px 2px black;
-webkit-box-shadow: 2px 2px 4px 2px black;
        box-shadow: 2px 2px 4px 2px black;
  min-width: 920px; /*&&& width of entire page. 790px will ensure that on a 800x600 screen, no horizontal scrollbar will appear*/
}
.fram {
  padding: 0px 0px 0px 0px;
  margin:  0px 0px 0px 0px;
  height: 600px;
  width: 100%;
}