
body 
{
  margin: 0px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}




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#menu div.knop
{
  border: none;
  float: left;
  width: 100%;
  background: url('images/knop.gif'); 100% 0% no-repeat;
  cursor: pointer;
  padding-bottom: 2px;
}

td#menu div.knop span
{
  color: white;
  font-weight: bold;
  padding-left: 30px;
  line-height: 27px;
}








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;
  }
    
  .roostercontainer a
  {
    text-decoration: none;
  }
  
  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;
}
