  

      body {
        background-color:#F2F3FB ;
        font-family: arial, verdana, Courier, monospace ;
        overflow: hidden;
      }
      
      #content-BG {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
      }
      
      #LogoDraak {
        position: absolute;
        top: 19px;
        left: 75px;
        width: 217px;
        height: 75px;
      }
      
      #LogoPythius {
        position: absolute;
        top: 38px;
        left: 100%;
        margin-left: -398px;
        width: 348px;
        height: 64px;
        background-image: url(img/Pythius2.png);
        background-repeat: no-repeat;
      }
      
      #Menu {
        position: absolute;
        top: 121px;
        left: 27px;
        width: 186px;
      }
        
      .MenuBtn {
        position: absolute;
        left: 5px;
        width: 150px;
        height: 26px;
        text-align: right;
        padding-top: 5px;
        color: white;
        font-weight: bold;
        font-size: 14px;
        background-image: url(img/knop.png);
        background-repeat: no-repeat;
        cursor: pointer;
      }
      
      #MenuPointer {
        position: absolute;
        top: 0px;
        left: 100%;
        height: 20px;
        width: 28px;
        margin-left: -29px;
        padding-top: 6px;
        color: white;
        font-weight: bold;
        font-size: 14px;
        background-color:#1010A4 ;
      }
        
      #ContentHolder {
        position: absolute;
        left: 214px;
        top: 121px;
        width: 100%;
        height: 596px;
        overflow: hidden;
      }
      
      #Content {
        position: absolute;
        top: 53px;
        left: 4%;
        width: 93%;
        height: 100%;
      }
      
      .ContentPane {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        color:#1010A4 ;
      }
            
      #cHorBarDik {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 26px;
        width: 100%;
        overflow: hidden;
      }
      
      
      
            #popUp {
        position: absolute;
        top: 20px;
        left: 120px;
        cursor: pointer;
      }
      
      table { border-collapse: collapse; border: 0px; }
      td    { border: 0px }
      
      #popUpBG {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 452px;
        height: 322px;
        color: white;
        background-color: #1010A4;
      }
      
      #popUpTL {
        width: 20px;
        height: 20px;
        background-image: url(img/popup/TopLeft.png);
        background-position: bottom right;
        background-repeat: no-repeat;
      }
      
      #popUpTR {
        width: 20px;
        height: 20px;
        background-image: url(img/popup/TopRight.png);
        background-position: bottom left;
        background-repeat: no-repeat;
      }
      
      #popUpDL {
        width: 20px;
        height: 20px;
        background-image: url(img/popup/DownLeft.png);
        background-position: top right;
        background-repeat: no-repeat;
      }
      
      #popUpDR {
        width: 20px;
        height: 20px;
        background-image: url(img/popup/DownRight.png);
        background-position: top left;
        background-repeat: no-repeat;
      }
      
      #popUpTop {
        height: 20px;
        background-image: url(img/popup/Hor.png);
        background-position: bottom;
        background-repeat: repeat-x;
        color: red;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
      }
        
      #popUpDown {
        height: 20px;
        background-image: url(img/popup/Hor.png);
        background-position: top;
        background-repeat: repeat-x;
      }
        
      #popUpLeft {
        width: 20px;
        background-image: url(img/popup/Vert.png);
        background-position: right;
        background-repeat: repeat-y;
      }
        
      #popUpRight {
        width: 20px;
        background-image: url(img/popup/Vert.png);
        background-position: left;
        background-repeat: repeat-y;
      }
        
      #popUpContent {
        width: 400px;
        height: 276px;
        background-color: white;
        color: black;
        font-size: 12px;
      }
      


      
