/* titel */

#content .content-text {
	width: 700px;
}


/*--- navigation css ---*/
.sitemap{
	width:130px;
	font-size:1.2em;
	margin-top:0px;
	overflow:hidden;
}
.sitemap-list ul{
	margin:0;
	padding:0;
	display:none;
}
.sitemap-list .open ul{ display:block;}
.sitemap-list li{
	width:100%;
	vertical-align:top;
	font-weight:bold;
	padding-top:3px;
}
.sitemap-list ul li{ font-weight:normal;}
.sitemap-list a{
	display:block;
	color:#b50008;
	text-decoration:none;
	padding:2px 10px 4px 11px;
	background:url(../../gfx/iiav/bullet2.gif) no-repeat 0 0.4em;
	outline:none;
}
* html .sitemap-list a{ height:1%;}
.sitemap-list ul a{
	padding-left:31px;
	background:url(../../gfx/iiav/bullet2.gif) no-repeat 20px 0.4em;
}
.sitemap-list a.active,
.sitemap-list a:hover{
	text-decoration:none;
	background:#b50008;
	color:#fff;
}


/* column */

.sitemap_column {
	width: 150px;
	height: inherit;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}

.sitemap_column .title {
	display: block;
	height: 26px;
	width: 150px;
/*	background: url(../gfx/sitemap_bg1.gif) no-repeat; */
}

.scheiding {
	background-color:orange;
	height: 0.2em;
}
