
#accordeon{margin-bottom:20px; background-color:#fff; overflow:auto;}
#accordeon div.item {width:660px; padding:10px 0;}
#accordeon div.item h3 {width:100%; height:32px;  background-image:url(images/accordeonArrowClosed.png); background-position:626px 3px; background-repeat:no-repeat; font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:24px; font-weight:normal;}
#accordeon div.item h3 a{width:100%; display:block;}
#accordeon div.item h3:hover { cursor: pointer; text-decoration:underline;}
#accordeon div.item.open h3 {width:100%; background: transparent url(images/accordeonArrowOpen.png) 626px 3px no-repeat;}
#accordeon div.item ul{display:none;}
#accordeon div.item.open ul{ display:block;}
#accordeon div.item ul li {margin:5px 0 8px 0;}
#accordeon div.item ul li h5{font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:16px; font-weight:normal; margin-bottom:1px;}
#accordeon div.item ul li p{font-family: Arial, sans-serif; font-size:12px; font-weight:normal;}
#accordeon div.item ul li p a:hover{text:decoration:underline;}


