#headerwrapper {
	background: url(../images/bg_textur_uhz.png) repeat-x bottom center;
	padding-bottom: 2.5em
	}
		
	a.logo {
		background: url(../images/logo/logo_uhz_m.png) no-repeat top left;
		margin: .5em 0 .5em .3em;
		width: 410px;
		min-height: 75px;
		height:75px;
		}	
	a:hover.logo {
		background: url(../images/logo/logo_uhz_m_hov.png) no-repeat top left;
		}		






/* RESPONSIVE DESIGN --- 980
--------------------------------------------- */

									@media screen and (max-width: 980px) {
									
									a.logo {
											}	
										a:hover.logo {
											}			
											
								
									
									}		


/* RESPONSIVE DESIGN --- 700
--------------------------------------------- */

									@media screen and (max-width: 700px) {
									
									
										a.logo {
											width: 280px;
											margin: .4em 0 .3em .3em;
											
											min-height: 55px;
											height:auto !important;
											height:55px;											
											background: url(../images/logo/logo_uhz_s.png) no-repeat top left 
											}	
										a:hover.logo {
											background: url(../images/logo/logo_uhz_s_hov.png) no-repeat top left;
											}			
											
								
									
									}		
									
						



/* RESPONSIVE DESIGN --- 450
--------------------------------------------- */


									@media screen and (max-width: 450px) {
									
									a.logo {
											float: left;
											width: 100%;
											margin: .4em 0 .2em 0;
											
											
											background: url(../images/logo/logo_uhz_s.png) no-repeat top center 
											}	
										a:hover.logo {
											background: url(../images/logo/logo_uhz_s_hov.png) no-repeat top center;
											}		
									
									
									}