body
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}

/* 1. Ebene - Panelbar */
.panelbarLeftHeader
{
	padding-right: 4px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 8pt;
	cursor: default;
	color: #e2e2e2;
	border-bottom: white 1px solid;
	height: 25px;
	background-color: #6a94bb;
}

.panelbarLeftHeaderHover
{
	padding-right: 4px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	color: #ffffff;
	border-bottom: white 1px solid;
	height: 25px;
	background-color: #6a94bb;
}

.panelbarLeftHeaderExpand
{
	padding-right: 4px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 8pt;
	cursor: default;
	color: #000000;
	border-bottom: white 1px solid;
	height: 25px;
	background-color: #fcb863;
}

.panelbarLeftHeaderExpandHover
{
	padding-right: 4px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	color: #000000;
	border-bottom: white 1px solid;
	height: 25px;
	background-color: #fcb863;
}

/* 2. Ebene - PanelBar */
.panelbarLeftItemHover
{
	padding-left: 37px;
	font-weight: bold;
	font-size: 7pt;
	background-image: url(../Images/naviLeft/ItemExpandedBg.gif);
	cursor: pointer;
	color: #000000;
	border-bottom: #ffffff 1px solid;
	background-repeat: no-repeat;
	height: 25px;
}

.panelbarLeftItem
{
	padding-left: 37px;
	font-weight: bold;
	font-size: 7pt;
	background-image: url(../Images/naviLeft/ItemExpandedBg.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	color: #707070;
	border-bottom: #ffffff 1px solid;
	height: 25px;
	background-color: transparent;
}

