/* Button ein- und ausschalten
----------------------------------------------------------
sichtbar: display: block;
unsichtbar: display: none;

Anweisung unten entsprechend ändern!  --> speichern!
----------------------------------------------------------*/


.button a  {
     position: absolute;
     left: 560px;
     top: 440px;
     background: url(/pictures/button.png) no-repeat;
     width: 186px;
     height: 175px;
     display: block;     /* <-- hier ändern */
}







.button h3 {text-indent: -9999px;}


.button a {
behavior: url(/jscript/global/navigation/iepngfix.htc);
}

