@charset "UTF-8";
/* CSS Document */

a.tt{
    position:relative;
    z-index:70;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:71;  background:;}
a.tt:hover span.tooltip{
	font-weight:normal;
	font-size:11px;
	display:block;
	position:absolute;
	top:0px; left:0;
	margin: 17px 0 0 0;
	width:200px;
	text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	color:#5f5f5f;
}
a.tt:hover span.top{
	display: block;
	padding: 25px 8px 0;
    background: url(../../img/content/tooltip_bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	font-size:11px;
	background: url(../../img/content/tooltip_bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(../../img/content/tooltip_bubble.gif) no-repeat bottom;
}




/* schmalere Variante: */

a.tt_klein{
    position:relative;
    z-index:70;
	font-weight:bold;
    text-decoration:none;
}
a.tt_klein span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt_klein:hover{ z-index:71;  background:;}
a.tt_klein:hover span.tooltip{
	font-weight:normal;
	font-size:11px;
    display:block;
    position:absolute;
    top:0px; left:0;
	margin: 17px 0 0 0;
	width:112px;
	
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	color:#5f5f5f;
}
a.tt_klein:hover span.top{
	display: block;
	padding: 25px 8px 0;
    background: url(../../img/content/tooltip_bubble_klein.gif) no-repeat top;
}
a.tt_klein:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	font-size:11px;
	background: url(../../img/content/tooltip_bubble_filler_klein.gif) repeat bottom; 
}
a.tt_klein:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(../../img/content/tooltip_bubble_klein.gif) no-repeat bottom;
}


/* breite Variante: */

a.tt_gross{
    position:relative;
    z-index:70;
	font-weight:bold;
    text-decoration:none;
}
a.tt_gross span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt_gross:hover{ z-index:71;  background:;}
a.tt_gross:hover span.tooltip{
	font-weight:normal;
	font-size:11px;
    display:block;
    position:absolute;
    top:0px; left:0;
	margin: 17px 0 0 0;
	width:300px;
	
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	color:#5f5f5f;
}
a.tt_gross:hover span.top{
	display: block;
	padding: 25px 8px 0;
    background: url(../../img/content/tooltip_bubble_big.gif) no-repeat top;
}
a.tt_gross:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	font-size:11px;
	background: url(../../img/content/tooltip_bubble_filler_big.gif) repeat bottom; 
}
a.tt_gross:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(../../img/content/tooltip_bubble_big.gif) no-repeat bottom;
}