html
{
      color:#102D60;
      font-family:Tahoma, Verdana, Arial, sans-serif;
      margin:0px;
      font-size:12px;
      width:100%;
      height:100%;
}

body
{
      margin:0px;
      width:100%;
      text-align:center;
      background:#85BDE3 url('img/bckg.jpg') repeat-x 0 0;
}

#main
{
      width:980px;
      margin:0 auto;
      position:relative;
      overflow:hidden;
      text-align:left;
      background:#3B5C81;
}

#main #banner
{
      height:157px;
}

#main #banner_down
{
      height:295px;
      background:#B3DAEF url('img/square.gif') no-repeat 645px 0;
}

#main #banner_down #banner_photo
{
      background:url('img/banner_photo.jpg') no-repeat 30px 0;
      width:645px;
      height:255px;
}

#main #banner_down #menu_up
{
      width:920px;
      height:40px;
      background:#0B5695;
      margin-left:30px;
}

#main #banner_down #menu_up ul
{
      margin:0;
      padding:11px 0 0;
}

#main #banner_down #menu_up ul li
{
      list-style-type:none;
      float:left;
}

#main #banner_down #menu_up ul li a
{
      margin:0;
      display:block;
      padding:0px 14px;
      font-size:14px;
      color:#fff;
      border-right:solid #fff 1px;
}

#main #banner_down #menu_up ul .no_bor a
{
      margin:0;
      display:block;
      padding:0px 14px;
      font-size:14px;
      color:#fff;
      border-right:solid #fff 0px;
}

#main #content
{
      background:#B6C8D6;
      margin:0 30px;
}

#main #content #content_left
{
      float:left;
      width:595px;
      padding:20px 0 20px 20px;
}

#main #content #content_right
{
      float:right;
      background:url('img/photo_right.jpg') no-repeat 50% 0;
      width:305px;
      height:176px;
      margin:20px 0 20px;
}



#main #foot
{
      text-align:center;
      margin:7px auto;
      color:#fff;
}

#main #shadow
{
      background:url('img/shadow.jpg') no-repeat 0 0;
      height:23px;
}


/* podstrona */
#text_title
{
      font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
      font-size:20px;
      padding:0;
      color:#952A0B;
      padding:0 0 10px 0;
}

#text_content
{
      font-size:12px;
      text-align:justify;
      line-height:18px;
}

#no_exist
{
      font-weight:bold;
      color:#f00;
      text-align:center;
}

.f15
{
      font-size:15px;
}

.f14
{
      font-size:14px;
}

.f13
{
      font-size:13px;
}

.f12
{
      font-size:12px;
}

.f11
{
      font-size:11px;
}

.f10
{
      font-size:10px;
}

.col_purple
{
      color:#D43975;
}

.col_red
{
      color:#f00;
}

.col_green
{
      color:#090;
}

.col_blue
{
      color:#2A4A99;
}

.col_darkblue
{
      color:#005878;
}

.col_white
{
      color:#fff;
}

.col_gray
{
      color:#5a5a5a;
}

.col_lightgray
{
      color:#ababab;
}

.col_black
{
      color:#2C2C2C;
}

.col_yellow
{
      color:#fff55a;
}

h1,h2,h3,h4,h5,h6,form,div,img
{
      padding:0;
      margin:0;
      border:0;
      border:none;
      font-weight:normal;
}

input, select, button, textarea
{
      padding:0;
      margin:0;
      font-size:11px;
      font-family:Tahoma, Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
      font-size:11px;
}

ul, ol
{
      margin:0px;
      padding:3px 0 10px 30px;
}

ul li
{
      list-style-type:square;
      padding:0px;
      margin:0px;
      text-align:left;
}

ol li
{
      padding:0 0 3px 0;
      margin:0px;
      text-align:left;
}

.submit_form
{
      padding:0;
      border:none;
      background:#fff url('pl/images/search.gif') repeat-x 0 0;
      width:65px;
      height:19px;
      cursor:pointer;
      margin:5px 0 10px;
}

.submit_form2
{
      padding:0;
      border:none;
      background:url('pl/images/input_tlo.jpg') no-repeat 0 0;
      width:143px;
      height:20px;
      margin:0px;
      color:#fff;
      cursor:pointer;
      text-align:center;
}

.input_form
{
      border:solid #d5d6d6 1px;
      width:300px;
      height:16px;
      padding:2px 1px 0;
      font-size:11px;
      background:#fff;
}

.input_spam
{
      margin-top:0px;
}

.input_form_textarea
{
      background:#fff url('pl/images/input_tlo.jpg') repeat-x 0 0;
      border:solid #d5d6d6 1px;
      width:300px;
      font-size:11px;
      padding:1px;
}

