body, p, ol, ul, li, .bulletlist, div, .table { 
	font-family: Verdana;
	font-size : 14pt;
	color : black;
	text-indent: 0px;
	line-height :17pt;
	}

.table {
	border: 0px;
	color: rgb(0, 0, 0);
	width: 15000px;
	}
	
h1 {
   color: navy;
   font-size : 16pt;
   }

/* Header */

TD#header_1 {
    background-color: navy;
    border: 0px;
    }

TD#header_2 {
    background-color: navy;
    border: 0px;
    }

/* Menu 1 column */

TD#menu_1{ 
	vertical-align: top;
	width: 200px;
	padding-top: 16px;
	padding-bottom: 30px; 
	}

TD#menu_1 DIV {
  width: 90%;
  }

TD#menu_1 DIV A{
  color: navy;
  text-decoration: none;
  }

TD#menu_1 DIV A:hover{
  text-decoration: underline;
  }


/* Menu 1, level 1, normal state (NO) */

TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 14pt;
  padding-top: 5px;
  padding-left: 5px;
  }

/* Menu 1, level 1, active state (ACT) */

TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight: bold;
  font-size: 14pt;
  padding-top: 5px;
  padding-left: 5px;
  background-color: #eeeeee;
  filter: alpha(opacity='70', style='0');
  }

TD#menu_1 DIV.menu1-level1-act A{
  color: black;
  }

/* Menu 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 12pt;
  padding-left: 15px;
  }
  
/* Menu 1, level 2, active state (ACT) */

TD#menu_1 DIV.menu1-level2-act{
  font-weight: bold;
  font-size: 12pt;
  padding-left: 15px;
  }

/* Menu 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 14px;
  padding-left: 20px;
  }
  
/* Menu 1, level 3, active state (ACT) */

TD#menu_1 DIV.menu1-level3-act{
  font-weight: bold;
  font-size: 14px;
  padding-left: 20px;
  background-color: #CCC8CC;
  filter: alpha(opacity='70', style='0');
  }

/* Content */
  
TD#content { 
	padding-top: 20px; 
	padding-bottom: 30px;
	vertical-align: top;
	width: 1000px;
	}


/* Footer */

TD#footer {
    background-color: navy;
    color: white;
    font-weight: bold; 
    }
 
/* Plaatsing van de plaatjes */
    
div.image_1 {
  float:left;
  }
  
div.image_2 {
  float:right;
  }
