.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/img/button_hinten.gif') no-repeat scroll top right;
    color: #122861; /*#444;*/
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/img/button_vorne.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}   
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

a.buttonhb {
    background: transparent url('/img/button_hinten_hoch.gif') no-repeat scroll top right;
    color: #122861;
    display: block;
    float: left;
    font: normal 18px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonhb span {
    background: transparent url('/img/button_vorne_hoch.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
}   

a.buttonhb:active {
    background-position: bottom right;
    color: #122861;
    outline: none;
}
a.buttonhb:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
a.buttonhs{
    background: transparent url('/img/button_hinten_hoch.gif') no-repeat scroll top right;
    color: #122861;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonhs span {
    background: transparent url('/img/button_vorne_hoch.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
}   

a.buttonhs:active {
    background-position: bottom right;
    color: #122861;
    outline: none;
}
a.buttonhs:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
.c_occ_erw
{
    WIDTH: 40px;
}
a.buttontus
{
    COLOR: #D60b52;
}

a.abort-link {
  display: block;
  float: left;
  font: 12px arial,sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-top: 4px;
  text-decoration: underline;
}