body {
  margin: 0px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}


a img {
  border: none;
  margin-bottom: 1px;
}



table#root {
  border: solid 1px black;
  border-collapse: collapse;
  width: 1000px;
}

td#header {
  height: 80px; 
  background-image: url('images/topbalk.gif');
  background-position: top right;
  background-repeat: no-repeat;
  background-color: rgb(83,108,164);
}

td#content {
  padding: 10px;
  background-color: rgb(230, 230, 230);
}

td#menu {
  width: 180px;
  vertical-align: top;
  background-color: rgb(71, 93, 144);
 
}

td#tweedebalk 
{
  color: rgb(255,255,255);
  font-size: 10px;
  height: 20px;
  background-image: url('images/tweedebalk.gif');
}

td#linkerfooter 
{
  background-color: rgb(71, 93, 144);
}

td#footer {
  height: 35px;
  color: white;
  font-size: 10px;
  text-align: left;
  background-image: url('images/onderbalk.gif');
  background-position: top right;
  background-repeat: no-repeat;
  background-color: rgb(108,138,204);
}

td {
  font-family: Arial;
  vertical-align: top;
  font-size: 12px;
  
}

th {
  font-family: Arial;
  border: none;
  background-color: rgb(230, 230, 230);
  padding: 0px;
  font-weight: normal;
  vertical-align: top;
  font-size: 12px;
}

  th.left {
    text-align: right;
  }
  
table.roostercontainer TD {
  vertical-align: top;
  border: none;
}


table.roosterdeel {
  border: solid 1px black;
  border-bottom: solid 1px black;
  border-right:  solid 1px black;
  border-collapse: collapse;
}

table.roosterdeel td {
  background-color: white;
  border: solid 1px black;
  width: 120px;
  height: 57px;
}

  table.roosterdeel td:hover {
    background-color: rgb(66,152,233);
    cursor: default;
  }

  table.roosterdeel td:hover table.container td {
    background-color: transparent;
    color: white;
  }
  
  TABLE.container {
    width: 100%;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
  }
  
  TABLE.container TD {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
  }
  
  TD.pic {
    width: 20px;
    height: 20px;
    text-align: right;
    background-color: transparent;
  }
  
  TD.informatie {
    background-image: url('images/informatie.gif');
    background-position: 100% 0%;
    background-repeat: no-repeat;
  }
  
  TD.leerlinglijst {
    background-image: url('images/leerlinglijst.gif');
    background-position: 100% 0%;
    background-repeat: no-repeat;
  }

  TD.wijziging {
    background-image: url('images/tijd.gif');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  TD.vrij {
    background-image: url('images/vrij.gif');
    background-position: 0% 0%;
  }
  TD.vervallen
  {
    background-image: url('images/vervallen.gif');
    background-position: 0% 0%;
  }
  
  TABLE.container:hover {
    color: rgb(255,255,255);
  }
  
  TABLE.container TD:hover {
    cursor: default;
  }

  H1 {
    font-size:  20px;
    font-family:  impact;
    font-weight: normal;
    padding: 0px; 
    margin: 0px;
    color: rgb(71, 93, 144);
    border-bottom: Solid 1px rgb(71, 93, 144);
    width: 75%;
    margin-bottom: 5px;
    padding-left: 5px;
  }
  
  
  H2 {
    font-size:  12px;
    font-family:  Arial;
    font-weight: normal;
    padding: 0px; 
    margin: 0px;
    color: rgb(50, 50, 50);
  }
  
  H3 {
  
  }

  P {
    font-size: 12px;
    width: 40em;
    line-height: 1.6em;
  }

OPTION {
  padding-left: 5px;
  margin-right: 10px;
}

FIELDSET {
  border: solid 1px Black;
  padding: 10px;
  width: 400px;
}

.weergavetabel
{
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.actief
{
  padding: 2px;
  background-color: rgb(255,255,255);
}

div.les
{
  background-color: rgb(255,255,255);
}

div.toets
{
  background-color: rgb(66,152,233);
}

div.reeelraster
{
  background-color: rgb(230, 230, 230); 
  margin: 0px; 
  padding: 0px; 
}

span.nobr
{
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}