body {
    font: 12px Arial;
    color: #5c5d5f;
    background-color:#FFFFFF;
		background-image:url(../img/);
    background-repeat:repeat-x;
    background-position:top;	
    margin:0px;
    padding:0px;
		line-height:150%;
}

img {
		border:none;
}

p{
    padding:0px;
    margin:0px;
}

h1, h2, h3 {
    padding:0px;
    margin:0px;
    font-size:inherit;
    font-weight:inherit;
    display:inline;
}

#lewy{
		float:left;
		padding:15px;
		width:430px;
		line-height:150%;
		text-align:justify
}

#prawy {
		float:left;
		padding:10px;
		margin-left:20px;
}

.klima{
	float:left;
	width:150;
	margin-right:10px;
	text-align:center;
	color:#3967a2;
}

.wenty{
		float:left;
		margin-left:50px;
		width:150;
		text-align:center;
		color:#3967a2;
}

.right{
		text-align:right;
		margin:10px 10px 5px 0;
}

.podpis{
		text-align:right;
		margin-right:15px;
		font-size:14px;
		color:#1f4885;
		font-weight:bold;}

.copy{
		float:left;
		margin:20px 0 20px 5px;
		letter-spacing:2px;
}

.wykonanie{
		float:right;
		margin:20px 5px 20px 0;
}

#container {
    width:800px;
    margin:0 auto;
}

#info{
	float: left;
}

#rz_firma{
	float: right;
	margin-top: 50px;
}

a:link {text-decoration: none; color:#025590;}
a:visited {text-decoration: none; color:#025590;}
a:hover {text-decoration: none; color:#7bb2d9;}
a:active {text-decoration: none; color:#025590;}


/* Popup container */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: max-content; /* Could be more or less, depending on screen size */
  position: relative;
}

/* The Close Button */
.close {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  margin: -30px;
  right:0;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


