				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 34px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../grafik/tooltip/tipTop.png) no-repeat top;
	}
	
.tipMid {background: transparent url(../grafik/tooltip/tipMid.png) repeat-y; padding: 0 25px 20px 25px; font-size:12px; font-weight:bold; color:#FFFFFF;}
.tipBtm {background: transparent url(../grafik/tooltip/tipBtm.png) no-repeat bottom; height: 32px;}