

	/*
		Topnavi
	*/
     
     
    #topnavicontainer
    {
      background: url(../images/backgrounds/navi_top_bg_46_1.gif) top;    
      width: 100%;
      height: 46px;
    }
            
    #topnavi {     
      width: 100%;
      width: 980px;
      margin: 0 auto;      
      font-size: 1.1em;
    }
            
	#topnavi ul {
	  list-style-type: none;
	  float: left;
	  font-size: 1em;
	  margin: 0;
	  padding: 0;       
      height: 46px;

	}

        
     	 
	#topnavi 	ul li {
	  display: block;
	  float:left;
	  height: 46px;
	}
	 
	#topnavi 	ul li a {
	  display: block;
	  line-height: 42px;
	  text-align: left;
	  color: #fff;
	  text-decoration: none;
      padding: 2px 10px 2px 10px;  
	}
	

    
	#topnavi 	ul li.active a, #topnavi     ul li.active:hover a {
	  color: #FFF;
      background: url(../images/backgrounds/navi_top_bg_46_1_2_active.gif) top;                
	}   
	
	#topnavi 	ul li a:hover {
	  color: #FFF;
      background: url(../images/backgrounds/navi_top_bg_46_1_2_hover.gif) top;          
	}    

	
	/*
		Subnavi
	*/

	#subnavi	ul {
	  list-style-type: none;
	  font-size: 1em;
	  margin: 0 5px 15px 0;
	  padding: 0 0 0 0;
	}
	 
	#subnavi	ul li {
	  display: block;
	  margin: 0;
	  padding: 0;
	}
	 
	#subnavi	ul li a {
	  display: block;
      height: 40px;      
	  line-height: 40px;
	  text-align: left;
	  color: #333333;
	  text-decoration: none;
	  margin-bottom: 5px;
	  padding: 0 10px 0 10px;
	  background: url(../images/backgrounds/sub_inactive_bg.gif);	  
	}
	
	#subnavi	ul li a:hover {
	  background: url(../images/backgrounds/sub_hover_bg.gif);	    
	}
	
	#subnavi	ul li.active a {
	  color: #a80582;
	}		
	
	
	/* Untermenue */
	
	#subnavi	ul ul {
	  list-style-type: none; 
      font-size: 0.9em;    
	  margin: 0;
	  padding: 0 0 0 0;    
	}	
    
    #subnavi    ul ul li a {     
      height: 30px;    
      line-height: 30px;
      text-align: right;
      color: #333333;          
    }
    
    #subnavi    ul li.active li a {
      color: #333333;
    }             
		    
    #subnavi    ul ul li a:hover {
      background: url(../images/backgrounds/sub_hover_bg.gif);        
    }
    
    #subnavi    ul ul li.active a {
      color: #a80582;
    }          
