@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #9D952F;
	color: #fff;
	height: 80px;
	width: 79px;
	font-size: 10px;
	border: 5px solid #020;
	padding: 8px 15px 8px 15px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	background-image: url(../hp10/img/styles/bg_body.png);
	background-repeat: repeat-x;
	background-position: 0 -2100px;
}
.tooltipQuickinfo {
	background-color: #D6D6D6;
	color: #000;
	height: 170px;
	width: 150px;
	font-size: 12px;
	border: 1px solid #222;
	padding: 8px 15px 8px 15px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	background-image: url(../hp10/img/styles/Java_Flow.jpg);
	text-align: justify;
}

.tooltipContent_high {
	background-color: #000;
	color: #FFF;
	height: 620px;
	width: 470px;
}
.tooltipContent_variabel {
	background-color: #000;
	color: #FFF;
	height: 320px;
	width: 620px;
}
.tooltip_hinweis {
	background-color: #191919;
	color: #FF0;
	height: 15px;
	width: 170px;
	font-size: 10px;
	cursor: hand;
}
.tooltip_king {
	background-color: #9D952F;
	color: #333;
	height: 276px;
	width: 400px;
	font-size: 10px;
	border: 1px solid #222;
	padding: 5px 5px 5px 5px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
}

