/* WSTEPNE FORMATOWANIE */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	line-height: 12pt;
	background: #fff url(../img/tlo.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #727272;
}

#CONTENT_BODY {
    position: relative;
    left: 50%;
    margin-left:-550px;
	width: 1121px;
	text-align: center;
	overflow: hidden;
}

/* STYLE  DLA PASKOW PO BOKACH I GLOWNEJ ZAWARTOSCI */
#TLO_PASEK_LEWY {
	float: left;
	background: #fff url(../img/tlo_pasek_lewy.jpg) no-repeat center top;
	width: 75px;
	height: 700px;
}

#TLO_PASEK_PRAWY {
	float: left;
	background: #fff url(../img/tlo_pasek_prawy.jpg) no-repeat center top;
	width: 75px;
	height: 700px;
}

#CONTENT_MAIN {
    float: left;
	width: 971px;
	text-align: justify;
	background: #F5F5F5;
}

#CONTENT_MAIN_PRZEJSCIE {
    float: left;
	width: 971px;
	text-align: justify;
	background: #FFFFFF  url(../img/menu_tlo.jpg) repeat-y left top;
}

/* STYLE  DLA LOGA NA STRONIE GLOWNEJ */
#LOGO {
	background: #fff;
	width: 971px;
	height: 275px;
}

/* STYLE  DLA LOGA NA PODSTRONACH */
#LOGO_AKTUALNOSCI {
	background: #fff url(../img/logo_aktualnosci_01.jpg) no-repeat center top;
	width: 971px;
	height: 217px;
}

#LOGO_AKTUALNOSCI_PASEK {
	float: left;
	background: #aeaeae;
	width: 595px;
	height: 21px;
	font-size: 10pt;
	color: #F5F5F5;
	padding: 5px 5px 0 15px;
}

#LOGO_AKTUALNOSCI_DOL {
	float: right;
	background: #aeaeae url(../img/logo_aktualnosci_02.jpg) no-repeat center top;
	width: 356px;
	height: 26px;
}

/* GLOWNA ZAWARTOSC STRONY, POD LOGIEM */
#CONTENT_TEXT {
    clear: both;
    float: left;
	width: 971px;
	text-align: justify;
}

.grayBackground {
	background: #DCDCDC;
}


/* MENU I BOXY*/
#MENU {
    float: left;
	width: 217px;
	text-align: left;
}

#MENU_PRZEJSCIE {
    float: left;
	width: 217px;
	text-align: left;
	background: #F5F5F5 url(../img/menu_tlo.jpg) repeat-y right top;
}

#MENU_CONTENT {
	width: 217px;
	text-align: left;
	background: #F5F5F5;
	padding-bottom: 9px;
}

#MENU_CONTENT_PRZEJSCIE {
	width: 217px;
	text-align: left;
	background: #F5F5F5 url(../img/menu_tlo.jpg) repeat-y right top;
	padding-bottom: 7px;
}

.menuItem {
	clear: both;
	width: 217px;
	height: 37px;
	padding-bottom: 3px;
        cursor: pointer;
}

.menuItemLeft {
 	float: left;
	width: 9px;
	height: 37px;
	background: url(../img/menu.gif) no-repeat left top;
}

.menuItemRight {
 	float: right;
	width: 203px;
	font-weight: bold;
	font-family: "Tahoma Bold",Tahoma;
 	font-size: 10pt;
 	color: #727272;
 	padding-top: 12px;
 	padding-left: 5px;
 	overflow: hidden;
}

.menuItemRightHover {
  	background: url(../img/menu_on.jpg) no-repeat left top;
  	color: #017835;
  	padding-bottom: 9px;
}

.submenuItem {
	clear: both;
	text-align:left;
	padding: 3px 3px 3px 10px;
}

.visible {
	display: block;
}

.hidden {
	display: none;
}

#KURSY_WALUT {
	width: 217px;
	padding: 5px 0 0 0;
	text-align: left;
	background: #DCDCDC;
	height: 160px; 
	overflow: hidden;
	font-size: 8pt;
}

#MENU .banner {
	width: 217px;
	text-align: center;
	padding: 20px 0 10px 0;
}

.zaloguj_linia {
	clear: both;
	border-bottom: 1px solid #FFF;
	text-align: right;
	padding-left: 160px;
	padding-right: 10px;
	width: 47px;
}

.zaloguj_linia_przycisk {
	text-align: center;
	color: #3f3c40;
	background: url(../img/zaloguj_przycisk.jpg) no-repeat center top;
	width: 47px;
	height: 18px;
}

.newsletter_linia {
	clear:both;
	text-align: right;
	padding-left: 160px;
	padding-right: 10px;
	width: 47px;
}

.newsletter_linia_przycisk {
	text-align: center;
	color: #3f3c40;
	background: url(../img/wiecej.gif) no-repeat center top;
	width: 47px;
	height: 17px;
}

