clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 34px; /*das war 24!!*/
    width: 115px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 10px 0 10px 16px;
} 
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: 10px 0 10px 18px; /* push text down 1px */
} 



/* SLIDESHOW 
#slideshow {
  position: absolute;
  top: 31px;
  right:26px;
  width: 306px;
  height: 491px;
  z-index: 12;
}*/

#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
 }

#slideshow img.start {
 display:block;
}
