.hov table {position:absolute; border:0; border-collapse:collapse; left:0;}
.hov a {background:#ff0000; color:#000; text-decoration:none;}
.hov b {display:none; font-weight:normal;}
.hov:hover {position:relative; z-index:100;}
.hov a:hover,
.hov:hover a
{border:0; text-decoration:none; position:relative;}
.hov:hover b, 
.hov a:hover b
{display:block; visibility:visible; position:absolute; left:-10px; top:1em; background:#ffc; cursor:pointer; border:1px solid #888; padding:5px 10px;}
.hov b a {white-space:nowrap; color:#000; text-decoration:none; background:transparent; display:block;}
.hov b a:hover {text-decoration:underline;}

.hov_image table {position:absolute; border:0; border-collapse:collapse; left:0;}
.hov_image a {background:#ff0000; color:#000; text-decoration:none;}
.hov_image b {display:none; font-weight:normal;}
.hov_image:hover {position:relative; z-index:100;}
.hov_image a:hover,
.hov_image:hover a
{border:0; text-decoration:none; position:relative;}
.hov_image:hover b, 
.hov_image a:hover b {
text-align: left;
	display:block; 
	visibility:visible; 
	position:absolute; 
	left:-0px; 
	/*top:-55px;*/
	background:#e0f2f7; 
	cursor:pointer; 
	border:1px solid #888; 
	padding:5px 10px;
	width: 128px;
	z-index:200;
	}
.hov_image b a {white-space:nowrap; color:#000; text-decoration:none; background:transparent; display:block;}
.hov_image b a:hover {text-decoration:underline;}

.clear {clear:both;}

.tt_fett {font-weight: bold;}
