/* List - right column
 * ----------------------------------------------------------*/
#content-right ul {
	padding: 0px 0px 0px 17px;
	list-style: url(../images/css/list-icon.gif);
	font-size: 0.6875em;
	color: #666666;
}

#content-right ul a {
	list-style: url(../images/css/list-icon-link.gif);
}

#content-right .news-teaser-latest ul {
	padding: 0;
	font-size: 1em;
}

#keuzemodel {
	margin-bottom: 20px;
}

#keuzemodel ul {
	list-style: none !important;
	padding: 0;
}

#keuzemodel ul.level1 {
	margin-top: 10px;
}

#keuzemodel ul a {
	background: url(../images/css/keuzemode-arrow-gray.gif) no-repeat 10px 50%;
	border: 1px solid #d9d9d9;
	color: #333;
	display: block;
	margin-bottom: 1px;
	padding: 12px 12px 12px 20px;
	text-decoration: none;
}

#keuzemodel ul a:hover {
	text-decoration: underline;
}

#keuzemodel ul a.active {
	background: #888 url(../images/css/keuzemodel-arrow-white-right.gif) no-repeat 10px 50%;
	color: #fff;
}

/* Links
----------------------------------------------------------*/

#keuzemodel ul a.active-sub {
	background: url(../images/css/keuzemodel-arrow-white.gif) no-repeat 8px 50%;
	color: #fff;
}

/* Level2 */
#keuzemodel ul.level2 a {
	background-position: 20px 50%;
	padding: 10px 0 10px 32px;
}

/* Level 3 */
#keuzemodel ul.level3 a {
	background-position: 32px 50%;
	padding: 8px 0 8px 44px;
}

/* Level 4 */
#keuzemodel ul.level4 a {
	background-position: 44px 50%;
	padding: 6px 0 6px 56px;
}

/* Level 5 */
#keuzemodel ul.level5 a {
	background-position: 56px 50%;
	padding: 6px 0 6px 68px;
}

/* Span
----------------------------------------------------------*/
#keuzemodel ul li span {
	background: #fff url(../images/css/keuzemodel-bg-gradient.gif) repeat-x 0 100%;
	display: block;
}

/* Root items */
#keuzemodel ul li span.root a {
	background: url(../images/css/keuzemodel-arrow-white-right.gif) no-repeat 10px 50%;
	color: #fff;
}

#keuzemodel ul li span.root {
/*	background: #3e8235;*/
	background: #3e8235 url(../images/css/keuzemodel-bg-green.gif) repeat-x 0 100%;
}

#keuzemodel ul li span.active {
	background: #3e8235 url(../images/css/keuzemodel-bg-green.gif) repeat-x 0 100%;
/*	background: #3e8235;*/
	font-weight: bold;
}

#keuzemodel ul.level2 li span.active {
	background: #478a3f;
}

#keuzemodel ul.level3 li span.active {
	background: #58974f;
}

#keuzemodel ul.level4 li span.active {
	background: #68a45e;
}

