#medarbejdereListe {
	width:170px;
	padding-bottom:20px;
}

#medarbejdereListe ul {
	list-style-type:none;
}

#medarbejdereListe a {
	border-bottom:none;
}

.accordionContainer {
	border-bottom:1px solid rgb(35,49,59);
}

.toggler {

	/*text-transform:uppercase;*/
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}

ul.element {
	padding:0;
	margin:0;
	background:url(/img/radius/dotsHorisontal.gif) repeat-x top left;
}

ul.empty
{
	background:none;
	height: 0px;
}

	ul.element li {
		padding-top:2px;
		padding-bottom:2px;
	}
	
	ul.element li a {
		color:rgb(35,49,59);
		text-decoration:none;
		border-bottom:none;
	}
	
	ul.element li a:hover,
	ul.element li.active a, a.active {
		color:rgb(255,95,0);
	}