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

}
.ebene1 {
	width: 480px;
	padding-left: 0px;
	height: 16px;
}
.ebene2 {

}
div#navi {
	width: auto;
	margin: 0px 0px 0px 0px;
	height: auto;
}
div#navi ul {
	margin: 0;
}
div#navi li {
	position: relative;
	list-style: none;
	margin: 0;
}
div#navi li:hover {
	width: auto;
}
div#navi li.onavi {
	width: auto;
	height:50px;
	padding-left:0px;
	z-index:999;
}
div#navi li.onavi:hover {
}
div#navi li a {
	padding: 0;
}
div#navi>ul a {
	width: auto;
}
div#navi ul ul {
	position: absolute;
	top: 35px;
	left: 0px;
	display: none;
}
div#navi ul.ebene3 li.onavi:hover ul.ebene4 {
	display:block;
	padding-top:3px;
	padding-left:0px;
	width:70px;
	height:50px;
	z-index:800;
}
.ebene3 {
}
.ebene4 {
}
#hoverEbeneStyle {
	position:absolute;
	width:420px;
	height:603px;
	background-color:#D4F3FB;
	background-image: url(../img/flyouthinter3.jpg);
	background-repeat:no-repeat;
	padding-top: 14px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
}
