body {
  behavior: url(../scripts/csshover.htc);
} /* WinIE behavior call */
div#textfly {
	width: auto;
	margin: 0px 0px 0px 0px;
	height: auto;
	z-index: 999;
	text-align: left;
}
div#textfly ul {
	margin: 0;
}
div#textfly li {
	position: relative;
	list-style: none;
	margin: 0;
}
div#textfly li:hover {
	width: auto;
}
div#textfly li.otextfly {
	width: 350px;
	padding-left:0px;
	z-index:999;
	margin-left: 0px;
	white-space: nowrap;
}
div#textfly li.otextfly:hover {
}
div#textfly li a {
	padding: 0;
	cursor:help;
}
div#textfly>ul a {
	width: auto;
}
div#textfly ul ul {
	position: absolute;
	top: -320px;
	left: 310px;
	display: none;
}
div#textfly ul.ebene3 li.otextfly:hover ul.ebene4 {
	display:block;
	width:350px;
	z-index:999;

}
.ebene3 {
	width: 400px;
	padding-left: 0px;
	height: 16px;
}
.ebene4 {

}

#hoverEbeneStyle {
	position:absolute;
	width:420px;
	height:603px;
	background-color:#D4F3FB;
	background-image: url(../img/flyouthinter3.jpg);
	background-repeat:no-repeat;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
	text-align: left;
	top: -300px;
	left: 310px;
}
