@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
{
	height: 35px;
	font-size: 12px;
	text-align: left;
	width: 45em;
}
#sprytooltip1 table {
	background-color: #FFF;
	border: 2px solid #CCC;
}

#sprytooltip1 table tr td h1 {
	font-size: 18px;
	font-weight: bold;
}
#sprytooltip1 table tr td h2 {
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
}
#sprytooltip1 table tr #spalte {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F90;
}

#content table tr td #sprytrigger1 {
	color: #F90;
}

#sprytooltip2 table {
	background-color: #FFF;
	border: 2px solid #CCC;
}
