/*menucase------------------------*/
#headcase {
	padding:0;
	width:674px; /* 13 x 48*/
	height:84px; /* 48 Bild + 30 Terxt*/
	left:100px; 
	top:0px;
	position:absolute;
	z-index: 20;
	background-image: url("mwmgs/baum-band.gif");
	background-repeat:no-repeat;
	overflow:hidden;
	}
#webdesign {
	position:absolute;
	width:48px;
	height:20px;
	z-index:21;
	left: 626px;
	top: 38px;
}
	
ul#infomenu {
  padding:0; 
  margin:0; 
  width:624px; 
  height:84px; /* 48 Bild + 30 Terxt*/
	left:0px; 
	top:0px;
	position:absolute;
	overflow:hidden;
}
#infomenu li {
  list-style-type:none; 
  width:48px; 
  height:48px; 
  float:left; 
  z-index:100;
  }
#infomenu li span {
display:none;
}
#infomenu li.lft {
  float:left; 
  clear:left;
  }

#infomenu li.rgt {
  float:right; 
  clear:right;
  }
	
#infomenu a {
  position:relative; 
  width:48px; 
  height:48px; 
  display:block; 
  float:left; 
  z-index:100; 
  cursor:pointer;
}
	
#infomenu a img {
  width:48px; 
  height:48px; 
	border:none;
  z-index:100;	
  }

#infomenu a:hover {
  background:transparent; 
  width:624px; 
  height:48px; 
  padding:48px 0px; 
  position:absolute;
  left:0; 
  top:0; 
  z-index:20;
  }

#infomenu a:hover span {
	width:618px;
	font-size:14pt;
	line-height:28px;
	padding:2px;
	display:block;
	background-color:#EDEADA;         /*;#006600*/
	color:#006600;
	/*border:1px solid #FFCC00;*/
}

#infomenu a:hover img {
  position:relative; 
  width:48px; 
  height:48px; 
  border:0; 
  z-index:20;
	display:none;
}
	
/* hack for Internet Explorer */
#infomenu li.pad {
  height:0px; 
  display:block; 
  margin-top:-2px; 
  width:576px; 
  font-size:0pt;
  }

