@charset "utf-8";
/* CSS Document */
/***************************************************************
 * Tooltip - relativ
 ***************************************************************/
a.ttipp, a.ttipp:link, a.ttipp:visited, a.ttipp:active  {
	position: relative;
	text-decoration: none; 
	font-style: italic;
	color1: #0000ff; 
}
a.ttipp:hover {
	color: #0000ff; 
	cursor:help;
	background: transparent;
}
a.ttipp span {
	display: none;  
	text-decoration: none; 
}
a.ttipp:hover span {
	display: block;
	position: absolute; 
	top: 20px; 
	left: 0; 
	width: 200px;
	z-index: 100;
	color: #000000; 
	border:1px solid #000000; 
	background: #FFFFCC;
	font: 12px Verdana, sans-serif; 
	text-align: left;
}
a.ttipp span b {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weigth: bold;
	color: yellow;
	background-color: gray;
	border: 0px;
	border-bottom: 1px solid black;
}
