@import "../../nc_stylesheet.css.php";
/* LEXIKON */
.lexikon_keyword {font-family: Verdana, Arial, sans-serif;font-size: 11px;color: #CC0000;text-decoration: underline;}
.lexikon_keyword {font-family: Tahoma, Arial, sans-serif;font-size: 11px;color: #ff0000;text-decoration: none;}
#box a {
color: #70796c;
text-decoration: none;
}
#box a:hover {
color: white;
background: #000000;
text-decoration: none;
}
#box a span {display: none;}
#box a:hover span {
	display: block;
	color: #000000;
	background: #c0cada;
	width: 310px;
	border: 1px solid #70796c;
	z-index: 100;
	padding: 3px;
	position:absolute;
	font-weight: lighter;
}
