/* CSS Document */
/* tooltip for startpage www.karla-innovations.com */

.tooltip {
	position: absolute;
	display: none;
	background-color: #eee;
}
.tooltip2 {
	position: absolute;
	display: none;
	border-top: 1px #e0e0e0;
	border-right: 2px #eee;
	border-bottom: 2px #eee;
	border-left: 1px #e0e0e0;
	padding: 1px;
	background-color: #eee;
}
.tooltip2 .head{
	background-color: #F0F0F0;
	color: white;
	font-weight: bold;
	padding: 1px;
}
.tooltip2 .content{
	color: #333;
	font-size: 10px;
	border: 1px;
}
.tooltip2 .content td{
	width: 50%;
	font-size: 10px;
	text-align: center;
}
.tooltip3 {
	position: absolute;
	display: none;
}
/* dieser tooltip zeigt ein transparentes bild */
.tooltip3 img {
	-moz-opacity: 0.4;
	filter: alpha(Opacity=40);
}
strong {
	font-weight: bold;
}

