body { background-color: #666666;
	 color: #ffffff;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 line-height: 15px;
     }

a { background-color: #666666;
    color: #cdba10;
    text-decoration: none;
  }

a:hover {color: #f9f400;}

.navtabel {left: auto; width: 175px}
.hoofdtabel {position: absolute; left: 185px; top:107px; line-height: 18px; margin-right: 15px;}
.kruimel {position: absolute; left: 185px; top: 5px; font-size: 10px;}
.taal {position: absolute; top: 5px; right: 15px}
.kop {background-color: #666666; color: #cdba10; font-family: Courier, serif; font-size: 16px; font-weight: bold;}
.duim {margin: 10px}



/* The styles for each menu */

div.navilayer {position: absolute;
	top: 100px;
	visibility: hidden;
	width: 150px;
}


/* The extra DIV around the links. */

div.navilayer div {
	width: 150px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #666666;
	layer-background-color: #666666;
}

div.navilayer div a:hover {
	color: #F9F400;
}

/* Explorer 5.5 gives my general link colours precedence over
	the colour defined here. I think it's a bug */

div.navilayer div a {display: block;
	width: 150px;
	color: #cdba10;
	text-decoration: none;
	padding-left: 5px;
	letter-spacing: 1px;
}

