html, body {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    height: 100%;
    width: 100%;
    color: white;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

hr {
	height: 0 !important; 
	 height: 1px; /* wysokosc pod ie */ 
	 color: #000000; /* kolor pod ie */ 
	 background: transparent; 
	 border-width: 1px 0 0 0; 
	 border-color: #000000; 
	 border-style: solid;
}

#pasek_gora {
	position: absolute;
	left: 0px;
	width: 100%;
	min-width: 1000px;
	height: 280px;
	background: url(../images/pasek.jpg) top no-repeat ;
	margin-top: 100px;	
	z-index: 2;
}

#container {
	width: 1000px;
	margin: 0px auto;	
	z-index: 3;
}


#container_top {
	position: absolute;
	width:100%; 
	min-width: 1000px;
	height:auto!important;
	min-height: 100%;
	height:100%; 
	top:0; 
	left:0;  
	z-index: 1;	
	background: url(../images/tlo.png) top repeat-y;
}

#naglowek {
	position: relative;
	width: 1000px;
	height: 380px;
	background: url(../images/naglowek.jpg) top no-repeat;
	z-index: 100;
}

#tresc {
	width: 755px;
	padding-bottom: 100px;
	z-index: 2;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 24px;
}

#prawa_strona{
	position: absolute;
	top: 0px;
	width: 220px;
	height: 100%;
	margin-left: 780px;
	background: url(../images/plomien_gora.png) bottom right no-repeat;
	z-index: 0;
}

#prawa_tresc{
	margin-top: 380px;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	font-weight: bold;
	color: #949494;
	font-size: 10px;
}

.kontakt_tytul {
	color: white;
	font-size: 14px;
}

.kontakt_tresc {
	line-height: 20px;
}

#tresc_dol_firma {
	position: absolute;
	width: 779px;
	height: 309px;
	background: url(../images/firma_tlo.jpg) top left no-repeat;
	bottom: 75px;
	z-index: -10;
}

#tresc_dol_referencje {
	position: absolute;
	width: 779px;
	height: 483px;
	background: url(../images/referencje_tlo.jpg) top left no-repeat;
	bottom: 75px;
	z-index: -10;
}

#tresc_dol_certyfikaty {
	position: absolute;
	width: 779px;
	height: 183px;
	background: url(../images/certyfikaty_tlo.jpg) top left no-repeat;
	bottom: 75px;
	z-index: -10;
}

#tresc_dol_kontakt {
	position: absolute;
	width: 779px;
	height: 293px;
	background: url(../images/kontakt_tlo.jpg) top right no-repeat;
	bottom: 75px;
	z-index: -10;
}

#stopka_tlo {
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-width: 1000px;
	height: 75px;
	background: url(../images/stopka.jpg) top no-repeat;
	z-index: 1;
	margin: 0px auto;
	left: 0px;
}

#stopka {
	position: relative;
	bottom: 0px;
	width: 1000px;
	height: 75px;
	z-index: 2;
	margin: 0px auto;
	background: url(../images/plomien_dol.png) top right no-repeat;
}

#usl {
	width: 700px;
	margin: 0px auto;
}

/*
#usl img {
	margin-left: 40px;
	margin-top: 30px;
}
*/

#stopka ul {
	position: absolute;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	top: 27px;
}

#stopka ul li{
	float: left;
}

#stopka ul li a {
	color: #444444;
	font-size: 14px;
	margin-right: 24px;
}

#uslugi_menu {
	padding: 5px 0px 100px 0px;
	width: 755px;
	text-align: right;
}

/* ---- menu ----*/

.menu {
	position: absolute;
	display: inline-block;
	width: 199px;
	height: 35px;
	right: 0px;
	background: url(../images/menu.png) no-repeat;
}

#firma {
	top: 108px;
	background-position: 0px 0px;
}

#firma_active {
	top: 108px;
	background-position: 0px -35px;
}

#firma:hover {
	background-position: 0px -35px;
}

#uslugi {
	top: 158px;	
	background-position: 0px -70px;
}

#uslugi_active {
	top: 158px;
	background-position: 0px -105px;
}

#uslugi:hover {
	background-position: 0px -105px;
}

#referencje {
	top: 208px;	
	background-position: 0px -140px;
}

#referencje_active {
	top: 208px;
	background-position: 0px -175px;
}

#referencje:hover {
	background-position: 0px -175px;
}

#certyfikaty {
	top: 258px;	
	background-position: 0px -210px;
}

#certyfikaty_active {
	top: 258px;
	background-position: 0px -245px;
}

#certyfikaty:hover {
	background-position: 0px -245px;
}

#kontakt {
	top: 308px;	
	background-position: 0px -280px;
}

#kontakt_active {
	top: 308px;
	background-position: 0px -315px;
}

#kontakt:hover {
	background-position: 0px -315px;
}

/* --------------*/
