h1,h2,h3,h4,a,body,p,th,td,ul,b,i {
  font-family: Arial, Helvetica, sans-serif;
  color: #505050;
}
body,th,td {
  font-size: 76%;
  max-width:1440px;
}
a {
  cursor: pointer;
  text-decoration: underline;
}
a:link {
  color: #303030;
}
a:visited {
  color: #606060;
}
a:hover,a:active,a.rood {
  color: #EE3439;
}
h1.groot {
  font-size: 120%;
}
h1.inlijn {
  font-size: 120%;
  display: inline;
}
h1 {
  font-size: 110%;
}
h2 {
  font-size: 105%;
}
h3 {
  font-weight: bold;
}
ul {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: disc; 
}
ol {
  color: #505050;
  list-style-type: decimal;
}
dt {
  font-weight: bold;
}
input,button,select,textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  background-color: #e0e0e0;
}
button,a.button {
  color: #000;
  background-color: #e0e0e0;
  border: outset 1px;
  padding: 3px;
  text-decoration: none;
}
a.button:active{
  border: inset 1px;
}
img {
  padding: 2px;
}
img.kop {
  padding: 0;
}
th {
  vertical-align: top;
  font-weight: bold;
  background-color: #E0E0E0;
}
td {
  vertical-align: top;
}
*.midden {
  vertical-align: middle;
}
font {
  font-size: 100%;
}
hr {
  height: 1px;
  color: #bbb;
}
*.accent {
  background-color: #ff5;
}
*.rood {
  color: red;
}
th.klein, td.klein {
  font-size: 67%;
}
*.klein {
  font-size: 90%;
}
*.vet {
  font-weight: bold;
}
body.lijn {
  height:100%;
  border-left: 1px solid #bbb;
}
@media screen{
  .nietopscherm{display : none !important;}
  /* Firefox maakt het te klein, hier vast font gekozen */
  pre,tt {
    font-size: 9pt;
  }
  body {
    margin: 0;
    background-color: #fff;
  }
  div#kop {
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow:hidden;
    position:fixed; top:0; left:0; width:100%; height:58px;
    max-width:1440px;
  }
  div#bg {
    margin: 0;
    padding: 0;
    background-color: #ddd;
    overflow:hidden;
    position:fixed; top:0; left:1440px; width:100%; height:100%;
  }
  div#hoofdmenu {
    padding: 0 0 0 9px;
    background-color: #fff;
    overflow:hidden;
    position:fixed; top:58px; left:0px; width:151px; height:100%;
    z-index: 1;
  }
  div#submenu {
    padding: 0;
    background-color: #fff;
    overflow:hidden;
    position:fixed; top:58px; left:0; width:100%; height:35px;
    max-width:1440px;
  }
  div#content {
    margin-top: 93px;
    margin-left: 160px;
    padding:0 0 18px 0;
    background-color: #fff;
    max-width:1280px;
  }
  #hoofdmenu img {
    padding: 0;
  }
  #hoofdmenu a,#hoofdmenu a:link {
    text-decoration: none;
    font-weight: bold;
    color: #303030;
  }
  #hoofdmenu a:visited {
    color: #505050;
  }
  #hoofdmenu a:hover,a:active {
    text-decoration: underline;
    font-weight: bold;
    color: #ee3439;
  }
  #knop {
    width: 8em;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
  }
  #knop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
  }
  #knop li {
    border-bottom: 4px solid #fff;
    margin: 0;
  }
  #knop li a, #knop li a.link {
    display: block;
    padding: 1px 2px 1px 0.4em;
    border-left: 4px solid #bbb;
    background-color: #fff;
    color: #303030;
    text-decoration: none;
    width: 100%;
  }
  #knop li a:visited {
    color: #505050;
  }
  #knop li a:hover, #knop li a.actief {
    border-left: 4px solid #ee3439;
    background-color: #ddd;
    color: #ee3439;
  }
  #tabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    padding: 6px 5px 5px 165px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  #tabs ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
    overflow:auto;
  } 
  #tabs ul li {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline;
    overflow:auto;
  }
  #tabs ul li a{
    color: #505050;
    text-decoration: none;
    padding: 5px 5px 5px;
    background-color: #eee;
    border: 1px solid #bbb;
  }
  #tabs ul li a.actief {
    color: #EE3439;
    background-color: #fff;
    border-bottom: 1px solid #fff; 
    font-weight: bold;
  }
  li.actief {
    color: #EE3439;
    padding: 2px 5px 5px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff; 
  }
  #tabs ul li a:hover {
    color: #EE3439;
    text-decoration: none;
    background-color: #fff;
  }
  #tabs{
    border-left: 1px solid #fff;
  }
  span#zoek {
    float:right;
    padding: 0;
    vertical-align: top;
    font-size: 90%;
  }
}
@media only screen and (max-device-height:760px) {
  div#footer {
    position:static; bottom:0; left:0; width:100%; height:18px;
    padding: 0;
    font-size: 90%;
    text-align: center;
    background-color: #fff;
    overflow:hidden;
    max-width:1440px;
  }
}
@media only screen and (min-device-height:761px) {
  body>div#footer{
  position:fixed;
  }
  div#footer {
    position:fixed; bottom:0; left:0; width:100%; height:18px;
    padding: 0;
    font-size: 90%;
    text-align: center;
    background-color: #fff;
    overflow:hidden;
    max-width:1440px;
  }
}
@media print {
  body,th,td {font-size: 11pt;}
  h1,h2,h3,h4,body,p,th,td,ul,b,i,pre {color: #000}
  pre {font-size: 80%;font-weight: bold;}
  a,a:link,a:visited,a:hover,a:active,body,p,th,td,ul,b,i {color: #000;text-decoration: none;}
  .nietprinten{display : none !important;}
  #footer,#zoek,#hoofdmenu,#kop,#submenu {display : none;}
}

