body {
   margin : 0px;
   padding : 0px;
   font-family : arial, verdana, helvetica;
   font-size : 13px;
   font-weight : 500;
   color : #535353;
   background-color : #ffffff;
   }

.lijn {
   position : absolute;
   top : 5px;
   right : 5px;
   }

.logo {
   position : absolute;
   top : 5px;
   left : 5px;
   border : 0 none ;
   }

.margin {
   padding : 0px;
   color : #535353;
   background-color : #f3f3f3;
   position : absolute;
   top : 120px;
   left : 15px;
   width : 200px;
   border : 1px dashed #777;
   }

.menu {
   padding : 20px 8px 0px 8px;
   text-align : left;
   font-size : 14px;
   }

.sub_menu {
   padding : 0px 0px 0px 50px;
   text-align : left;
   font-size : 12px;
   line-height : 18px;
   }

.nav {
   padding : 0px;
   color : #535353;
   background-color : #f3f3f3;
   position : absolute;
   text-align : right;
   top : 20px;
   right : 6px;
   line-height : 20px;
   border : 1px dashed #777;
   font-size : 11px;
   width : 400px;
   }

.content {
   padding : 0px 10px;
   margin : 45px 10px 5px 230px;
   }

.trans {
   background-color : transparent;
   color : #535353;
   font-family : arial, verdana, helvetica;
   }

.menu a:link , .menu a:visited, .sub_menu a:link , .sub_menu a:visited, .nav a:link , .nav a:visited {
   background-color : transparent;
   color : #535353;
   text-decoration : none;
   font-weight : 800;
   font-family : arial, verdana, helvetica;
   }

.menu a.inv:link , .menu a.inv:visited, .sub_menu a.inv:link , .sub_menu a.inv:visited, .nav a.inv:link ,
.nav a.inv:visited, .menu a:hover, .menu a:active, .sub_menu a:hover, .sub_menu a:active, .nav a:hover, .nav a:active {
   background-color : #535353;
   color : #f3f3f3;
   }

a:active {
   font-style : italic;
   }
   
.counter , .printer {
   display : none;
   }

.pic, .picl, .picr {
    margin : 5px 5px 5px 10px;
    border : 0 none ;
    }

.picr {
    float : right;
    clear : right;
    }

.picl {
    float : left;
    clear : left;
    }

.data td, .data th {
    font-family : arial, verdana, helvetica;
    font-size : 11px;
    font-weight : 500;
    color : #535353;
    }
    
.footer {
    padding : 150px 20% 0px 0px;
    }

.data th{
    font-weight : 900;
    }

h1 , h2 , h3 , h4 , h5 , h6 {
   font-family : arial, verdana, helvetica;
   font-style : italic;
   color : #535353;
   background-color : transparent;
   font-weight : 900;
   }

h1 {
   font-size : 20px;
   }
   
h2 {
   font-size : 16px;
   }
   
h3 {
   font-size : 13px;
   }
   
h4 {
   font-size : 12px;
   }
   
h5 {
   font-size : 11px;
   }
   
h6 {
   font-size : 10px;
   }