body{
	background: #fff url(images/body_bg.jpg) repeat-x;
	font: 11px Verdana;
	color: #787878;
	line-height: 20px;
	margin: 50px 0px 0px 0px;
}
img{
	border: 0px none;
}

.prawa{
	float: right;
}
.lewa{
	float: left;
}
a{
	color: #2179bc;
	font-weight: bold;
}
/***************************************************************/
#top{
	background: url(images/top_bg.jpg);
	width: 710px;
	height: 80px;
	padding: 30px 45px 0px 45px;
	margin: 0px auto;
	overflow: auto;
}
#top .logo{
	width: 200px;
	float: left;
}
#top .ofirmie{
	background: url(images/menu_ofirmie.gif);
}
#top .oferta{
	background: url(images/menu_oferta.gif);
}
#top .kontakt{
	background: url(images/menu_kontakt.gif);
}
#top .linki{
	background: url(images/menu_linki.gif);
}
#top a{
	width: 80px;
	height: 80px;
	display: block;
	float: right;
	text-indent: -5000px;
	margin-left: 10px;

}
#top a:hover{
	background-position: left -80px;
}
/*****************************************************************/
#bigwrap{
	background: #105087 url(images/bigwrap_bg.jpg) repeat-x;
	width: 100%;
	overflow: auto;
}
#wrap{
	background: #fff;
	width: 680px;
	padding: 10px 35px;
	margin: 0px auto;
	overflow: auto;
}
#content{
	width: 430px;
	float: right;
}
#content p{
	text-indent: 30px;
	text-align: justify;
}

#content h1 {
 
 font-size:17px;
 font-family:Arial;
 font-weight:normal;
 color:#2179bc;
 border-bottom: 1px solid #e7e7e7;
}

#content h2{
	background-repeat: no-repeat;
	text-indent: 0px;
	height: 25px;
	border-bottom: 1px solid #e7e7e7;
}

#content h3 {

   font-size:13px;

}

/*
#content h2.ofirmie{
	background-image: url(images/ofirmie.gif);
}
#content h2.oferta{
	background-image: url(images/oferta.gif);
}
#content h2.kontakt{
	background-image: url(images/kontakt.gif);
}
#content h2.linki{
	background-image: url(images/linki.gif);
}
*/


/*****************************************************************/
#footer{
	clear: both;
	background: url(images/footer_bg.jpg) no-repeat;
	width: 690px;
	margin: 0px auto;
	padding: 20px 55px 0px 55px;
	height: 60px;
}

#footer strong{
	color: #2179bc;
}
#footer a{
	text-decoration: none;
	font-weight: bold;
}
