
body
{
background-position: top left;
  background-image: url(tlo.png);
	background-repeat: no-repeat;
	background-size: 550px;



}



#logo
{
	width: 25%;
	height: 100%;
	float: left;

	margin-left: 10px;
margin-right: 30px;
}





.przycisk
{

margin-top: 5px;
margin-left: 10px;

float: left;
padding-right: 10px;

border-right: 2px solid grey;
border-bottom: 2px solid grey;
text-align: justify;
}
.przycisk:hover
{

	border-right: 3px solid red;
	border-bottom: 3px solid red;

}

.button
{
font-size: 30px;
text-decoration: none;
color: black;
font-family: 'Roboto', sans-serif;
}
.button:hover
{

color: blue;
}
#stopka
{
	color: white;

width: 100%;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	background-color: #545e54;
  text-align: center;
  height: 50px;

clear: both;

position: relative;
bottom: 5px;
top: 750px;


}
img{
  border: 2px solid grey;
}
header
{

	width: 100%;
	height: 150px;
background-color: white;
	border-bottom: 5px solid grey;

}
#menu
{

	width: 750px;
	height: 60px;

	position: absolute;
	left: 350px;
	top: 75px;



}
#content{
	text-align: center;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
  clear:both;
	position: relative;
	top: 33px;
height: auto;
}
li{
	text-align: left;
}


#mapa
{

position: relative;
right: 300px;
top: 55px;

}
#zdj{
	float: left;
		position: absolute;
		 left: 50px;
		 top: 100px;
}
#tekst{
	float: left;
	width: 650px;
  height: auto;
	position: absolute;
	 right: 150px;
	 top: 50px;
}

#box{
  float: left;
    position: absolute;
     left: 300px;
     width: auto;
height: auto;
     top: 50px;
}
