/* <style> */

/* hoogte van de tabs */
div.TabForm div.Tabs {
  height: 24px;
  overflow: hidden; }

/* uitzicht tabs */
div.TabForm div.Tabs a {
  float: left;
  display: block;
  width: 20px;
  text-align: center;
  height: 24px;
  line-height: 28px;
  vertical-align: middle;
  background: url('tab2.gif') no-repeat -2px -1px;
  text-decoration: none;
/*  font-family: Verdana, Serif;
  font-weight: 900;
  font-size: 13px;
  color: #382574; }
*/
/* uitzicht tabs bij muisover */
div.TabForm div.Tabs a:hover {
  background: url('tab1.gif') no-repeat -2px -1px; }

/* uitzicht actieve tab */
div.TabForm div.Tabs a.Active {
  background: url('tab0.gif') no-repeat -2px -1px; }

/* uitzicht pagina's */
div.TabForm div.Paginas {
  clear: both;
  overflow: hidden;
/*  font-family: Verdana, Serif;
  font-size: 12px;
  background-color: #FFFFFF; }
*/
/* hieronder niets wijzigen */  
div.TabForm div.Paginas div.Pagina {
  height: 100%;
  padding: 0px;
  overflow: hidden; }

div.TabForm div.Paginas div.Pagina div.Pad {
  padding: 3px 5px; }

