div#test-accordion{font-size:12px;font-weight:normal; width:505px; margin:20px 0;}


div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
   	position: relative; /* required for effect */
   	z-index: 10;		/* required for effect */
	background: #fafdfe;   
   	cursor: pointer;
   	padding:5px;
   	border-bottom:1px solid #c7dfe9;
   	border-top:1px solid #c7dfe9;
 	font-weight:bold; color:#224957;
}

div.accordion-toggle-active{
	background: #fafdfe;	
}

div.accordion-content{
  	overflow: hidden;	/* required for effect */
  	background: #f4fafc;
  	padding:10px;
  	clear:both;
  	border-bottom:1px solid #c7dfe9;
}

div#test-accordion .accnavn{display:block; width:191px; float:left; background:#fafdfe url(/sitefiles/1/design/pil.gif) no-repeat 4px 5px; padding-left:20px; overflow:hidden;}
div#test-accordion .accdato{display:block; width:279px; float:right; text-align:right; overflow:hidden;}
div#test-accordion .accbilde{width:140px; float:left;}
div#test-accordion .acctekst{ width:344px; float:right; line-height:18px;}
