/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 13px;
/*        font-variant: small-caps; */
/*       font-weight: 700; */
}
H1 {
  font-size: 17px;
  font-color: navy;
  margin: 10px 10px 5px 5px;
}
H2 {
  font-size: 15px;
  font-color: navy;
  margin: 0px 10px 5px 0px;
}
P {margin: 0px 0px 5px 0px;}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}










/* titelbalk */
TD#header {
  background: url(../images/titel_achtergrondzom.jpg);
  background-repeat: repeat-x;
}

/* voetnoot */
TD#footer {
        border-top: dotted 1px #999999;
        border-bottom: dotted 1px #999999;
}
TD#footer P {
	font-size: 10px;
	text-align: center;
        padding-top: 2px;
}

/* Normal Content column  */
TD#colNormal {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
        padding-bottom:  15px;
	vertical-align: top; 
	width: 400px;
}

/* Right Content column */
TD#colRight {
   padding-left: 5px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom:  15px;
  vertical-align: top;
  width: 200px;
}
TD#colRight H1 { font-size: 13px; }
TD#colRight P { font-size: 11px; }



/* Menu 1 column algemene styles*/
TD#menu_1 DIV {	
        width: 160px;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
        vertical-align: top
	position:absolute;
	top:0;
	left:0;
}
TD#menu_1 DIV  A {
  	height: 20px;
	width: 152px;
	display: block;
	font-family: times, serif;
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 0 0 8px;
}

/* Menu 1 Niveau 1 Normaal */

TD#menu_1 DIV.menu1-level1-no A:link {
	background: url(../images/wegwijzer_norm.gif) 0px 0;
	background-repeat: no-repeat;
}
TD#menu_1 DIV.menu1-level1-no A:active {
	background: url(../images/wegwijzer_licht.gif) 0px 0;
	background-repeat: no-repeat;
}
TD#menu_1 DIV.menu1-level1-no A:visited {
	color: navy;
	background: url(../images/wegwijzer_norm.gif) 0px 0;
	background-repeat: no-repeat;
}
TD#menu_1 DIV.menu1-level1-no A:hover {
	background: url(../images/wegwijzer_ingedrukt.gif) 0px 0;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
}

/* Menu 1 Niveau 1 actueel geopende pagina */

TD#menu_1 DIV.menu1-level1-act A:link {
    background: url(../images/wegwijzer_ingedrukt_licht.gif) 0px 0;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 0 0 8px;
}
TD#menu_1 DIV.menu1-level1-act A:active {
    background: url(../images/wegwijzer_ingedrukt.gif) 0px 0;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 0 0 8px;
}
TD#menu_1 DIV.menu1-level1-act A:visited {
    color: navy;
    background: url(../images/wegwijzer_ingedrukt_licht.gif) 0px 0;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 0 0 8px;
}
TD#menu_1 DIV.menu1-level1-act A:hover {
    background: url(../images/wegwijzer_licht.gif) 0px 0;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 0 0 8px;
}



/* Menu 1 Niveau 2 Normaal */

TD#menu_1 DIV.menu1-level2-no A:link {
    background: url(../images/onderbord_norm.gif) 8px 0;
    background-repeat: no-repeat;
    padding: 3px 0 0 16px; 
}
TD#menu_1 DIV.menu1-level2-no A:activ {
    background: url(../images/onderbord_licht.gif) 8px 0;
    background-repeat: no-repeat;
    padding: 3px 0 0 16px; 
}
TD#menu_1 DIV.menu1-level2-no A:visited {
    color: navy;
    background: url(../images/onderbord_norm.gif) 8px 0;
    background-repeat: no-repeat;
    padding: 3px 0 0 16px; 
}
TD#menu_1 DIV.menu1-level2-no A:hover {
    background: url(../images/onderbord_ingedrukt.gif) 8px 0;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 0 0 16px; 
}

/* Menu 1 Niveau 2 actueel geopende pagina */

TD#menu_1 DIV.menu1-level2-act A:link {
    background: url(../images/onderbord_ingedrukt_licht.gif) 8px 0;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 0 0 16px;
}
TD#menu_1 DIV.menu1-level2-act A:activ {
    background: url(../images/onderbord_ingedrukt.gif) 8px 0;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 0 0 16px;
}
TD#menu_1 DIV.menu1-level2-act A:visited {
    color: navy;
    background: url(../images/onderbord_ingedrukt_licht.gif) 8px 0;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 0 0 16px;
}
TD#menu_1 DIV.menu1-level2-act A:hover {
    background: url(../images/onderbord_licht.gif) 8px 0;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 0 0 16px;
}

