div.tabControl
{
	width:100%;
}

.subitems
{
	width:100%;
	border-bottom: solid 1px #cecece;
	height:29px;
/*	overflow:hidden;*/
}

.tabScroller
{
	margin:0;
	padding:0;
	width:7px;
	height:29px;
	line-height:29px;
	float:right;
	cursor:pointer;
}

.tabScroller_L
{
	background: url(/gfx/scrollRight.png) center right no-repeat;
}

.tabScroller_R
{
	background: url(/gfx/scrollLeft.png) center left no-repeat;
	float:left;
	margin-right:5px;
}

.subitems_inner
{
	width:95%;
	float:left;
	height:30px;
	overflow-x:hidden;
}

.subitemszelf
{
	height:30px;
	width:auto;
	float:left;

}

.subitem
{
	float:left;
	background:#fefefe url(/gfx/bg_subitem.png) top left repeat-x;
	
	border: solid 1px #cecece;

	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;	

	
	cursor:pointer;
	height:28px;
	line-height:28px;
	padding: 0 11px 0 11px;
	margin: 0 0 0px 10px;

	position:relative;
}

.activesubitem
{
	font-weight:bold;
	/*background:#fff;*/
	border-bottom-color:#fff;
}

.tabpage
{
	display:none;
	width:100%;

}

.tabRemover
{
	display:inline-block;
	width:20px;
	text-align:center;
	font-weight:bold;
	margin-right:-11px;
}

.tabRemover:hover
{
	background:#bbb;

}


.DBSubpage
{
	display:none;
	width:100%;
	margin-top:10px;
}



.DB_StartpageBlock a, .DB_StartpageBlock a:link, .DB_StartpageBlock a:visited
{
	font-weight:bold;
	color:#444;
	text-decoration:none;
}

.DB_StartpageBlock h1
{
	font-weight:bold;
	font-size:20px;
}

.DB_Startpage_Third
{
	width:28%; 
	//height:100px;
}

.content_uitgeklapt .DB_Startpage_Third
{
	//width:216px;
}

.content_ingeklapt .DB_Startpage_Third
{
	//width:269px;
}

.DB_icon
{
	height:100%;
	float:left;
        margin-right:10px;
}


.DB_Description
{
	float:left;
}


.DB_Startpage_Fullwidth
{
	width:90%;
	min-heigh:100px;
}

.content_uitgeklapt .DB_Startpage_Fullwidth
{
	//width:708px;
}

.content_ingeklapt .DB_Startpage_Fullwidth
{
	//width:868px;
}
/*
a.back, a.back:link, a.back:visited
{
	padding-left:10px;
	color:ccc;
	font-size:bold;
}*/


div.arbokompas_piechart
{
	display:block;float:left;
	color:#222; /* voor labels en titel */	
}


div.arbokompas_piechart.staticreport
{
	display:none;
}

.staticreport, .staticreport_styles
{
	display:none;
}

span.BigColoredDot
{
	display:inline-block;
	width:10px;
	height:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;	

}

/* cw */
.DBSubpage_StartPage{
    display:flex;
    flex-flow:row wrap;
}
.DB_StartpageBlock{
    display:flex;
    flex-flow:row wrap;
    padding:30px;
    width:100%;
    margin-bottom:15px;
    border: dashed 1px #22688e
}
.DB_Startpage_Third{
    width:100%;
}
.DB_StartpageBlock h1{
    color:#22688e;
}