/* CSS Document */

      #header {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 448px;
        height: 100px;
        top: 0px;
        left: 0px;
		overflow: hidden;
		float: right;
      }
      #main {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 448px;
        top: 100px;
        left: 0px;
		overflow: auto;
		float: right;
      }
      #plaatje {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 163px;
		top: 0px;
        left: 448px;
		height: 159px;
		overflow: hidden;
      }
  	  #acties {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 163px;
		height: 202px;
		top: 159px;
        left: 448px;
		overflow: hidden;
      }
	  #left {
	  	display: none;
      }
      #footer {
		display: none;
      }
	  #info {
		display: none;
      }
	  .leesverder {
		display: none;
	  }
