* {
  padding: 0;
  margin: 0;
}
html, body {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	background: #FFF;
}
#main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
	color: #666;
	background: #FFF;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;		
}
a:focus {
	outline: 0;
}
#stop {
	clear: both;
}
/* menu START */
#firma, #oferta, #kontakt, #galeria, #referencje {
	float: left;
	display: block;
	width: 214px;
	height: 31px;
	background: url('../images/m_firm.jpg') no-repeat;
}
#oferta {
	height: 36px;
	background: url('../images/m_ofer.jpg') no-repeat;
}
#kontakt{
	height: 36px;
	background: url('../images/m_kont.jpg') -214px 0 no-repeat;
}
#galeria {
	height: 33px;
	background: url('../images/m_gale.jpg') 0 -33px no-repeat;
}
#referencje {
	height: 33px;
	background: url('../images/m_refe.jpg') no-repeat;
}
/* menu END */
#real {
	float: left;
	display: block;
	width: 156px;
	height: 107px;
	background: url('../images/real.jpg') no-repeat;
}
#real:hover {
	background: url('../images/real.jpg') 0 -107px no-repeat;
}
.wiecej {
	float: right;
	display: block;
	width: 52px;
	height: 15px;
	background: url('../images/wiecej.jpg') no-repeat;
	margin-top: 15px;
}
.wiecej:hover {
	background: url('../images/wiecej.jpg') 0 -15px no-repeat;
}
#lewa {
	float: left;
	width: 214px;
	padding-left: 25px;
}
#lewa ul {
	list-style: none;
}
#realizacja {
	float: left;
	width: 185px;
	height: 169px;
	padding: 78px 0 0 29px;
	background: url('../images/l1.jpg') no-repeat;
}
#realizacja p {
	font-style: italic;
	color: #777;
}
#content {
	float: left;
	width: 443px;
	padding: 20px 40px;
}
#content p {
	float: left;
	text-align: justify;
	line-height: 17px;
}
#content .pasek {
	float: left;
	width: 443px;
	height: 5px;
	margin: 20px 0;
	border-bottom: 1px solid #AAA;
}
h1 {
	font-size: 11pt;
	margin-bottom: 15px;
	color: #000;
}
#prawa {
	float: left;
	width: 187px;
}
#prawa img.marg {
	margin-bottom: 21px;
}
#footer {
	float: left;
	width: 1000px;
	height: 72px;
	padding: 0;
	background: url('../images/footer.jpg') 25px 0 no-repeat;
}
ul.menu {
	float: left;
	padding: 20px 0 0 122px;
}
ul.menu li {
	display: inline;
	white-space: nowrap;
	padding: 0 8px;
}
ul.menu li span {
	margin-left: 16px;
}
#footer div {
	float: left;
	padding: 50px 0 0 55px;
}
#footer strong {
	color: #C80D14;
}
#footer img {
	float: right;
	margin: 24px 51px 0 0;
}