body{
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	background-color: lightgrey;
	width: 1000px;
}
.stranka{
}
.hlavicka{
	height: 70px;
	width: 100%;
	background-color: grey;
	text-align: left;
	float: left;
}
.obrazky{
	float: left;
}
.paticka{
	float: left;
	height: 70px;
	width: 100%;
	background-color: grey;
	text-align: right;

}