html, body
{
	margin: 0;
	padding: 0;
}

#pasek
{
	position: absolute;
	top: 127px;
	left: 0;
	height: 43px;
	width: 100%;
	background-image: url(../images/pasek.png);
}

#logo
{
	left: 578px;
	top: 0;
	position: absolute;
	width: 411px;
	height: 233px;
	background-image: url(../images/logo.png);
}

#napis
{
	left: 590px;
	top: 158px;
	position: absolute;
	width: 349px;
	height: 20px;
	background-image: url(../images/napis.png);
}

#linki
{
	left: 33px;
	top: 93px;
	position: absolute;
	width: 349px;
	height: 47px;
	
}

#linki a
{
	display: block;
	width: 62px;
	height: 47px;
	background : url(../images/botton.png);
	margin-right: 16px;
	float: left;
}

#linki a:hover
{
	background : url(../images/botton_h.png);
}

#linki a.firma
{
	background : url(../images/botton_firma.png);
}

#linki a.firma:hover
{
	background : url(../images/botton_firma_h.png);
}

#linki a.oferta
{
	background : url(../images/botton_oferta.png);
}

#linki a.oferta:hover
{
	background : url(../images/botton_oferta_h.png);
}

#linki a.uslugi
{
	background : url(../images/botton_uslugi.png);
}

#linki a.uslugi:hover
{
	background : url(../images/botton_uslugi_h.png);
}

#linki a.kontakt
{
	background : url(../images/botton_kontakt.png);
}

#linki a.kontakt:hover
{
	background : url(../images/botton_kontakt_h.png);
}

#linki.firma a.firma
{
	background : url(../images/botton_firma_h.png);
}

#linki.oferta a.oferta
{
	background : url(../images/botton_oferta_h.png);
}

#linki.uslugi a.uslugi
{
	background : url(../images/botton_uslugi_h.png);
}

#linki.kontakt a.kontakt
{
	background : url(../images/botton_kontakt_h.png);
}





#linki a.mapa-witryny
{
	width: 51px;
	height: 39px;
	position: absolute;
	left: 400px;
	top: 10px;
	
	background : url(../images/mapa_button.png);
}







#haslo
{
	left: 0px;
	top: 192px;
	position: absolute;
	width: 646px;
	height: 35px;
	_background-image: url(../images/haslo.png);
}

#link{
	position: absolute;
	left: 10px;
}

#text
{
	left: 0px;
	top: 246px;
	position: absolute;
	width: 550px;
	height: 500px;
	font-size: 11px;
	font-family: Verdana;
	padding-left: 50px;
}

#textw
{
	left: 0px;
	top: 246px;
	position: absolute;
	width: 550px;
	height: 500px;
	font-size: 11px;
	font-family: Verdana;
	padding-left: 40px;
}

#images
{
	position: absolute;
	left: 700px;
	top: 20px;
}

.news
{
	display: block;
	width: 435px;
	height: 107px;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}

a img
{
	border: 0;
}

a
{
	color: rgb(0,0,0);
}

a:hover
{
	color: red;
}

#footer
{
	left: 0px;
	position: absolute;
	width: 100%;
	height: 118px;
	background-repeat: no-repeat;
}

#footertlo
{
	height: 118px;
	width: 100%;
	background-image: url(../images/footer.jpg);	
	background-repeat: no-repeat;
	background-color: rgb(135, 132, 133);
}

#footerimg
{
	left: 0px;
	position: absolute;
	width: 100%;
	height: 118px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-color: rgb(135, 132, 133);
 
}


