   
 /* Homepage menu */
 
 .homemenu {	
    /* ul level 0*/
    border:0 solid #444;
    padding:0;
    margin: 16px 0 16px 6px; 
    width:100%;
    display:block;
    float:left;
    }
    
.homemenu li.color1 a{
    background-color: #0D2F3A;
    }    
.homemenu li.color2 a {
    background-color: #005D7B;
    }    
.homemenu li.color3 a {
    background-color: #7B7406;
    }        
.homemenu h4 {
    position: absolute;
    top:42px; left:0px;
    display: none;
    text-align: center;
    font-size: 16px;
    }   
    
.homemenu li {
    /*  li level 0 */  
    list-style: inside; 
    list-style-type:none;
    list-style: none;
    display: block;
    width:33.2%;
    margin:0 0 0 0px;
    padding:0;
    float:left;
    border:0px solid #fff;
    position:relative;
    }
    
 
.homemenu a {
  display:block;
  text-decoration:  none;
  line-height: 72px;
  text-align: center;
  font-size: 24px;
  height:94px;
  
   }
.homemenu a:hover {
    text-decoration:  none;
    }
   
.homemenu li .hiwrap {
    width:100%;
    margin:36px 0 0 0;
    padding:0;
    height:auto;
    max-height:420px;
    min-height:342px;
    overflow: hidden;
    filter: alpha(opacity=50);
    opacity:.50;
    }   
    
.homemenu .hiwrap:hover,.homemenu li:hover .hiwrap {
    filter: alpha(opacity=100);
    opacity:1;	 
     }         
.homemenu .hiwrap img {
    width: 100%;
    height:auto;
    
    }    
    
/*
 *	Homemenu Ebene 2
 */
 
