    div.canvas {
        position:relative;
    }
    div.bubble {
        width:250px;
        display:block;
        position:absolute;
        left:100px;
        top:200px;
        padding:0px 18px 34px 2px;
        z-index:1;
    }
    div.image div.imageInner {
        background-repeat:no-repeat;
        position:absolute;
        z-index:14;
        top:14px;
        left:-3px;
        width:91px;
        height:91px;
    }
    div.imageBorder div.imageInner {
        top:15px;
        left:-2px;
        width:90px;
        height:90px;
    }
    div.bC {
        background-color:white;
        position:relative;
        left:-17px;
        z-index:2;
        padding:10px 10px 5px 10px;
    }
    div.image div.bC {
        height:70px;
        padding-left:100px;
        overflow:hidden;
    }
    div.imageBorder div.bC {
        height:71px;
        overflow:hidden;
    }

    div.bubble div.bT {
        background:url(/img/unicredit/bg/bubble_border_top.png) repeat-x top;
        position:relative;
        top:0px;
        left:0px;
    }
    * html div.bubble div.bT {
        background:url(/img/unicredit/bg/bubble_border_top.gif) repeat-x top;
    }

    div.bubble div.bB {
        background:url(/img/unicredit/bg/bubble_border_bottom.png) repeat-x bottom;
        position:relative;
        top:34px;
    }
    * html div.bubble div.bB {
        background:url(/img/unicredit/bg/bubble_border_bottom.gif) repeat-x bottom;
    }

    div.bubble div.bL {
        background:url(/img/unicredit/bg/bubble_border_left.png) repeat-y left;
        position:relative;
        top:-17px;
        left:-17px;
    }
    * html div.bubble div.bL {
        background:url(/img/unicredit/bg/bubble_border_left.gif) repeat-y left;
    }

    div.bubble div.bR {
        background:url(/img/unicredit/bg/bubble_border_right.png) repeat-y right;
        position:relative;
        left:34px;
    }
    * html div.bubble div.bR {
        background:url(/img/unicredit/bg/bubble_border_right.gif) repeat-y right;
    }

    div.bubble div.cTL {
        background:url(/img/unicredit/bg/bubble_corner_top_left.png) no-repeat;
        width:17px;
        height:17px;
        position:absolute;
        top:0px;
        left:-15px;
    }
    * html div.bubble div.cTL {
        background:url(/img/unicredit/bg/bubble_corner_top_left.gif) no-repeat;
    }

    div.bubble div.cTR {
        background:url(/img/unicredit/bg/bubble_corner_top_right.png) no-repeat;
        width:17px;
        height:17px;
        position:absolute;
        top:0px;
        right:1px;
    }
    * html div.bubble div.cTR {
        background:url(/img/unicredit/bg/bubble_corner_top_right.gif) no-repeat;
    }

    div.bubble div.cBL {
        background:url(/img/unicredit/bg/bubble_corner_bottom_left.png) no-repeat;
        width:17px;
        height:17px;
        position:absolute;
        bottom:0px;
        left:-15px;
    }
    * html div.bubble div.cBL {
        background:url(/img/unicredit/bg/bubble_corner_bottom_left.gif) no-repeat;
    }

    div.bubble div.cBR {
        background:url(/img/unicredit/bg/bubble_corner_bottom_right.png) no-repeat;
        width:17px;
        height:17px;
        position:absolute;
        bottom:0px;
        right:1px;
    }
    * html div.bubble div.cBR {
        background:url(/img/unicredit/bg/bubble_corner_bottom_right.gif) no-repeat;
    }

    div.bubble div.schnuffel {
        position:absolute;
        bottom:0px;
        width:44px;
        height:33px;
    }
    div.left div.schnuffel {
        background:url(/img/unicredit/bg/bubble_schnuffel_left.png) no-repeat;
        left:-15px;
        bottom:-16px;
        /* float:auto; */
    }
    div.left div.cBL {
        background:none;
    }
    * html div.left div.schnuffel {
        background:url(/img/unicredit/bg/bubble_schnuffel_left.gif) no-repeat;
        bottom:-17px;
    }

    div.right div.schnuffel {
        background:url(/img/unicredit/bg/bubble_schnuffel_right.png) no-repeat;
        bottom:-16px;
        right:1px;
        /* float:auto; */
    }
    div.right div.cBR {
        background:none;
    }
    * html div.right div.schnuffel {
        background:url(/img/unicredit/bg/bubble_schnuffel_right.gif) no-repeat;
        bottom:-16px;
    }

    div.topRight div.schnuffel {
        background:url(/img/unicredit/bg/bubble_schnuffel_topright.png) no-repeat;
        top:1px;
        right:-15px;
        /* float:auto; */
        width:33px;
        height:44px;
    }
    div.topRight div.cTR {
        background:none;
    }
    * html div.topRight div.schnuffel {
        background:url(/img/unicredit/bg/bubble_schnuffel_topright.gif) no-repeat;
        bottom:-16px;
    }

    div.topLeft div.schnuffel {
        background:url(/img/unicredit/bg/bubble_schnuffel_topleft.png) no-repeat;
        top:1px;
        left:-31px;
        /* float:auto; */
        width:33px;
        height:44px;
    }
    div.topLeft div.cTL {
        background:none;
    }
    * html div.topLeft div.schnuffel {
        background:url(/img/unicredit/bg/bubble_schnuffel_topleft.gif) no-repeat;
        bottom:-16px;
    }

/** UcPTaglist anders **/
div.bubblecontent {
    width:auto;
}
div.bC h1 {
    margin-bottom:5px;
}
div.bubble div.moreLink {
    margin-right:0px;
}