/* ZAWARTOSC PODSTRON */
#TRESC {
    float: right;
	width: 754px;
}

#TRESC_INNE {
    float: right;
	width: 754px;
	background: #ffffff;
}

#LOGA_SYSTEMY {
    clear: both;
	width: 100%;
	height: 169px;
	text-align: center;
}

#TRESC_PODSTRONA {
    clear: both;
	width: 100%;
}

/* NEWSY NA STRONIE GLOWNEJ */
.news {
	float: left;
 	width: 377px;
	height: 82px;
	background: #DFDFDF;
}

.newsPhoto {
	float: left;
 	width: 108px;
 	height: 82px;
	text-align: center;
	overflow: hidden;
	background: #F5F5F5;
}

.newsText {
	float: right;
 	width: 255px;
	height: 60px;
	padding: 3px 7px 3px 7px;
	text-align: justify;
	color: #2C2C2C;
	overflow: hidden;
}

.newsTextMore {
	float: right;
	width: 240px;
	height: 16px;
	padding-right: 8px;
	margin-right: 5px;
 	background: url(../img/wiecej.gif) no-repeat right top;
 	text-align: right;
 	color: #FFFFFF;
}

.greenBorder {
	border-bottom: 1px solid #019243;
}
.right {
	text-align:right;
}

/* NEWSY NA PODSTRONACH */
#NEWS_MAIN_CONTENT {
    float: left;
	width: 460px;
	padding: 0 20px 0 0px;
	text-align: left;
}

#NEWS_LIST_CONTENT {
    float: right;
	width: 240px;
	padding: 50px 25px 10px 0;
	text-align: left;
	background: #ffffff;
}

#NEWS_LIST_ARCHIVES {
	width: 710px;
	padding: 20px 30px 0 0;
	text-align: left;
}

.newsTitle {
	float: left;
	width: 80%;
	text-align:left;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

.newsDate {
    float: right;
	width: 20%;
	text-align:right;
	color: #4db27b;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

.newsFullText {
	width:100%;
	text-align: justify;
	padding-bottom: 10px;
}

.shortNewsTitle {
	float: left;
	width: 162px;
	text-align:left;
	font-weight: bold;
	padding: 0 0 10px 3px;
	overflow:hidden;
}

.shortNewsDate {
    float: left;
	width: 70px;
	text-align: right;
	color: #4db27b;
	font-weight: bold;
	padding: 0;
}

.shortNewsFullText {
	clear: both;
	width: 235px;
	text-align: justify;
}

.shortNewsWiecej {
	clear: both;
	width: 227px;
	text-align: right;
    background: url(../img/wiecej.gif) no-repeat right top;
    padding-right: 5px;
}

.ArchivesNewsTitle {
	float: left;
	width: 603px;
	text-align:left;
	font-weight: bold;
	padding: 0 0 10px 3px;
	overflow:hidden;
}

.ArchivesNewsDate {
    float: left;
	width: 104px;
	text-align: right;
	color: #4db27b;
	font-weight: bold;
	padding: 0;
}

.ArchivesNewsFullText {
	clear: both;
	width: 710px;
	text-align: justify;
}

.ArchivesNewsWiecej {
	clear: both;
	width: 704px;
	text-align: right;
    background: url(../img/wiecej.gif) no-repeat right top;
    padding-right: 5px;
    margin-bottom: 15px;
}

.newsArchiwum {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* PODSTRONY Z TEKSTEM */
#PODSTRONA {
	width: 734px;
	padding: 0 0 0 0;	
}

#PODSTRONA_TYTUL {
	width: 650px;
	float: left;
	padding: 12px 0 0 0;
}

#PODSTRONA_ROZMIAR {
	width: 84px;
	height: 35px;
	float: right;
	padding: 12px 0 0 0;
	letter-spacing: 3px;
	text-align:right;
}

#TRESC_PODSTRONA_TEKST {
	clear: both;
	width: 700px;
	padding: 0 30px 20px 0;
}

#TRESC_PODSTRONA_TEKST #GOOGLE_MAP {
	clear: both;
	float: left;
	width: 475px;
	height: 475px;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
}

#TRESC_PODSTRONA_TEKST #GOOGLE_MAP_DESCRIPTION {
	float: left;
	width: 215px;
	height: 475px;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	overflow: auto;
}
#TRESC_PODSTRONA_TEKST #GOOGLE_MAP_DESCRIPTION h1 {
	margin: 0 0 10px 0;
	text-align: center;
}

#TRESC_PODSTRONA_TEKST #GOOGLE_MAP_DESCRIPTION p {
	margin: 0;
}


#LOGOWANIE_BOX {
	padding: 20px 0	0 100px;
	width: 190px;
	overflow: hidden;
}

#LOGOWANIE_GORA {
	clear: both;
	width: 190px;
	height: 17px;
	overflow: hidden;
	background: url(../img/logowanie_gora.gif) no-repeat left top;
}

