﻿@charset "UTF-8";
/* CSS Document */


span.note1, span.note2, span.note3 { /* Begriffe, die durch eine TagInfo n&auml;her erl&auml;uter werden */
	color:#006699;
	position:relative;
	cursor:default;
	}
	
.note1 em, .note2 em, .note3 em {
	position: absolute;
	text-align: center;
	font-style: normal;
	font-size: 11px;
	line-height: 1.2em;
	z-index: 2;
	display: none;
	/*border: 1px solid;*/
}

.note11 em {
	background: url(../images/icons/balloon1.png) no-repeat;
	width: 120px;
	height: 30px;
	top: -44px;
	left: -45px;
	padding-top: 9px;
}
.note12 em {
	background: url(../images/icons/balloon2.png) no-repeat;
	width: 180px;
	height: 30px;
	top: -44px;
	left: -65px;
	padding-top: 9px;
}
.note22 em {
	background: url(../images/icons/balloon22.png) no-repeat;
	width: 190px;
	height: 44px;
	top: -58px;
	left: -65px;
	padding-top: 9px;
}
.note32 em {
	background: url(../images/icons/balloon32.png) no-repeat;
	width: 183px;
	height: 58px;
	top: -72px;
	left: -50px;
	padding: 9px 5px 0 5px;
}
