@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
{


	filter:alpha(opacity:0.1);
	position: absolute;
	z-index: auto;
}

.tooltipContent
{
	border: 1px dashed #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	width: 300px;
	background-repeat: no-repeat;
	height: auto;
	background-color: #dce0d2;
	background-image: url(../bilder/activ.gif);
}
.tooltipContentKopie {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	width: 300px;
	background-repeat: no-repeat;
	height: auto;
}
.iframeTooltipKopie {


	filter:alpha(opacity:0.1);
	position: absolute;
	z-index: auto;
}

