
/* DYNTIP KAESTCHEN - TIM */

#dynatip {
	display:none;
	background:transparent url(/images/black_arrow.png);
	font-size:10px;
	height:150px;
	width:160px;
	padding:15px 25px 35px 25px;
	color: #000000;
	z-index: 1;
}

/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}


/* override the arrow image of the tooltip */ 
#dynatip.bottom { 
    background:url(/images/black_arrow_bottom.png);     
    padding-top:40px; 
    height:150px; 
    color: #000000;
} 
 
#dynatip.bottom { 
    background:url(/images/black_arrow_bottom.png) no-repeat; 
    color: #000000;
}



