@charset "UTF-8";

.CollapsiblePanel
	{
	width: 210px;
	background-image: url(../produktion_images/bg_box_1.gif);
}

* html .CollapsiblePanel {
	width: 209px;
	background-image: url(../produktion_images/bg_box_1.gif);
}

.CollapsiblePanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 27px;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
