/* Für nicht-CSS-Browser */

.fallback 		{
 			display: none;
			}


/* Here's our default note styles. */

.notedefault			{
				position: absolute;
				visibility: hidden;
				top: 1.5em;
				left: 2em;
				width: 10em;
				}

.notedefault 			{
				padding: 0px;
				border: 2px solid #6a696a;
				background-color: white;
				color: black;
				}

.notedefault table		{
				font-size: 11px;
				}

.notedefault table tr:hover	{
				background-color: #d1d1d1;
				}

.notedefault table td		{
				padding: 3px;
				border-bottom: 1px dotted #d1d1d1;
				}

.notedefault table td a		{
				color: black;
				}

/* Offset */

.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack	{
							margin-left: 5px;
							margin-top: 15px;
							}
