* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  text-align: center;
  background: #7B7B7B;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.2;
  color: #474747;
}
.pacyfa {
  clear: both;
}
.srodek {
  vertical-align: middle;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
td {
  padding: 5px;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: underline;
}
hr {
  height: 1px;
  width: 99%;
  background: #DCDCDC;
  color: #DCDCDC;
}

/* tla */
.tlo_jasnoszare {
  background: #eee;
}
.tlo_szare {
  background: #bbb;
}

/* marginesy, wielkosci, miejsca */
.ramki_pionowe {
  border-left: solid 1px #ECECEC;
  border-right: solid 1px #ECECEC;
}
.relatywnie {
  position: relative;
  height: 100%;
}
.z_lewej {
  float: left;
  vertical-align: top;
  display: inline;
  overflow: hidden;
}
.z_prawej {
  float: right;
  vertical-align: top;
  display: inline;
  overflow: hidden;
}
.margines_lewa {
  margin-left: 10px;
}
.margines_lewa_duzy {
  margin-left: 20px;
}
.margines_lewa_150 {
  margin-left: 150px;
}
.margines_prawa {
  margin-right: 10px;
}
.margines_prawa_duzy {
  margin-right: 20px;
}
.margines_gora {
  margin-top: 10px;
}
.margines_gora_duzy {
  margin-top: 20px;
}
.margines_gora_wielki {
  margin-top: 50px;
}
.margines_wszystkie {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.margines_duzy {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.margines_wielki {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.margines_pion {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margines_pion_duzy {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margines_poziom {
  margin-left: 10px;
  margin-right: 10px;
}
.margines_poziom_duzy {
  margin-left: 20px;
  margin-right: 20px;
}
.margines_wew_gora {
  padding-top: 10px;
}
.margines_wew_gora_duzy {
  padding-top: 20px;
}
.margines_wew_pion {
  padding-top: 10px;
  padding-bottom: 10px;
}
.margines_wew_poziom {
  padding-left: 10px;
  padding-right: 10px;
}
.margines_wew_dol_duzy {
  padding-bottom: 30px;
}
.wyrownaj_prawa {
  text-align: right;
}
.wyrownaj_lewa {
  text-align: left;
}
.wyrownaj_srodek {
  text-align: center;
}
.wyrownaj_rowno {
  text-align: justify;
}
.wielkosc50pr {
  width: 50%;
}

/* czcionki */
.pogrubiona {
  font-weight: bold;
}
.podkreslenie {
  text-decoration: underline;
}
.verdana {
  font-family: verdana;
}
.czarna {
  color: #000;
}
.biala {
  color: #fff;
}
.rozowa {
  color: #FF7676;
}
.ciemna {
  color: #424242;
}
.czcionka11 {
  font-size: 11px;
}
.czcionka14 {
  font-size: 14px;
}
.czcionka18 {
  font-size: 18px;
}

/* header */
.header {
  background: url(/images/tlo_header.jpg) repeat-x center top;
  width: 100%;
  height: 123px;
  overflow: hidden;
}
#header {
  width: 986px;
  margin: 0px auto;
  height: 123px;
  position: relative;
}
#header .logo {
  position: absolute;
  left: 10px; 
  top: 23px;
}
#menu {
  list-style: none;
  position: absolute;
  right: 10px;
  top: 50px;
}
#menu li {
  float: left;
}
#menu a {
  display: block;
  height: 26px;
  line-height: 26px;
  margin-right: 1px;
  color: #878787;
  font-size: 12px;
  font-family: "Trebuchet MS";
}
#menu a:hover {
  text-decoration: none;
}
#menu a.duze {
  width: 128px;
}
#menu a.male {
  width: 98px;
}
#menu a.duze:hover, #menu a.duze_active {
  background: url(/images/menu_tlo_d.gif) no-repeat left top;
  color: #C0C0C0;
}
#menu a.male:hover, #menu a.male_active {
  background: url(/images/menu_tlo_m.gif) no-repeat left top;
  color: #C0C0C0;
}

/* ostatnie realizacje */
.realizacje {
  width: 100%;
  height: 168px;
  text-align: center;
  background: url(/images/tlo_realizacje.jpg) repeat-x left top;
}
#realizacje {
  width: 986px;
  margin: 0px auto;
  text-align: left;
}
#realizacje h1 {
  font-size: 12px;
  font-family: "Trebuchet MS";
  color: #A4987A;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
