/* 1 Tool Tip Hauptframe */
a.tip1 {
	position: relative;
}
a.tip1 span {
	display: none;
	position: absolute;
	line-height:18px;
	font-weight:bold; 
	top: 8px;
	left: -10px;
	width: 342px;
	padding: 10px;
	z-index: 100;
	background: #FFF9CB;
	color: #666;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}
a:hover.tip1 { text-decoration: none;
	font-size: 99%; /* this is just for IE */
}
a:hover.tip1 span {
	display: block;
}

/* 2 Tool Tip Hauptframe */
a.tip2 {
	position: relative;
}
a.tip2 span {
	display: none;
	position: absolute;
	line-height:18px;
	font-weight:bold; 
	top: 8px;
	left: -80px;
	width: 342px;
	padding: 10px;
	z-index: 100;
	background: #FFF9CB;
	color: #666;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}
a:hover.tip2 { text-decoration: none;
	font-size: 99%; /* this is just for IE */
}
a:hover.tip2 span {
	display: block;
}

/* 3 Tool Tip Hauptframe */
a.tip3 {
	position: relative;
}
a.tip3 span {
	display: none;
	position: absolute;
	line-height:18px;
	font-weight:bold; 
	top: 8px;
	left: -165px;
	width: 342px;
	padding: 10px;
	z-index: 100;
	background: #FFF9CB;
	color: #666;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}
a:hover.tip3 { text-decoration: none;
	font-size: 99%; /* this is just for IE */
}
a:hover.tip3 span {
	display: block;
}

