@charset "UTF-8";

.Accordion {
	overflow: hidden;
	border-style: none;
	border-style: hidden;
	border-width: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	border-collapse: collapse;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0;
}

.AccordionPanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-style: none;
	border-width: 0;
	font-family: "Lucida Grande", Verdana, Arial, helvetica, sans-serif;
	color: #f93b0b;
	font-size: 12px;
	font-weight: bold;
	padding-left: 31px;
	padding-top: 0px;
	background: url('../afbeeldingen/template/faq_pijltjetoe2.gif') no-repeat;
	height: 22px;
	margin-top: 0px;
	vertical-align: top;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 230px;
	border-style: none;
	border-width: 0;
	margin-left: 31px;
}

.AccordionPanelOpen .AccordionPanelTab {
	border-style: none;
	border-width: 0;
	background: url('../afbeeldingen/template/faq_pijltjeopen2.gif') no-repeat;
}

.AccordionPanelTabHover {
	border-style: none;
	border-width: 0;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	border-style: none;
	border-width: 0;
}

.AccordionFocused .AccordionPanelTab {
	border-style: none;
	border-width: 0;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	border-style: none;
	border: 0;
}