#realizacje a {
  display: inline-block;
  width: 78px;
  height: 78px;
  text-decoration: none;
  border: solid 5px #fff;
  margin-left: 20px;
  margin-right: 20px;
}
#realizacje a:hover {
  text-decoration: none;
  border: solid 5px #D20101;
}
#preview{
  position: absolute;
  border: solid 1px #848484;
  background: #fff;
  padding: 5px;
  display: none;
  color: #fff;
  z-index: 999;
  text-align: left;
  color: #474747;
  font-size: 14px;
  font-weight: bold;
}

/* container */
.container {
  width: 100%;
  text-align: center;
  background: url(/images/tlo_tresc.jpg) repeat-x left top #fff;
}
#content {
  width: 986px;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
#content .informacja {
  width: 986px;
  height: 33px;
  line-height: 33px;
  font-family: "Trebuchet MS";
  font-size: 14px;
  color: #AF0000;
  background: url(/images/tlo_informacja.jpg) no-repeat left top;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
/* kolumny */
#content .lewa {
  float: left;
  overflow: hidden;
  width: 750px;
}
#content .prawa {
  float: right;
  overflow: hidden;
  width: 236px;
}

#content .rekomendacje {
  margin: 3px;
  border-right: dotted 1px #000;
  border-left: dotted 1px #000;
  position: relative;
}
#content .rekomendacje h1 {
  font-size: 14px;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}
#content .rekomendacje a.pokaz_wiecej {
  color: #D20101;
  font-size: 11px;
  margin-left: 5px;
}
#content .rekomendacje p {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.sideBox {
  height: 230px;
}
.img_srodek {
  width: auto;
  text-align: left;
  margin: 15px 0 0 0;
}
#testimonials {
  margin-left: 30px;
  margin-right: 30px;
  overflow:hidden;
}
#testimonials ul {
  list-style: none;
}
#testimonials li {
	height: 215px;
}
#testimonials a, #testimonials a:hover {
  color: #7E7E7E;
  text-decoration: none;
}
#tNav {
  list-style: none;
  margin-left: 70px;
  margin-top: 20px;
}
#tNav li {
  float: left;
  margin-left: 20px;
}

#slideshow {
  position: relative;
}
#wn { 
  position:relative; 
  width:130px; 
  height:230px; 
  overflow:hidden;
  margin-left: 40px;
  margin-right: 30px;	
}
#t1 {
  line-height: 1.2;
  font-size: 11px;
  text-align: justify;
}
#t1 a, #t1 a:hover {
  color: #7E7E7E;
  text-decoration: none;
}
#scrollLinks {
  position: absolute;
  left: 20px;
  top: 100px;
  width: 170px;
  height: 10px;
}
#scrollLinks .mouseover_left {
  position: absolute;
  left: 0px;
  top: 0px;
}
#scrollLinks .mouseover_right {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* podstrona */
.tlo-content-sub {
  background: url(images/tlo_sub_lewa.gif) repeat-y left top;
}
.sub-lewa {
  float: left;
  width: 286px;
  overflow: hidden;
}
.sub-prawa {
  float: right;
  width: 690px;
  overflow: hidden;
}
.tlo-folder {
  background: url(/images/tlo_folder.jpg) no-repeat right top;
}
/* submenu */
#submenu {
  list-style: none;
  width: 200px;
  margin-left: 40px;
  overflow: hidden;
}
#submenu li {
  display: inline-block;
  width: 200px;
  overflow: hidden;
}
#submenu a {
  display: block;
  width: 200px;
  height: 24px;
  line-height: 24px;
  color: #878787;
  font-size: 12px;
  padding-left: 10px;
  font-family: "Trebuchet MS";
}
#submenu a:hover, #submenu a.active {
  text-decoration: none;
  color: #EDE6D3;
  background: url(/images/tlo_menu_sub.jpg) no-repeat left top;
}
/* submenu-1 */
#submenu-1 {
  list-style: none;
  width: 200px;
  margin-left: 40px;
  overflow: hidden;
}
#submenu-1 li {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  margin-bottom: 5px;
}
#submenu-1 a {
  color: #D20101;
  font-size: 11px;
  padding-left: 15px;
  font-weight: bold;
  background: url(/images/kwadrat_2.gif) no-repeat left center;
}
#realizacje-sub {
  width: 200px;
  margin-left: 40px;
  text-align: left;
}
#realizacje-sub h1 {
  font-size: 12px;
  font-family: "Trebuchet MS";
  color: #A4987A;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
}
#realizacje-sub a {
  display: inline-block;
  width: 78px;
  height: 78px;
  text-decoration: none;
  border: solid 5px #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}
#realizacje-sub a:hover {
  text-decoration: none;
  border: solid 5px #D20101;
}

