@charset "UTF-8";
/* Elements coming only once at a specific position in page */
	/* Header */
	  #site-header_container,
		#underheader-hidden-help-back-top {
		  height: 136px;
		}
		
		#site-header_container {
			position: fixed ;
		}
		
		
		#site-header {
		  margin-top: 26px;
			height:110px;
		}
		
		#site-header *.own-logo {
		  width: 100px;
		  height: 79px;
		  background-image: url('../images/site-header_own-logo.png');
		}
		
	#glob-menus {
	 		left: 140px;
			max-width: 760px; /*900 (full width) - 140 */
		}
		
		/* Main menu */
		#main-menu {
			margin-top: 20px ;
		}
		
		#main-menu li {
			padding-top: 21px;
		}
		
		#main-menu a {
	    /* zzzparam font-size:18px; */
	    /* zzzparam height: 47px; */
		}

/* High definition */
@media (min--moz-device-pixel-ratio: 1.3), 
			(-o-min-device-pixel-ratio: 2.6 / 2), 
			(-webkit-min-device-pixel-ratio: 1.3), 
			(min-device-pixel-ratio: 1.3), 
			(min-resolution: 1.3dppx) { 
		
	#site-header .own-logo {
      background-image: url('../images/site-header_own-logo_sz_2.png');
			background-size: 100px 79px; 
	}

}