/* ------------ In ascx definierte Klassen ----------- */
.SelectedPathHeaderItemCss {
	background: url(Img/arrow_left.gif) no-repeat left center;
}
/* ------------ Default-Klassen ------------ */
/* -- Generelle Einstellungen -- */
.RadPanelbar_NPi_01_System
{
	white-space: nowrap;
	width: 190px !important;
}
.RadPanelbar_NPi_01_System .text
{
	color:Black;
	padding:4px 20px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.RadPanelbar_NPi_01_System .focused .text
{
	text-decoration:underline;
}
.RadPanelbar_NPi_01_System .image
{
	margin: 1px 2px 1px 10px;
}
/* -- Spezifische Einstellungen -- */
.RadPanelbar_NPi_01_System .rootGroup
{
	background-color: #F70800; /* Sommer */
	/* background-color: #427DBD; */ /* Winter */
}
.RadPanelbar_NPi_01_System .rootGroup .Item
{
	line-height: 14px;
}
.RadPanelbar_NPi_01_System .rootGroup .text
{
	border-top: 1px solid #CCCCCC;
	border-left:1px solid buttonshadow;
	border-bottom: 1px solid #a50b0b;  /* Sommer */
	/* border-bottom: 1px solid #3d638d; */ /* Winter */
	font-weight:bold;
	color: White;
	padding-left: 10px;
}
.RadPanelbar_NPi_01_System .rootGroup .expanded
{
	background: url(Img/arrow_left.gif) no-repeat left center;
	/*background-color: #6699CC;*/
	border-bottom:1px solid buttonface;
}
.RadPanelbar_NPi_01_System .group 
{
	background-color: white;
}
.RadPanelbar_NPi_01_System .group .item
{
	line-height: 10px;
	border-bottom:1px solid buttonface;
}
.RadPanelbar_NPi_01_System .group .link:hover
{
	background-color:#E7E7E7;
}
.RadPanelbar_NPi_01_System .group .text,
.RadPanelbar_NPi_01_System .group .expanded .text
{
	border:0;
	background:transparent;
	font-weight:normal;
	padding-left: 18px;
	color: black;
}
.RadPanelbar_NPi_01_System .group .selected .text
{
	background: #E7E7E7;
	color: black;
}
.RadPanelbar_NPi_01_System .level2 .text,
.RadPanelbar_NPi_01_System .level2 .expanded .text
{
	border:0;
	background:transparent;
	font-weight:normal;
	padding-left: 30px;
	color: black;
}

