/* Lexikon Layer */

#lexi {
	position:absolute;
	width:408px;
	overflow:hidden;
	z-index: 20;
}
.lexiframe {
	width: 384px;
	height: 250px;
	margin-top: 20px;
	border: 0px;
}

.av-body {
	border-left: 1px solid #A5AEBD;
	border-right: 1px solid #A5AEBD;
	background-color: #F9F9D7;
	padding: 5px 10px;
}

.av-close {
	position:absolute;
	top:5px; 
	right:13px;
}

/* Links, die auf die Hilfe (Lexikon) verweisen */
a.help-link {
	cursor: help;
	background-image: url(/Images/icons/s/help.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px; 
}

/* Lexikon-Seite */
.artikel {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 250px;
	width: 385px;
	overflow: auto;
	background-color: #F9F9D7;
}
.art-head {
	color: #70ABDD;
	font-size: 1.5em;
	font-family: Book Antiqua;
}
.art-text {
	color: #000000;
	font-size: 1em;
	font-family: Book Antiqua;
}

.MouseOverGrafikCSS {
 position: absolute;
 visibility: hidden;
 z-index: 100;
}