/*
ENGLISCH
*/



/*
PRODUKTSEITEN
E-MAIL INFO BUTTON
*/

#infoButton {
position: absolute;
bottom: -7px;
right: 15px;
width: 140px;
height: 62px;
background: url("../../gfx/getinfo_eng.gif") no-repeat center center;
border: 0;
}

html>body #infoButton {  /* nur fuer moderne Browser! */
position: fixed;
}

#infoButton a {
display: block;
height: 100%;
}

#infoButton a:hover {
background-color: transparent;
}