/* realizacje */
.realizacje-pole {
  float: left;
  width: 230px;
  overflow: hidden;
  margin-bottom: 20px;
}
.realizacje-pole table {
  border: solid 1px #C7B996;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.realizacje-pole img {
  margin-bottom: -3px;
}
.realizacje-pole table:hover {
  background: #D20101;
}
.realizacje-pole h1 {
  font-size: 14px;
  font-weight: bold;
  color: #474747;
}
a.odnosnik {
  padding-left: 15px;
  background: url(/images/koperta.gif) no-repeat left center;
  color: #D20101;
  font-size: 11px;
}
#preview_div h1 {
  font-size: 14px;
  font-weight: bold;
  width: 90%;
  text-align: left;
  color: #474747;
}
.content_sub {
  color: #262626;
  font-size: 12px;
  line-height: 1.6;
}
.content_sub h1 {
  color: #D20101;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content_sub h2 {
  color: #AEAEAE;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
}
.content_sub h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content_sub p, .content_sub ul, .content_sub ol {
  margin-bottom: 20px;
}
.content_sub a {
  color: #D20101;
}
.content_sub li {
  margin-left: 30px;
}

/* listy */
ul#wylicz {
  font: 13px Arial;
  color: #000000;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style: none;
}
ul#wylicz li {
  font: 13px Arial;
  color: #000000;
  margin: 3px 0px;
  display: inline;
}
ul#wylicz p {
  padding: 0px 0px 0px 20px;
  margin: 0px;
  background: url(/images/kwadrat_2.gif) no-repeat 5px 6px;
}

img.z_lewej_lista {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  overflow: hidden;
  vertical-align: top;
}

/* odliczanie */
a.odliczanie-txt {
  color: #B4B4B4;
}
a.odliczanie-txt:hover {
  color: #D20101;
}
a.odliczanie-numer {
  font-weight: bold;
  color: #474747;
}
a.odliczanie-numer:hover, a.odliczanie-numer-active {
  font-weight: bold;
  color: #D20101;
}

/* footer */
#footer {
  width: 100%;
  background: url(/images/tlo_footer.jpg) repeat-x left top;
}
.footer {
  width: 986px;
  margin: 0px auto;
  text-align: left;
}
.footer h1 {
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.footer p {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer_kolumna1 {
  width: 300px;
  float: left;
  overflow: hidden;
  height: 230px;
  background: url(/images/tlo_kolumna1.jpg) no-repeat right top;
  font-size: 11px;
  color: #B9B9B9;
}
.footer_kolumna1 a {
  color: #FF7676;
  text-decoration: underline;
}
.footer_kolumna1 a:hover {
  text-decoration: none;
}
.footer_kolumna2 {
  width: 375px;
  float: left;
  height: 230px;
  background: url(/images/tlo_kolumna2.jpg) no-repeat left top;
  color: #B9B9B9;
}
.footer_kolumna2 h1 {
  color: #B9B9B9;
  margin-left: 50px;
}
.formularz-error {
  color: #FDCF01;
}
.footer_kolumna2 form {
  margin-left: 50px;
  margin-right: 100px;
}
.footer_kolumna2 label {
  display: block;
}
.footer_kolumna2 input, .footer_kolumna2 select, .footer_kolumna2 textarea {
  width: 220px;
  background: #323232;
  border: solid 1px #B9B9B9;
  color: #B9B9B9;
}
.footer_kolumna2 textarea {
  height: 55px;
}
.footer_kolumna2 input.submit {
  width: 95px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  color: #323232;
  text-align: center;
  background: #E8E8E8;
  border: 0px;
}
.footer_kolumna3 {
  width: 311px;
  float: left;
  overflow: hidden;
  height: 230px;
  background: url(images/tlo_kolumna3.jpg) no-repeat left top;
  text-align: justify;
}
.footer_kolumna3 h1 {
  position: relative;
  width: 280px;
  color: #B9B9B9;
  margin-left: 20px;
}
.footer_kolumna3 h2 {
  color: #E36969;
  font-size: 12px;
}
.footer_kolumna3 div.news {
  margin-left: 20px;
  width: 280px;
  margin-bottom: 5px;
  text-align:left;
}
.data {
  font-size: 10px;
  color: #757575;
}
.data_2 {
  font-size: 10px;
  color: #8A8A8A;
}
a.wiecej {
  margin-left: 5px;
  color: #C1C1C1;
}
ul.odliczanie {
  list-style: none;
  position: absolute;
  right: 0px;
  top: 20px;
}
ul.odliczanie li {
  float: left;
}
ul.odliczanie a {
  display: block;
  width: 15px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  font-size: 10px;
  background: #262626;
  margin-right: 2px;
  text-decoration: none;
  text-align: center;
}
ul.odliczanie a:hover, ul.odliczanie a.active {
  text-decoration: none;
  background: #E36969;
}
