@charset "utf-8";
/* CSS Document */

#sitemap-container{
	width:935px;
	height:200px;
	margin:0 0 0 10px;
}
.sitemap_header{
	width:922px;
	height:21px;
	padding:10px 0 0 13px;
	background:url(../slices/sitemap_header_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.sitemap_header img{
	behavior:url("css/iepngfix.htc");
}
.sitemap_units{
	width:100%;
	height:29px;
	background:url(../slices/sitemap_bu_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
.sitemap_units_button_first{
	width:142px;
	height:21px;
	float:left;
	padding:8px 0 0 13px;
}
.sitemap_units_button{
	width:142px;
	height:21px;
	float:left;
	padding:8px 0 0 14px;
}
.sitemap_units_button a{
	color:#b3b3b3;
	text-decoration:none;
}
.sitemap_units_button a:hover{
	color:#b3b3b3;
	text-decoration:none;
}
.sitemap_flowchart_first{
	width:155px;
	height:200px;
	overflow:hidden;	
	float:left;
	font-size:12px;
	color:#191919;
}
.sitemap_flowchart_first ul {
	padding:0;
	margin:0;
}
.sitemap_flowchart_first ul li {
	/*background:transparent url(../img/bullet2.gif) no-repeat scroll left 5px;*/
	list-style-position:outside;
	list-style-type:none;
	cursor:pointer;
	padding:2px 0 2px 13px;
	background-color:#e6e6e6;
}
.sitemap_flowchart_first ul li.odd {
	/*background:transparent url(../img/bullet2.gif) no-repeat scroll left 5px;*/
	list-style-position:outside;
	list-style-type:none;
	cursor:pointer;
	padding:2px 0 2px 13px;
	background-color:#FFF;
}
.sitemap_flowchart_first ul li:hover {
	background-color:#d9d9d9;
}
.sitemap_flowchart_first ul li.odd:hover {
	background-color:#f0f0f0;
}
.sitemap_flowchart_first ul li a, .sitemap_flowchart_first ul li.odd a {
	text-decoration:none;
	color:#191919;
}
.sitemap_flowchart_first ul li a:hover, .sitemap_flowchart_first ul li.odd a:hover {
	text-decoration:none;
	color:#f30;
}

/* Einde eerste blokje */

.sitemap_flowchart{
	width:155px;
	height:200px;
	border-left:solid 1px #fff;
	overflow:hidden;	
	float:left;
	font-size:12px;
	color:#191919;
}
.sitemap_flowchart ul {
	padding:0;
	margin:0;
}
.sitemap_flowchart ul li {
	/*background:transparent url(../img/bullet2.gif) no-repeat scroll left 5px;*/
	list-style-position:outside;
	list-style-type:none;
	cursor:pointer;
	padding:2px 0 2px 13px;
	background-color:#e6e6e6;
}
.sitemap_flowchart ul li.odd {
	/*background:transparent url(../img/bullet2.gif) no-repeat scroll left 5px;*/
	list-style-position:outside;
	list-style-type:none;
	cursor:pointer;
	padding:2px 0 2px 13px;
	background-color:#FFF;
}
.sitemap_flowchart ul li:hover{
	background-color:#d9d9d9;
}
.sitemap_flowchart ul li.odd:hover{
	background-color:#f0f0f0;
}
.sitemap_flowchart ul li a, .sitemap_flowchart ul li.odd a {
	text-decoration:none;
	color:#191919;
}
.sitemap_flowchart ul li a:hover, .sitemap_flowchart ul li.odd a:hover {
	text-decoration:none;
	color:#F30;
}