html {
	color: #000;
	margin: 0;
	padding: 0;
}
body{
padding:0;
text-align:left;
margin: 0px 0px 0px 0px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 15px;
background-color:#DFE3EC;

}

p {
margin: 0;
padding: 0;
text-align: left;
}
h1 {
font-size: 36px;
margin: 0;
	padding: 0;
color: #fff;
}
h2 {
font-size: 20px;
margin: 0;
	padding: 0;
	font-weight: normal;
}
h3 {
font-size: 16px;
margin: 0;
	padding: 0;
}
h4 {
font-size: 12px;
margin: 0;
	padding: 0;
}
h5 {
font-size: 8px;
margin: 0;
	padding: 0;
}
h6 {
font-size: 6px;
margin: 0;
	padding: 0;
}

a:link {
color: #fff;
text-decoration: none;
}
a:visited {
color: #850A0F;
text-decoration: none;
}
a:hover   {color:#d8a555;
}
a.mail:link {
color: #3b0307;
text-decoration: none;
}
a.mail:visited {
color: #3b0307;
text-decoration: none;
}
a.mail:hover   {color:red;
}
ul li {
padding: 0;
margin: 0;
}
#container {
width: 980px;
margin: 0px auto 0px auto;
background-color: #fff;
overflow: hidden;
}
#top {
	float: left;
	height: 388px;
	width:980px;
	position: relative;
	background:url(../obrazki/przeprowadzki.jpg) #fff;
background-repeat: no-repeat;
}
.haslo1 {
position: absolute;
background-color: red;
border: 0px;
-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomleft: 30px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
right: 0px;
top: 26px;
font-size: 33px;
font-weight: bold;
color: #fff;
padding: 5px 10px;
}
.haslo2 {
position: absolute;
background-color: red;
border: 0px;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
left: 0px;
bottom: 5px;
font-size: 12px;
color: #fff;
padding: 5px 15px;
}
.haslo3 {
background-color: #e96f0c;
border: 0px;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
font-size: 17px;
color: #fff;
padding: 10px 10px;
margin: 5px 5px 5px 15px;
font-weight: bold;
}
.hasla {
	float: left;
	width: 40%;
}
.big {
font-size: 26px;
}
.tresc {
float: left;
width: 55%;
margin: 10px;
text-align: justify;
padding-left: 13px;
}
.stopka1 {
float: left;
width: 100%;
background-color: red;
text-align: center;
font-weight: bold;
font-size: 18px;
padding: 10px 0;
color: #fff;
margin-top: 10px;
}
.stopka {
padding-top: 5px;
width: 100%;
float: left;
background-color: #DFE3EC;
}
#MAIN {
float:left;
width:980px;
padding: 0;
margin: 20px 0 0 0;

}


#linki {
	width: 30%;
	float: left;
	color:#591315;
	font-size : 10px;
	padding: 1px 0 0 0;
	text-align: left;
	margin: 0px;
}
#WYKONANIE {
	width: 30%;
	float: right;
	color:#591315;
	font-size : 10px;
	padding: 1px 0 0 0;
	text-align: right;
	margin: 0px
}
.wyk {
font-weight: bold;
}
a.wyk:link {
color:#591315;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}
a.wyk:visited {
color:#591315;
font-size: 10px;
text-decoration: none;
}
a.wyk:hover {
text-decoration: underline;
color:#591315;
font-size: 10px;
}
.linki {
	padding: 20px;
}

 @media only screen and (max-width: 700px) {  
 #container {
 width:100%;
 }
 #top {
 width:100%;
 }
 h1 {
 font-size:5vw;
 }
 #MAIN {
 width:100%;
 }
 .hasla, .tresc {
 width:90%;
 }
 .stopka1 {
 width:100%;
 }
 
 
 }
