@media all and (max-width: 1280px){

body { 
	width: 1100px;
	height: 600px;
	margin-top: 0px;
}

h1 {
	display: block;
	width: 447px;
	height: 135px;
	background:url(../images/logo.png) no-repeat;
	text-indent: -998em;
	margin-top: 30px;
	margin-left: 70px; 
	//border: 1px solid red;
	float:left;
}

#srodek { 
	float: right;
	width: 550px;
	margin-top: 120px;
	margin-bottom: 20px;
}

#srodek  section section:nth-child(1){
	width: 225px;
	height: 55px;
	margin-bottom: 30px;
	margin-right: 290px;

}

#srodek  section section:nth-child(2){
	width: 225px;
	height: 350px;
	margin-right: 30px;
	overflow:scroll;
}


#srodek  section section:nth-child(3){
	width: 270px;
	height: 350px;

}

#srodek  section section h2 {
	font-size: 2.4em;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(1,1,1,0.4);
}

h3 {
	font-size: 2.4em;
	color: #fff;
	margin-top: -16px;
	margin-left: 40px;
	text-shadow: 1px 1px 2px rgba(1,1,1,0.4);
}

header > div { 
	width: 130px;
	height: 200px;
	background:url(../images/wstazka-mala.png) top left no-repeat;
	float: right;
	//border: 1px solid red;
	//margin-right: 131px;
	position:absolute;
	top:0;
	right: 80px;
}


}