.accordion > h2 {
    font-size: 18px;
    cursor: pointer;
    background: #f4f4f4 url(../../images/arrow_darkgrey.png) 12px center no-repeat;
    outline: none !important;
    display: block;
    margin: 14px 0;
    padding: 6px 10px 5px 32px;
}
.accordion > h2:first-child {
    margin-top: 0;
}
.accordion.offen > h2, .accordion h2.active {
    color: #444;
    background: #bbb url(../../images/arrow_down_darkgrey.png) 12px center no-repeat;
}
.accordion > h2:hover {
    background-color: #e4e4e4;
}
.data-table thead {
    background-color: #f4f4f4;
}
.data-table td {
    padding: 6px 5px;
    border-right: 1px solid white;
}
.accordion_detail {
    display:none;
}
.show {
    display:block;
}
