/************** HEADER **************/
.header {	 		position:relative; height:350px; border-bottom:5px solid white; border-top:5px solid white; }
.headerLogo {		position:absolute; margin:20px 0 0 55px; width:192px; height:292px; z-index:5; }
.headerLogo_bg {	position:absolute; top:0; left:0; width:310px; height:350px; z-index:4;
					background:url(images/header_logo_bg_alfa.png) repeat;
					_background:url(images/header_logo_bg_alfa.png)!important;
					_background:url(no-image);
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='structure/header/images/header_logo_bg_alfa.png'); }

.headerBottom_bg {	position:absolute; top:320px; left:0; width:930px; height:30px; background:white; z-index:3;
					background:url(images/header_bottom_bg_alfa.png) repeat;
					_background:url(images/header_bottom_bg_alfa.png)!important;
					_background:url(no-image);
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='structure/header/images/header_bottom_bg_alfa.png'); }


.headerAdress {		position:absolute; top:330px; left:320px; z-index:5;
					font-weight:bold; }
.headerAdress a{	color:#455a20; }
