/* r.a.d.panelbar Web 2.0 skin */

.RadPanelbar_Web20
{
	background: white;
	white-space: nowrap;
	border: solid 0px #C56F02;	/* #C56F02 = dunkel-orange-braun */
	border-bottom: 0px;
	/*border-right: solid 3px #6788be;*/
}

.RadPanelbar_Web20 .text
{
	color: white;
	padding-left: 14px;
	font: bold 12px Arial, Verdana, Sans-serif;
}

.RadPanelbar_Web20 .image
{
	margin: 4px 0px;
}

.RadPanelbar_Web20 .rootGroup .text
{
	background: url('../Img/HeaderArrowCollapsed.gif') no-repeat 98% center;
	line-height: 31px;
	border-bottom: solid 1px #C56F02;
	border-top: solid 1px #C56F02;	/* #C56F02 = dunkel-orange-braun */
}

.RadPanelbar_Web20 .rootGroup .link
{
	background: #F6C88F url('../Img/HeaderBg.gif') repeat-x;	/* #F6C88F = hell-orange */
}

.RadPanelbar_Web20 .group .text
{
	border: 0px;
	background: none;
	color: #333;	/* #333 = dunkel-grau */
	font-weight: normal;
	font-size: 11px;
}

.RadPanelbar_Web20 .group .link
{
	background: none;
	border-bottom: solid 1px #C56F02;	/* #C56F02 = dunkel-orange-braun */
}

.RadPanelbar_Web20 .group .link:hover
{
	background: #F6C88F;	/* #F6C88F = hell-orange */
	border-bottom: solid 1px #C56F02;	/* #C56F02 = dunkel-orange-braun */
}

.RadPanelbar_Web20 .group .link .selected
{
	/**/
}

.RadPanelbar_Web20 .rootGroup .selected
{
	background: #F6C88F url('../Img/HeaderBg.gif') repeat-x;	/* #F6C88F = hell-orange */
}

.RadPanelbar_Web20 .group .selected, .RadPanelbar_Web20 .group .selected:hover
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Web20 .rootGroup .expanded .text
{
	background: url('../Img/ExpandedBg.gif') no-repeat 98% center;
	font-weight: bold;
}

.RadPanelbar_Web20 .group .selected .text
{
	font-weight: normal;
	border: 0px;
	border-bottom: solid 1px #EB9A33;	/* #EB9A33 = orange */
	background: #F6C88F;	/* #F6C88F = hell-orange */
	color: #333;	/* #333 = dunkel-grau */
}

.RadPanelbar_Web20 .group .expanded .text
{
	color: #000;	/* #000 = schwarz */
}

.RadPanelbar_Web20 .level2 .text
{
	padding-left: 36px;
	line-height: 28px;
}

.RadPanelbar_Web20 .disabled .text
{
	color: #ccc;	/* #ccc = hell-grau */
	cursor: default;
}
