#header-wrapper{
	width: 100%;
	background: url('../images/header/header-wrapper-background.jpg');
	background-repeat: repeat-x;
	overflow: visible;
}
#header-background{
	background-image:url('../images/header/header-background.jpg');
	background-repeat:  no-repeat;
	background-position: center;
	margin:auto;
	z-index:-100;
}
#header{
	width: 980px;
	height: 240px;
	margin: auto;
}

/***** top-menu *******/
#top-menu, #top-menu li, #top-menu li a{
  float: left;
}
#top-menu{
	list-style: none;
	margin-left: 30px;
	margin-top: 44px;
}
#top-menu li a{
	height: 56px;
}
#top-menu #wolters-logo-top-menu{
	padding-top: 56px;
	width: 198px;
	background: url('../images/header/wolters-logo-top-menu.png') no-repeat;	
}
#top-menu #badz-w-naszej-sieci-top-menu-link{
	width: 194px;
	background: url('../images/header/badz-w-naszej-sieci-top-menu-link.jpg') no-repeat;
}
#top-menu #kogo-szukamy-top-menu-link{
	width: 147px;
	background: url('../images/header/kogo-szukamy-top-menu-link.jpg') no-repeat;
}
#top-menu #oferty-pracy-top-menu-link{
	width: 124px;
	background: url('../images/header/oferty-pracy-top-menu-link.jpg') no-repeat;
}
#top-menu #jak-dac-sie-zlapac-top-menu-link{
	width: 165px;
	background: url('../images/header/jak-dac-sie-zlapac-top-menu-link.jpg') no-repeat;
}
#top-menu #kontakt-top-menu-link{
	width: 111px;
	background: url('../images/header/kontakt-top-menu-link.png') no-repeat;
}