.table_form
{
      border-collapse: collapse;
      padding: 0px;
}

.table_form td
{
      padding:0px;
      border-bottom:solid #F4E9D5 8px;
}

.table_form .label
{
      padding:3px 6px;
      background:#ebebeb; 
      font-weight:bold;
      color:#f00;
}

.table_form .td_white
{
      background:transparent; 
}

.table_form .td_left
{
      padding:3px; 
      width:220px;
}

.table_form .td_file
{
      width:300px; 
}

.d_none
{
      display:none;
}

.d_block
{
      display:block;
}

.f_right
{
      float:right;
}

.f_left
{
      float:left;
}

.center
{
      text-align:center;
}

.justify
{
      text-align:justify;
}

.right
{
      text-align:right;
}

.left
{
      text-align:left;
}

.hide
{
      visibility:hidden;
}

.show
{
      visibility:visible;
}

.mar0
{
      margin-bottom:0px;
}

.mar5
{
      margin-bottom:5px;
}

.mar10
{
      margin-bottom:10px;
}

.mar15
{
      margin-bottom:15px;
}

.marup10
{
      margin-top:10px;
}

.mar20
{
      margin-bottom:20px;
}

.marup20
{
      margin-top:20px;
}

.mar30
{
      margin-bottom:30px;
}

.crossed
{
      text-decoration: line-through; 
}

.ul__
{
      margin:0px;
      padding:3px 0 10px 0px;
}

.ul__ li
{
      padding:0px;
      margin:0px;
      padding-bottom:3px;
      list-style-type:none;
}


.ul_
{
      margin:0px;
      padding:5px 0 5px 18px;
}

.ul_ li
{
      padding:0 0 3px;
      margin:0px;
      list-style-type:square;
      text-align:left;
      font-size:12px;
}

.label
{
      margin-top:10px;
      font-size:11px;
}

table td
{
      vertical-align: top;
      font-size:11px;
}

.tab_space
{
      border-collapse: collapse;
      padding: 0px;
}
.tab_space td
{
     padding: 0px;
}

.tab_space
{
      border-collapse: collapse;
      padding: 0px;
}
.tab_space td
{
     padding: 0px;
}

.table_border
{
      border-collapse: collapse;
      margin-bottom: 10px;
}

.table_border th
{
      text-align:center;
}

.table_border td, .table_border th
{
     border:1px #aaa solid;
     padding:4px;
     color:#2c2c2c;
     text-align:left;
}

.table_border .label, .table_border th
{
     color:#000;
}

.table_promo
{
      border-collapse: collapse;
      margin-bottom: 10px;
}

.table_promo td
{
     border:1px #952A0B solid;
     padding:8px;
     color: black;
     font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
     text-align:center;
     font-size:20px;
     line-height: 24px;
     color:#952A0B;
}

.blackyx
{
     font-size:11px;
     color:#000;
     background:#fff;
}

.blackyx2
{
     font-size:11px;
     color:#000;
     background:#fff;
     width:250px;
     margin-bottom:5px;
}

.warstwa_war
{
      position: absolute;
      visibility: visible;
}

.warstwa
{
      position: absolute;
      visibility: hidden;
      text-align:center;
      z-index:98;
      left:0;
      top:0;
}

.warstwa_google
{
      text-align:center;
      z-index:99;
}

#warstwa_gray
{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:url('images/png_gray.png') repeat 0 0;
      visibility:hidden;
      z-index:98;
}

.clear
{
      clear:both;
      font-size:0;
      line-height:0;
      height:0;
}

.spacer
{
      width:100%;
      height:100%;           
}

.photo_bckg
{
      float:left;
      width:145px;
      height:130px;
      background:url('pl/images/photo_bckg.jpg') no-repeat 0 0;
      padding:3px 0 0 3px;
      display:inline;
}

.photo_bckg2
{
      float:left;
      width:145px;
      height:110px;
      background:url('pl/images/photo_bckg2.png') no-repeat 0 0;
      padding:3px 0 0 3px;
      display:inline;
}

a
{
      text-decoration: none;
      color:#952A0B;
}

a:hover
{
      text-decoration:underline;
}


#galeria
{
      text-align:center;
      float:right;
      width:305px;
      height:176px;
      margin:20px 0 20px;
}

.table_border1
{
      border-collapse: collapse;
      margin-bottom: 10px;
}

.table_border1 th
{
      text-align: center;
      width: 85px;
}

.table_border1 td, .table_border1 th
{
     border:1px #aaa solid;
     padding:4px;
     color:#2c2c2c;
     text-align: left;
}

.table_border1 .label, .table_border1 th
{
     color:#000;
}

#table_border1_td
{
		font-weight:bold;
}

