/* extra CSS voor Ninja-accordion zonder button-plaatjes
9-3-2009
Jaap Eric Kuiper
helpdesk@digidoors.nl
links: #bbbbbb
modules en headers, tekst in kaders: #bbbbbb
content op wit: #555555
*/




.AccordionMulti {
width: 170px;
padding: 0;
font-weight: bold;
}

.AccordionMulti dt.stretchtoggle {
    font-size:16px;
    line-height: 100%;
	text-align: left;
	color: #bbbbbb;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	margin: 0;
}

/* Make the cursour into a hand/pointer when over the buttons */
.AccordionMulti dt.stretchtoggle:hover {
    background-position: 100% 100%;
}

/* Make the cursour into a hand/pointer when over the buttons */
.AccordionMulti dt {
		cursor: pointer;
}

.AccordionMulti dd.stretcher {
		margin: 0 0 10px 0 !important;
		margin: 0 0 10px 0;
}


.nac_stretchtoggle {
font-size: 12px;
line-height: 24px;
font-weight: bold;
color: #c5b994;
padding: 0;
margin-bottom: 5px;
border-bottom: 0px solid #bbbbbb;
width: 160px;
}
.nac_stretchtoggle:hover {
text-decoration: underline;
}

.nac_stretcher {
padding: 0;
margin: 0;
}

/* Joomla tabs in content */

div.jwts_tabber, #jwts_tab {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
margin: 0;
color: #bbbbbb;
}

div.jwts_tabbertab h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #ffefbf !important;
	color: #ffefbf;
}

div.jwts_tabbertab h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #ffefbf !important;
	color: #ffefbf;
}
div.jwts_tabbertab h2 a:hover {
color: #ffefbf;
text-decoration: underline;
}

