
mitte {
      display: inline-block;
      vertical-align: middle;
    
      line-height: normal;
    }

.umenu { clear:both;}

.umenu li	{
list-style: none;
float:left;
margin-left:0.2em;
	font-weight:bold;
    
}

.umenu ul {
  padding-left: 1px;
}


.umenu ul li {

    font-size: 0.75em;
    width: 100px;

}

.umenu ul li a {
    

    
color: #ff0;
height: 3em;
	
text-align:center;

text-decoration: none;	
/*	-webkit-transition: all 1s ease-in-out;	
	-moz-transition: all 1s ease-in-out;	
	-o-transition: all 1s ease-in-out;	
	-ms-transition: all 1s ease-in-out;	
	transition: all 1s ease-in-out;
	*/
	
	-webkit-border-top-left-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	-moz-border-radius-topleft: 2em;
	-moz-border-radius-topright: 2em;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	
	
	
background:linear-gradient(to bottom left,  #cec, #373);
	 
display:block;  border:0.3em groove #000; margin-top:1.5em; padding:1em 0.2em 1em 0.2em; 
}

.umenu ul li a:hover {
	color: #ffa;
background:linear-gradient(to bottom, #363, #aca);
	height: 4em;
/*	border-color:#00f;  */
	margin-top: 0.5em  /* Menüfeld nach oben verlängern */
 }


/* ##### Umenu 2 ######################################## */



.umenu2 { clear:both;}

.umenu2 ul li	{
list-style: none;
float:left;
margin-left:15px;
	font-weight:bold;
	font-size:1.0em;
}

.umenu2 ul li a {
color: #555;
height: 5.5em;
	
text-decoration: none;	
/*
	-webkit-transition: all 1s ease-in-out;	
	-moz-transition: all 1s ease-in-out;	
	-o-transition: all 1s ease-in-out;	
	-ms-transition: all 1s ease-in-out;	
	transition: all 1s ease-in-out;
*/
background: #9b9;	
	 
display:block; width:200px; border:4px groove #f00; margin-top:1.5em; padding:2px; 
}

.umenu2 ul li a:hover {
	color: #ccc;
	background: #484;
	height: 6.5em;
	border-color:#00f;
	margin-top: 0.5em  /* Menüfeld nach oben verlängern */
 }

 
 
 /* ##### Umenu 3 ######################################## */
 
 .umenu3 { clear:both;}

.umenu3 ul li	{
list-style: none;
float:left;

margin-left:5px;
	font-weight:bold;
	font-size:1.0em;
}

.umenu3 ul li a {
color: #555;
height: 2.0em;
	
text-decoration: none;	
/*
	-webkit-transition: all 1s ease-in-out;	
	-moz-transition: all 1s ease-in-out;	
	-o-transition: all 1s ease-in-out;	
	-ms-transition: all 1s ease-in-out;	
	transition: all 1s ease-in-out;
*/
background: #9b9;	
	 
display:block; width:200px; border:2px groove #f00; margin-top:1.5em; padding:1px; 
}

.umenu3 ul li a:hover {
	color: #ccc;
	background: #484;
	height: 3.0em;
	border-color:#00f;
	margin-top: 0.5em  /* Menüfeld nach oben verlängern */
 }
 
 
