body.master {
	background-image: url(../afbeeldingen/master.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: black;
	margin: 0px 0px 0px 0px;
}

table.index {
	
}


div.banner {
	margin-top: 5px;
}

div.tijd {
	color: black;
	font-size: 12px;
	height: 30px;
	padding-top: 20px;
	padding-right: 10px;
}

div.weeer {
	background-color: transparent;
}

td.banner {
	height: 134px;
	background-image: url(../afbeeldingen/titel1.png);
	background-repeat: no-repeat;
}


/* menu */

#menu {
	width: 100%;
	background: transparent;
	float: center;
	margin-left: 0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
}

#menu ul.breed {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 114px;
	float: left;
}

#menu ul.xtrabreed {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 122px;
	float: left;
}

#menu a, #menu h2 {
	font: normal normal normal 10px/16px Arial, Helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #87ceeb black black #87ceeb;
	margin: 0;
	padding: 2px 3px;
	cursor: default;
}

#menu h2 {
	color: #ffd700;
	background: #4682b4;
	text-transform: uppercase;
}

#menu a {
	color: #ffd700;
	background: #4682b4;
	text-decoration: none;
	cursor: pointer;
}

#menu a.enkel {
	color: #ffd700;
	background: #4682b4;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #fff;
	border-color: black #b0e0e6 #b0e0e6 black
}

#menu a.enkel:hover {
	color: white;
	background: #6495ed;
	font-weight: normal;
	border-color: black #b0e0e6 #b0e0e6 black;
}

#menu li {
	position: relative;
}

#menu li.breed {
	position: relative;
	width: 114px;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu a.enkel, #menu h2.enkel {
font: normal normal normal 10px/16px Arial, Helvetica, sans-serif;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
	color: #ffd700;
	background: #4682b4;
	
}

#menu a:hover {
	color: white;
	background: #6495ed;
}

* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* einde menu */
