.accordion {
width: 420px;
border-bottom: solid 1px #c4c4c4;
}

.accordion h3 {
background:url("../images/endress-hg-accordionh3.jpg") no-repeat center -11px;
padding: 2px 0 0 50px;
margin: 0;
font-size:12px;
font-weight:200;
text-transform:uppercase;
border-top: solid 1px #c4c4c4;
cursor: pointer;
}

.accordion h3:hover {
background-color: #eee;
background-position: center -63px;
}

.accordion h3.active {
background-color: #eee;
background-position: center -112px;
}

.acc_content {
background:url("../images/endress-hg-accordionp.jpg") no-repeat center top;
margin: 0;
padding: 15px 10px 15px 15px;
line-height:140%;
}

.acc_content a{
text-decoration:none;
display:block;
}

.acc_content a:hover{
color:#aaa;
}