/* stylesheet */

body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

* {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, div, h1, h2, h3, h4, input, p, select, textarea, td {
  color: #606060;
  font-family: arial, sans-serif;
  font-size: 14px;
}
a.button {
  display: inline-block;
  margin: 0;
  padding: 1px 30px;
  border: 3px double #ffffff;
  color: #ffffff;
  background-color: #606060;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
a.button:hover {
  border: 3px double #ffffff;
  background-color: #ff0000;
}
input.rt, td.rt {
  text-align: right;
}
td.ct {
  text-align: center;
}

#tabtable {
  width: 800px;
  margin: 6px auto;
}
  #tabtable td.kopbalk {
    padding: 0 10px;
    border: 2px solid #606060;
    border-radius: 8px;
    font-weight: bold;
    height: 26px;
    vertical-align: middle;
  }
  #tabtable td.kopbalk #datumtijd {
    display: inline-block;
    width: 200px;
    float: right;
    margin-right: 10px;
    text-align: right;
  }
  #tabtable td.tussenbalk {
    padding: 3px;
  }
  #tabtable td.kop {
    border-top: 2px solid #606060;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-right: 2px solid #606060;
    padding: 3px 0 3px 5px;
    cursor: pointer;
    font-weight: bold;
  }
  #tabtable td.bl {
    border-left: 2px solid #606060;
  }
  #tabtable td.slapend {
    background-color: #e2e2e2;
    border-bottom: 2px solid #606060;
  }
  #tabtable td.bb, td.bb {
    border-bottom: 1px solid #606060;
  }
  #tabtable td.br {
    border-right: 2px solid #606060;
  }
  #tabtable td a.submenu {
    display: inline-block;
    padding: 2px 0;
    margin: 7px 20px 0 10px;
    font-weight: bold;
    text-decoration: none;
  }
  #tabtable td a:hover.submenu {
    color: #000000;
  }
  #tabtable td a.actief {
    color: #d0d0d0;
  }
  #tabtable td#tabinhoud {
    border-bottom: 2px solid #606060;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 20px 10px 10px 10px;
    vertical-align: top;
  }
  
  table.overzicht {
    width: 780px;
  }
  table.overzicht td {
    padding: 2px 0 2px 3px;
  }  
  table.overzicht td.overzichtkop {
    background-color: #e2e2e2;
    font-weight: bold;
  }
  table.overzicht td.overzichtkop a {
    display: inline-block; 
    width: 100%; 
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
  }
  table.overzicht tr.grijs, table tr.grijs {
    background-color: #e2e2e2;
  }
  td.bd {
    font-weight: bold;
  }

#inlogscherm {
  position: relative;
  padding: 0px;
  margin: 100px auto;
  width: 390px;
  height: 200px;
  border: 1px solid #606060;
  border-radius: 12px;
  background-color: #e2e2e2;
}
  #inlogscherm h2 {
    width: 220px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 8px 20px;
    float: left;
  }
  #inlogscherm div.label {
    display: inline-block;
    width: 160px;
    margin: 0 0 8px 20px;
    font-size: 12px;
    font-weight: bold;
  }
  #inlogscherm input.tekst {
    width: 140px;
    display: inline;
  }
  #inlogscherm a.verder {
    margin: 10px 0 0 112px;
  }
  #inlogscherm img {
    display: inline-block;
    margin: 14px 0 10px 20px;
  }
  #inlogscherm p {
    display: block;
    width: 350px;
    margin: 20px 0 8px 20px;
    float: left;
  }
  
  
div.afbreken {
  display: inline-block;
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis;
}
