@charset "utf-8";

/* CollapsiblePanel.css

------------------------------------------------------------------------

This stylesheet contains the basic CollapsiblePanelCSS rules for badsteben 



Author: inpublica.de 

--------------------------------------------------------------------- */



.CollapsiblePanel {

	position: absolute;

	margin: 0px;

	padding: 0px;

	top: 0px;

	left: 785px;

	width: 210px;

	height: 30px;

	z-index: 1;

}



.CollapsiblePanelTab {

	font-family: "Tahoma", Arial, Helvetica, sans-serif;

	font-size:13px;

	margin: 0px;

	padding: 0px;

	line-height: 30px;

	height: 30px;

	cursor: pointer;

	-moz-user-select: none;

	-khtml-user-select: none;

	font-weight: bold;

	color: #00265c;

	background-color: #f28c12;

	text-indent: 8px;

	background-image: url(../img/panel/arrow_right.gif);

	background-position: 197px;

	background-repeat: no-repeat;

}



.CollapsiblePanelContent {

	margin: 0px;

	padding: 0px;

	width: 210px;

	height: 244px;

	background-image: url(../img/panel/bg_panel.png);

	background-repeat: repeat-y;

}



.CollapsiblePanelTab a {

	color: #00265c;

	text-decoration: none;

	background-color: #f28c12;

}





.CollapsiblePanelOpen .CollapsiblePanelTab {

	background-color: #f28c12;

	background-image: url(../img/panel/arrow_bottom.gif);

	background-position: 194px;

	background-repeat: no-repeat;

}





.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {

	background-color: #f28c12;

	background-image: url(../img/panel/arrow_bottom.gif);

	background-position: 194px;

	background-repeat: no-repeat;

}



.CollapsiblePanelFocused .CollapsiblePanelTab {

	background-color: #f28c12;

}

