  
	
 header {top: -60px;
	 -moz-transition-property: top;
                -o-transition-property: top;
                -webkit-transition-property: top;
                transition-property: top;
    			-moz-transition-duration: 1s;
                -o-transition-duration: 1s;
                -webkit-transition-duration: 1s;
                transition-duration: 1s;  
				transition-timing-function: ease-in-out;
			
	  
  }
  #spacer {height: 0px;}
  .sticky #spacer {height: 180px;}

  .sticky header {position: fixed; top: 0px; z-index: 2000; height:46px;} 


  .notfall_banner {} 
  .sticky .notfall_banner {height:0; display:none;} 
  
.sticky nav.absolute { top: -2px; }

.sticky .logo a { overflow: hidden; height: 44px;}

.sticky .logo a img {height: 60px;}
  .sticky .logo .title {height:0; display:none;} 
    .sticky .logo .desc {height:0; display:none;} 