@charset "utf-8";
/* CSS Document */

#menucontainer {
	width: 250px;
	float: right;
	display: block;
}
#menu {
	color: #666;
	font-size: .70em;
	font-weight: bold;
	background-color: #FBFBFB;
	border-left: solid #E6E6E6 1px;
	border-right: solid #E6E6E6 1px;
	width: 248px;
	float: right;
	padding: 0px;
}
#menutop {
	background: url(../afbeeldingen/menutop.png) top no-repeat;
	height: 10px;
	width: 250px;
	float: right;
}
#menubottom {
	background: url(../afbeeldingen/menubottom.png) top no-repeat;
	height: 10px;
	width: 250px;
	float: right;
	margin-bottom: 5px;
}
#menu a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#menu ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}
#menu li.top {
	margin-left: 0px;
	font-size: 1.3em;
	background: url(../afbeeldingen/.png);
	color: #bfd040;
	list-style: none;
	padding: 5px;
}
#menu li.topsub {
	margin-left: 0px;
	font-size: 1em;
	background: #fff;
	list-style: none;
	padding: 5px;
	border-top: dashed #bfd040 1px;
	border-bottom: dashed #bfd040 1px;
}
#menu li.topsub:hover {
	background: url(../afbeeldingen/tabhover2.png);
}
#menu a.top {
	color: #bfd040;
	text-decoration: none;
}
#menu li.top:hover a {
	color: #666;
}
#menu li.sub {
	margin-left: 0px;
	list-style: none;
	padding: 2px 5px 2px;
	border-bottom: solid #F6F6F6 1px;
}
#menu li.sub:hover {
	background: url(../afbeeldingen/tabhover2.png);
}
#menu li.sub:hover a {
	color: #666;
}
#menu li.sub a {
	color: #888;
	text-decoration: none;
}
.datum {
	font-size: .8em;
	color: #bfd040;
	margin-right: 5px;
	font-weight: bold;
}
#menu li.sub1 {
	margin-left: 0px;
	list-style: none;
	padding: 5px 5px 5px;
	border-bottom: solid #bfd040 1px;
}
#menu li.leesverder {
	margin-left: 0px;
	list-style: none;
	padding: 2px 5px 2px;
	border-bottom: solid #F6F6F6 1px;
}
#menu li.leesverder:hover {
	background: url(../afbeeldingen/tabhover2.png);
}
#menu li.leesverder:hover a {
	color: #666;
}
#menu li.leesverder a {
	color: #bfd040;
	text-decoration: none;
}
