@CHARSET "UTF-8";

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.tooltip{
    display:block;
    position:absolute;
	z-index: 1;
    top:0px; left:0;
        padding: 15px 0 0 0;
        width:200px;
        color: #ca0000;
    text-align: center;
        filter: alpha(opacity:90);
        KHTMLOpacity: 0.9;
        MozOpacity: 0.9;
        opacity: 0.9;
}
span.top{
        display: block;
        padding: 30px 8px 0;
    background: url(/hauptbereich/bilder/bubble.gif) no-repeat top;
}
span.middle{ /* different middle bg for stretch */
        display: block;
        padding: 0 8px;
        background: url(/hauptbereich/bilder/bubble_filler.gif) repeat bottom;
}
span.bottom{
        display: block;
		padding:3px 8px 10px;
        color: #603913;
    background: url(/hauptbereich/bilder/bubble.gif) no-repeat bottom;
}


