/*li ul, li ol  {
	margin: 0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em;
}
.base {
	border: 1px solid #000;
	margin: 2em;
	width: 10em;
	padding: 5px;
}

*/
/* GEWONE LIJSTEN ZONDER LINKS */
.normalelijst .ul, .normalelijst li {
	list-style-type: none;
	line-height: 17px;
	margin-bottom: 4px;
}

.normalelijst li.regitem {
	background-image: url(../beeld/bullet-zwart.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding-left: 16px;
	color: #262626;
	text-decoration: none;
}
.normalelijst li.regitem li {
	background-image: url(../beeld/subbullet.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 14px;
	color: #262626;
	text-decoration: none;
}
/* KLEIN BLOKJE LIJST, ROLT ROOD OVER */
.rollover ul, .rollover li {
	list-style-type: none;
	line-height: 17px;
	margin-bottom: 4px;
}

.rollover li a {
	background-image: url(../beeld/bullet-zwart.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding-left: 10px;
	color: #262626;
	text-decoration: none;
}

.rollover li a:hover {
	background-image: url(../beeld/bullet-rood.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding-left: 10px;
	color: #e60d0d;
	text-decoration: none;
}


/* KLEIN BLOKJE, ROLLOVER LIST, zonder bullet */
.nobull ul, .nobull li {
	list-style-type: none;
	line-height: 17px;
	margin-bottom: 10px;
}
.nobull li a {
	padding-left: 0;
	color: #413e3e;
	text-decoration: none;
}
.nobull li a:hover {
	padding-left: 0;
	color: #e60d0d;
	text-decoration: none;
}
.nobull span {
	font-weight: bold;
}
/* GROOT BLOKJE, ROLLOVER LIST, met bullet */
.rollovergroot ul, .rollovergroot li {
	list-style-type: none;
	line-height: 18px;
	margin-bottom: 5px;
	text-indent:-10px;
	padding-left:10px;
}
.rollovergroot li.lidworden {
	margin-bottom:10px;
}
.rollovergroot li a {
	background-image: url(../beeld/bullet-zwart.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	font-weight: bold;
	padding-left: 10px;
	color: #101010;
	text-decoration: none;
}
.rollovergroot li a:hover {
	background-image: url(../beeld/bullet-rood.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding-left: 10px;
	color: #e60d0d;
	text-decoration: none;
}
.rollovergroot span.nietvet {
	font-weight:normal;
	font-size:12px;
	color:#404040;
}
.rollovergroot span {
	font-weight:normal;
	font-size:11px;
	color:#404040;
}
/* ROLLOVER LIST BODY, met bullet */
.rolloverbody ul, .rolloverbody li {
	font-weight:bold;
	list-style-type: none;
	line-height: 18px;
	margin-bottom: 12px;
	text-indent:-15px;
	padding-left:15px;
}

.rolloverbody li a {
	background-image: url(../beeld/bullet-zwart.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding-left: 15px;
	color: #101010;
	text-decoration: none;
}
.rolloverbody li a:hover {
	background-image: url(../beeld/bullet-rood.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding-left: 15px;
	color: #e60d0d;
	text-decoration: none;
}
.rolloverbody span {
	font-weight:normal;
	font-size:11px;
	color:#404040;
}
/* ROLLOVER LIST LINKS, met bullet */

.rolloverlinks ul, .rolloverlinks li {
	font-weight:normal;
	list-style-type: none;
	line-height: 18px;
	text-indent:-15px;
	padding-left:15px;
}

.rolloverlinks li a {
	background-image: url(../beeld/bullet-zwart.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding-left: 15px;
	color: #101010;
	text-decoration: none;
}
.rolloverlinks li a:hover {
	background-image: url(../beeld/bullet-rood.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding-left: 15px;
	color: #e60d0d;
	text-decoration: none;
}
.rolloverlinks span {
	font-weight:normal;
	font-size:11px;
	color:#404040;
}

