
    
        .trigger {
            position: absolute;
            padding: 0px;
        }
     
        /* Bubble pop-up */

        .popup {
                position: absolute;
                display: none;
                z-index: 50;
                border-collapse: collapse;
                padding: 0px;
                border-spacing:0px;
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
                padding: 0px;
        }

        .popup td#topleft { 
          background-image: url(../images/bubble-1.gif);
          background-repeat: no-repeat;
         }
        .popup td.top { background-image: url(../images/bubble-2.gif);}
        .popup td#topright { background-image: url(../images/bubble-3.gif);background-repeat: no-repeat; }
        .popup td.left { background-image: url(../images/bubble-4.gif); }
        .popup td.right { background-image: url(../images/bubble-5.gif);}
        .popup td#bottomleft { background-image: url(../images/bubble-6.gif); background-repeat: no-repeat;}
        .popup td.bottom { background-image: url(../images/bubble-7.gif); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; background-repeat: no-repeat;}
        .popup td#bottomright { background-image: url(../images/bubble-8.gif); background-repeat: no-repeat;}
         td.bottom, td.top{
          padding: 0px;
         }
         
         td.hilfe_content{
          max-width: 270px;
         }
        .popup table.popup-contents {
                font-size: 12px;

                background-color: #fff;
                color: #666;
                }

        table.popup-contents th {
                text-align: right;
                text-transform: lowercase;
                }

        table.popup-contents td {
                text-align: left;
                }
                
                