#LOGOWANIE_SRODEK {
	clear: both;
	width: 190px;
	height: 96px;
	overflow: hidden;
	background: #aeaeae;
	color: #FFFFFF;
}

#LOGOWANIE_DOL {
	clear: both;
	width: 190px;
	height: 17px;
	overflow: hidden;
	background: url(../img/logowanie_dol.gif) no-repeat left top;
}

#POBIERANIE_LISTA {
    clear: both;
	width: 520px;
	padding: 20px 164px 0px 40px;
}

.pobieranieBox {
	clear: both;
	padding-bottom: 5px;
	width: 100%;	
}

.pobieranieTytul {
	float: left;
	width: 370px;
	padding: 5px 10px 0px 0px;
	font-weight: bold;
	font-size: 11px;
}

.pobieranieFoto {
	float: right;
	width: 140px;
	background: #e5e5e5;
}

.pobieranieOpis {
	float: left;
	width: 370px;
	padding: 5px 10px 0px 0px;
	font-size: 11px;
}

.pobieraniePrzycisk {
	clear: both;
	width: 370px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}	

/* STOPKA */
#STOPKA {
    clear: both;
 	width: 961px;
	border-top: 1px solid #f5f5f5; /* 019243 */
	padding: 5px 0 5px 10px;
	background: #F5F5F5;
	text-align: left;
	height: 44px;
	font-size: 8pt;
	color: #B2B2B2;
}


/*
= = = = = = = = = = = = = = = = = = = = = = = = = = = = =
STYLE  DLA WYBRANYCH ZNACZNIKOW
= = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/
a,a:visited,a:link {
	text-decoration: none;
	font-family: Tahoma;
	color: #B2B2B2;
}

a.stopka,a.stopka:visited,a.stopka:link {
	color: #B2B2B2;
}

a.more,a.more:visited,a.more:link {
	color: #FFFFFF;
}

a.sitemap,a.sitemap:visited,a.sitemap:link {
	color: #F5F5F5;
	font-size: 10pt;
}

a.submenu,a.submenu:visited,a.submenu:link {
	color: #707172;
	font-size: 12px;
}

a.menu_on,a.menu_on,a.menu_on {
	color: #019243;
	font-size: 12px;
	font-weight:bold;
}

a.logout,a.logout,a.logout {
	color: #EC586E;
	font-size: 12px;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border-style:none;
}

img.menu {
	padding-left:5px;	
}

ul.shortNews li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0 0 20px 10px;
	background: url(../img/li.gif) no-repeat left top;
}

.czcionka_1 {
	font-size: 11px;
}

.czcionka_2 {
	font-size: 14px;
}

.czcionka_3 {
	font-size: 18px;
}

h1 {
	font-size: 14px;
	font-family: Tahoma;
	color:#019243; 
}

input.logowanie {
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #AEAEAE;
	width: 90px;
}

input.logowanie_glowna {
	font-size: 11px;
	color: #3f3c40;
	border-bottom: 1px dotted #3f3c40;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #DCDCDC;
	width: 115px;
}

hr {
	background-color: #B2B2B2;
	border: 0;
	margin: 5px 0 25px 0;	
	height: 1px;
}

.btn_wyslij {
	background: none;
	border: none;
	color: #444444;
	cursor: pointer;
}

.kontakt_input1 {
	width: 250pt;
	border: solid 1px #6d6a6b;
	height: 10pt;
	font-size: 8pt;
	color: #002f66;
}

.kontakt_input2 {
	width: 60pt;
	border: solid 1px #6d6a6b;
	height: 10pt;
	font-size: 8pt;
	color: #002f66;
}

.kontakt_input3 {
	width: 200pt;
	border: solid 1px #6d6a6b;
	height: 10pt;
	font-size: 8pt;
	color: #002f66;
}

textarea {
	width: 250pt;
	border: solid 1px #6d6a6b;
	height: 140pt;
	font-size: 8pt;
	color: #002f66;
}


/* ceny stali */

#ceny-stali {
	width: 971px;
	height: 29px;
	clear: both;
	background-image: url("../images/bg-ceny-stali2.gif");
	background-repeat: repeat-x;
}

#nad-stopka {
	background-color: #019243;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	width: 971px;
	clear: both;
}

#ruchome-ceny-stali div {
	float: left;
}

.naglowek-ceny-stali {
	color: #019243;
	font-weight: bold;
	margin: 0px 15px 0px 10px;
	line-height: 28px;
}

.lista-cen_salamander {
	color: #019243;
	font-weight: bold;
	line-height: 28px;
}

.lista-cen_bruegmann {
	color: #000000;
	font-weight: bold;
	line-height: 28px;
}

.ceny-separator {
	background-image: url("../images/ceny-stali-separator2.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 33px;
	height: 29px;
	display: block;
}

td.businesNewsHeader {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #dcdcdc;
	text-align: center;
}

td.businesNews {
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
}

