body {
	padding: 0em;
	margin: 0em;
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	background-position-x: center;
	/* background-position-y: 1em; */
	/* Odstraní spodní scroll bar */
	overflow-x: hidden;
	background-repeat: repeat;
	/* background-size: auto; */

	/* width: 100%; */
}
@media screen and (max-width: 1100px) {
	body{
		background-size: 1600px;
	}
}
@media screen and (max-width: 1000px) {
	body{
		background-size: 1500px;
	}
}
@media screen and (max-width: 900px) {
	body{
		background-size: 1400px;
	}
}
@media screen and (max-width: 800px) {
	body{
		background-size: 1300px;
	}
}
@media screen and (max-width: 700px) {
	body{
		background-size: 1200px;
	}
}
@media screen and (max-width: 600px) {
	body{
		background-size: 1100px;
	}
}
@media screen and (max-width: 500px) {
	body{
		background-size: 1200px;
	}
}
@media screen and (max-width: 300px) {
	body{
		background-size: 900px;
	}
}
@media screen and (max-width: 200px) {
	body{
		background-size: 800px;
	}
}