html, body
{
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  background:#e39d3d;
  background-image: url(tl.gif);
  background-repeat: repeat-x;
  background-position: top;
  color:#87460c;
  margin: 0;
  padding: 0;
}

a{text-decoration:none;color:#526310}
a:hover{text-decoration:underline}

input.search
{
border:1px solid #777777;
background-color: #e6e6e6;
width:143px;
height:14px;
padding:3px;
font-size:11px;
color:#777777;
margin:5px 5px 0 5px;
}

input:hover.search
{
border:1px solid #595959;
background-color: #f2f2f2;
}

input.button_add
{
border:1px solid #777777;
background-color: #000000;
color:#cc0000;
font-size:11px;
height: 21px;
font-weight:bold;
margin:5px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
input.button{
cursor:pointer;
border:solid 1px #777777;
color:#777777;
font-weight:bold;
padding: 1px 2px;
/*background:url(formbg.gif) repeat-x left top;*/
margin:5px;
}
input.button_yellow{
cursor:pointer;
border:solid 1px #777777;
color:#777777;
font-weight:bold;
padding: 1px 2px;
background:url(formbgyellow.gif) repeat-x left top;
margin:5px;
}

input.formbutton{
cursor:pointer;
border:solid 1px #97bf16;
color:#595959;
font-weight:bold;
padding: 1px 2px;
/*background:url(formbg.gif) repeat-x left top;*/
margin:5px;
}

.formdodaj
{

border:1px solid #777777;
background-color: #e6e6e6;
width:300px;
height:100px;
padding:3px;
font-size:11px;
color:#777777;
margin:5px 5px 0 5px;
}
input.formdodaj {
height:15px;
}

.formdodaj_sel
{
border:1px solid #777777;
background-color: #e6e6e6;
padding:3px;
font-size:11px;
color:#777777;
margin:5px 5px 0 5px;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #777777;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #000000;
font:normal 11px Verdana;
text-align: left;
color: #ffffff;
line-height:18px;
z-index:100;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
visibility: hidden;
}
.hintbox_title {
	color:#ffffff;
	font-weight: bold;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #CC0000;
margin: 3px 8px;
}

input.formdodaj_yellow
{
border:1px solid #777777;
background-color: #e6e6e6;
width:350px;
height:14px;
padding:3px;
font-size:11px;
color:#777777;
margin:5px 5px 0 5px;
}

input:hover.formdodaj_yellow, select:hover.formdodaj_yellow
{
border:1px solid #666666;
background-color: #f2f2f2;
}

select.formdodaj_yellow
{
border:1px solid #777777;
background-color: #e6e6e6;
width:156px;
height:20px;
font-size:11px;
color:#777777;
margin:5px 5px 0 5px;
}

textarea.area_link
{
border:1px solid #777777;
background-color: #e6e6e6;
width:350px;
height:120px;
padding:3px;
font-size:11px;
color:#777777;
margin:5px 5px 0 5px;
}

textarea:hover.area_link
{
border:1px solid #666666;
background-color: #f2f2f2;
}


form {
  margin: 0;
}
.button {
 border: 1px solid #999999;
 font-weight: bold;
 font-size: 11px;
 color: #2B4244;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 height: 18px;
 background-color: #f2f2f2;
 padding-bottom: 2px;
}
.wpis {
 border-bottom: 1px solid #BAC2BD;
 border-left: none;
 border-right: none;
 border-top: none;
 padding: 2px;
 font-size: 10px;
 color: #2B4244;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 height: 12px;
 background-color: #f2f2f2;
 margin-left: 3px;
}
.area {
 border-bottom: 1px solid #BAC2BD;
 border-left: none;
 border-right: none;
 border-top: none;
 padding: 2px;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 11px;
 color: #2B4244;
 background-color: #f2f2f2;
}

.top
{
  height:228px;
  text-align:center;
  font-size:11px;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
}
.main
{
  font-size:11px;
  border: none;
  padding: 0px 0px 0px 0px;
}
.foot
{

  font-size:11px;
  background:#444444;
  background-image: url(bc.png);
  width:380px;
  height:119px;
  background-position: bottom;  
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  color:#ecae01;
  text-align:center;
}


.foot_l
{
  border: 0;
  background-image: url(bl.png);
  background-repeat: repeat-x;
  height:119px;
  background-position: bottom;  
}
.foot_c
{
  font-size:11px;
  border: 0;
  background-image: url(bc.png);
  background-repeat: no-repeat;
  width:967px;
  height:119px;
  background-position: bottom;  
  color:#333333;
  text-align:center;
  margin:auto;
}


.left
{
  margin: 0px;
}
.left_header
{
	background: #9e9e9e url(menu_left_hd.gif) no-repeat;
	background-position: left;
	width:178px;
	height:28px;
}

a.link_left_header
{
  font-size: 17px;
  font-weight: normal;
  color: #f0b050;
  text-decoration: none;
  padding-left: 10px;
  vertical-align:middle;
}
a:hover.link_left_header
{
  color: #f2b252;
}

.left_contentaaa
{
	background: #595959 url(menu_left_cont.gif) repeat-y;
	color:#444444;
	margin:0;
	padding:0;
}

.left_content_rollon
{
}
.left_content_txt
{
	padding:10px 5px 0 5px;
}

.left_footer
{
	background: #a3a3a3 url(menu_left_ft.gif) no-repeat;
	height:3px;
	width:178px;
	margin-bottom:20px;
	font-size: 1px;
}

/* box statystyki */
.bar_staty {
	font-size: 1px;
	background-color: #595959;
	height:8px;
}

.text_body
{
  text-align:left;
  background:transparent;
  padding: 10px 10px 10px 10px;
  margin: 0px;
}
.right
{
  text-align:left;
  margin: 0px;
}
.text_body_h1
{
font-size:17px;
font-weight:normal;
padding-bottom:5px;
color:#fff;
}

.text_body_h1_box1
{
 background-image: url(box548green_t.png);
 background-repeat: no-repeat;
 width:548px;
 height:24px;
font-size:17px;
font-weight:normal;
color:#fff;
padding-left:10px;
}
.text_body_h1_box1 a
{
font-size:17px;
font-weight:normal;
 text-decoration: none;
color:#fff;
}
.text_body_h1_box1 a:hover
{
color:#666666;
}



.text_body_opis_box1
{
 background-image: url(box548green_m.png);
 background-repeat: repeat-y;
 padding:10px;
 width:528px;
 color:#595959;
 line-height:150%
}
.text_body_footer_box1
{
 background-image: url(box548green_b.png);
  background-repeat: no-repeat;
 width:548px;
 height:4px;
}

.text_body_h3
{
font-size:12px;
font-weight:bold;
padding-bottom:10px;
color:#87460c;
}
.text_body_h3_b
{
font-size:12px;
font-weight:bold;
padding-bottom:10px;
}

a.friends
{
  font-weight: normal;
  text-decoration: none;
  color: #ECAE01;
}
a.friends:hover
{
  font-weight: normal;
  text-decoration: none;
  color: #EC8501;
}

img {border:0;}

img.msn
{
float:left;
border: 3px solid #97bf16;
margin-top:10px;
}
img.msn_fav
{
border: 3px solid #4f4f4f; 
margin:0;
}

img.msn_yellow
{
float:left;
border: 3px solid #4f4f4f;
margin-top:10px;
}

.wpistd
{
  vertical-align:top;
}
.wpistd_ml
{
  vertical-align:top;
  background-image: url(wp_ml.gif);
  background-repeat: repeat-y;
  width:126px;
  padding-left:10px;
}
.wpistd_mr
{
  vertical-align:top;
  background-image: url(wp_mr.gif);
  background-repeat: repeat-y;
  width:412px;
}
.wpistd_b
{
  vertical-align:top;
  background-image: url(wp_b.gif);
  background-repeat: no-repeat;
  width:548px;
  height:3px;
  /*padding-left:10px;*/
}
.wpistd_yellow_m
{
  vertical-align:top;
  background-image: url(glob_tag_box_mc.gif);
  background-repeat: repeat;
  width:548px;
}
.body_links
{
  color: #595959;
}
a.body_links
{
  font-weight: normal;
  color: #595959;
}
.foot_links a
{
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}
.foot_links a:hover
{
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
.foot_links_left
{
  text-align:left;float:left;padding-top:50px
}
.foot_links_right
{
  text-align:right;padding-top:50px
}

a.out_link_body
{
  font-weight: bold;
  color: #000000;
}
.nav
{
text-align:right;
padding:5px 0px 5px 0px;
}
.nav_det
{
text-align:left;
padding: 0px 0px 0px 15px;
}
.links_block
{
  /*border: 1px solid #000000;*/
  /*background:#111111;*/
  /*padding: 10px 5px 0px 10px;*/
  padding-top:0px;
  margin:auto;
  /*padding-left:3px;*/
}

.link_block
{
  /*border: 1px solid #ecae01;*/
  /*background:#ffe680;*/
  /*padding: 10px;*/
  margin-bottom:10px;
  font-size: 11px;
}
.link_block th
{
  /*border: 1px solid #ecae01;*/
   background-image: url(wp_t.gif);
  background-repeat: no-repeat;
  width:538px;
  height:24px;
  padding-left:10px;
  color:#DADADA;
 /* padding: 10px;
  margin: 0px 0px 10px 0px;*/
  font-size: 12px;
}
.link_block_right
{
  border: 1px solid #ecae01;
   background-image: url(wp_m.png);
  background-repeat: repeat-y;
  width:548px;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  font-size: 11px;
}

.out_link_div
{
  margin-bottom: 5px;
}


a.out_link
{
  font-size: 12px;
  font-weight: bold;
  color: #DADADA;
}

a.out_link_fav
{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #595959;
}
a:hover.out_link_fav
{
  color: #4a4a4a;
}

a.out_link_tag
{
  font-size: 12px;
  font-weight: bold;
  color: #5c5c5c;
}

.text_link
{
  margin-bottom: 5px;
  font-size:11px;
  color:#515151;
}
div.text_link img
{
margin-top:3px;
}

a.in_link
{
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #515151;
}

a.in_link_fav
{
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #6e6e6e;
}

a:hover.in_link_fav
{
  color: #595959;
}

.add_block
{
  margin:auto;
  /*border: 1px solid #111111;*/
  background-image: url(box_tagi.gif);
  background-repeat: no-repeat;
  background-position: top;
  width:548px;
  height:149px;
  /*background:#000000;*/
  
 /* margin: 10px 10px 0px 0px;*/
}


.cat_sub_block
{
  /*border: 1px solid #111111;*/
  /*background:#111111;*/
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 10px 0px;
}

.cat_block_home
{
  /*border: 1px solid #000000;*/
  /*background:#000000;*/
  /*background:#111111;*/
  background-image: url(box_kategorie.png);
  background-repeat: no-repeat;
  background-position: left;
  /*padding: 3px 3px 3px 3px;*/
  padding: 0px;
  margin: 0px 0px 12px 3px;
  /*width:172px;*/
  width:177px;
  height:93px;
}
.in_link_home_cat_div
{
  margin: 0px 0px 5px 0px;
}
a.in_link_home_cat_hd
{
  font-size: 15px;
  font-weight: normal;
  color: #dadada;
  text-decoration: none;
  /*background-image: url(ico_folder.gif);
  background-repeat: no-repeat;*/
  /*background-position: left;*/
  background-position: 3px 2px;
  padding-left: 5px;
}
a:hover.in_link_home_cat_hd
{
  color: #eaeaea;
}

a.in_link_home_cat_hd_mapa
{
  font-size: 17px;
  font-weight: normal;
  color: #eaeaea;
  text-decoration: none;
}
a:hover.in_link_home_cat_hd_mapa
{
  color: #eaeaea;
  text-decoration: underline;
}

a.in_link_home_cat
{
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  background-image: url(li.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}

a:hover.in_link_home_cat
{
  color: #97bf16;
}


.in_link_home_cat_div2
{
  margin: 0px 0px 5px 0px;
}
a.in_link_home_cat2
{
  font-size: 17px;
  font-weight: normal;
  color: #027E22;
  text-decoration: none;
  background-image: url(otwarty_tpl/default/znaczek.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}

a:hover.in_link_home_cat2
{
  color: #ecae01;
}



a.out_link_home_cat, a:visited.out_link_home_cat
{
  color: #999999;
  text-decoration: none;
}
a:hover.out_link_home_cat
{
 color: #dedede;
 text-decoration: underline;
}


a.more, a:visited.more
{
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
a:hover.more
{
 color: #ffffff;
 /*margin-left:2px;*/
 text-decoration: underline;
}

a.in_link_menu_left_cat
{
  font-size: 11px;
  font-weight: bold;
  color: #2C3941;
  text-decoration: none;
  background-image: url(otwarty_tpl/default/znaczek.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 10px;
}
.ilosc_cat /* ilosc wyswietlanych wpis�w w podkategoriach */
{
  font-size: 11px;
  color: #595959;
}

.in_link_cat_ilosc
{
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color: #999999;
}
.sub_block_home
{
  text-decoration: none;
  /*border-left: 3px solid #97bf16;*/
  padding: 0px 0px 8px 5px;
  margin: 0px 0px 0px 5px;
}
a.in_link_home_sub
{
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
a.in_link_home_sub:hover
{
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline;
}
a.in_link_home_kateg
{
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
  color: #A4ACAE;
}
.sub_block_cat
{
  border: 1px solid #000000;
  background:#5c5c5c;
  padding: 5px 5px 5px 10px;
  margin: 0px 0px 5px 0px;
  width:163px;
}
a.in_link_cat_sub
{
  font-size: 11px;
  font-weight: bold;
  color: #e6e6e6;
  text-decoration: none;
}
a.in_link_cat_sub:hover
{
  font-size: 11px;
  font-weight: bold;
  color: #ffffff; 
  text-decoration: underline;
}
.odwrob
{
  color:#515151;
}
.robots
{
text-align:right;
margin:5px 0;
padding-right:20px;
color:#595959;
}
div.robots img{
margin-left:15px;
}
div.robots font{
font-size:11px;
}
.p1 li{
padding-bottom:5px;
}

.rss_title {
  font-size: 11px;
  font-weight: bold;
  color: #595959;
}
a.rss_link, a:visited.rss_link {
  font-size: 11px;
  font-weight: normal;
  color: #595959;
  text-decoration: none;
}
a:hover.rss_link {
  color: #6b6b6b;
}
.rss_content {
  font-size: 11px;
  color: #999999;
}


.google_ads {
float : right;
margin-left: 2em;
width : auto;
}

.szcz_firma th {
	font-weight:bold;
}
.szcz_firma td {
	padding-left:5px
}
#mapka {
	width: 390px; height: 250px; background: #DADADA;
	background-image: url('ladowanie.gif'); background-position: center; background-repeat: no-repeat;
}

/* gwiazdki */
/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	/*border-bottom:1px solid #999;*/
	padding-bottom:4px;
	margin-bottom:4px;
	}

.loading {
	height: 30px;
	background: url('working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 16px;
	position: relative;
	background: url('starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:16px;}
.unit-rating a.r2-unit{left:16px;}
.unit-rating a.r2-unit:hover{width: 32px;}
.unit-rating a.r3-unit{left: 32px;}
.unit-rating a.r3-unit:hover{width: 48px;}
.unit-rating a.r4-unit{left: 48px;}
.unit-rating a.r4-unit:hover{width: 64px;}
.unit-rating a.r5-unit{left: 64px;}
.unit-rating a.r5-unit:hover{width: 80px;}
.unit-rating a.r6-unit{left: 80px;}
.unit-rating a.r6-unit:hover{width: 96px;}
.unit-rating a.r7-unit{left: 96px;}
.unit-rating a.r7-unit:hover{width: 112px;}
.unit-rating a.r8-unit{left: 112px;}
.unit-rating a.r8-unit:hover{width: 128px;}
.unit-rating a.r9-unit{left: 128px;}
.unit-rating a.r9-unit:hover{width: 144px;}
.unit-rating a.r10-unit{left: 144px;}
.unit-rating a.r10-unit:hover{width: 160px;}

.unit-rating li.current-rating {
	background: url('starrating.gif') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#515151;}
.thanks {color:#515151;}
.static {color:#515151;}


input.kontakt
{
	border:1px solid #CC0000;
	background-color: #494949;
	width:150px;
	height:14px;
	padding:3px;
	font-size:11px;
	color:#FFE300;
	margin:5px 5px 0 5px;
}
textarea.kontakt
{
	border:1px solid #CC0000;
	background-color: #494949;
	width:350px;
	height:100px;
	padding:3px;
	font-size:11px;
	color:#FFE300;
	margin:5px 5px 0 5px;
}
select.kontakt
{
	border:1px solid #CC0000;
	background-color: #494949;
	width:156px;
	height:20px;
	/*padding:3px;*/
	font-size:11px;
	color:#FFE300;
	margin:5px 5px 0 5px;
}
input:hover.kontakt, textarea:hover.kontakt, select:hover.kontakt
{
	border:1px solid #ff0000;
	background-color: #5e5e5e;
}
input.kontakt_button{
cursor:pointer;
border:solid 1px #CC0000;
color:#ec8501;
height:23px;
width:80px;
font-size:11px;
font-weight:bold;
padding: 1px 2px;
/*background:url(formbg.gif) repeat-x left top;*/
margin:5px;
}

.foot_adv
{

  font-size:11px;
  border: 0;
}

a.foot_adv_links
{
  font-size:11px;
  font-weight: normal;
  text-decoration: underline;
  color: #97bf16;
}
a.foot_adv_links:hover
{
  font-weight: normal;
  text-decoration: none;
  color: #80a213;
}

.main_text ul
{
	padding:0;
	font-weight: bold;
}

.main_text li
{
	margin-left:15px;
	font-weight: normal;
}

.koment_box_tytul {
	color: #CC0000;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:10px;
}
.koment_box {
	color: #595959;
}
.koment_box_data {
	padding-bottom:5px;
	color: #595959;
}
.koment_box a {
	color: #97BF16;
}
.koment_box a:hover {
	
}
.koment_box_wpis {
	border-left: solid 3px #595959;
	padding-left:5px;
	margin-bottom: 15px;
	color:#595959;
}
.koment_form {
	color: #595959;
}

.bg_mc {
	width:100%;
	height:100%;
	margin:0 auto;
	background-image: url(mc.png);
	background-repeat: repeat-x
}

.box_welcome {
	margin:auto;
	text-align:center;
	color:transparent;
	background-image: url(box1.gif);
	width: 552px;
	height:178px;
	font-size:11px;
}


/* box welcome */
table.welcome_box {
	margin:auto;
	margin-top:10px
}
th.welcome_box_tl {
	background-image: url(welcome_box_tl.gif);
	background-repeat: no-repeat;
	background-color:#515151;
	width:1px;
	height:26px;
}
th.welcome_box_tc {
	background-image: url(welcome_box_tc.gif);
	background-repeat: no-repeat;
	background-color:#515151;
	width:508px;
	height:26px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
}
th.welcome_box_tr {
	background-image: url(welcome_box_tr.gif);
	background-repeat: no-repeat;
	background-color:#515151;
	width:1px;
	height:26px;
}

td.welcome_box_ml {
	background-image: url(welcome_box_ml.gif);
	background-repeat: repeat-y;
	width:1px;
}
td.welcome_box_mc {
	background-image: url(welcome_box_mc.gif);
	background-repeat: repeat;
	text-align:justify;
	color:#515151;
	width:538px;
}
td.welcome_box_mr {
	background-image: url(welcome_box_mr.gif);
	background-repeat: repeat-y;
	width:1px;
}

td.welcome_box_bl {
	background-image: url(welcome_box_bl.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}
td.welcome_box_bc {
	background-image: url(welcome_box_bc.gif);
	background-repeat: repeat-x;
	height:1px;
	width:538px;
}
td.welcome_box_br {
	background-image: url(welcome_box_br.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}



/* box wpisy */
table.wpis_box {
	margin:auto;
	margin-bottom:10px;
}
th.wpis_box_tl {
	background-image: url(wpis_box_tl.gif);
	background-repeat: no-repeat;
	background-color:#515151;
	width:1px;
	height:26px;
}
th.wpis_box_tc {
	background-image: url(wpis_box_tc.gif);
	background-repeat: no-repeat;
	background-color:#515151;
	width:538px;
	height:26px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	text-align:left;
}
th.wpis_box_tr {
	background-image: url(wpis_box_tr.gif);
	background-repeat: no-repeat;
	background-color:#515151;
	width:1px;
	height:26px;
}

td.wpis_box_ml {
	background-image: url(wpis_box_ml.gif);
	background-repeat: repeat-y;
	width:1px;
}
td.wpis_box_mc {
	background-image: url(wpis_box_mc.gif);
	background-repeat: repeat;
	width:538px;
}
.wpis_box_mc_left {
	width:126px;
	padding-left:10px;
	padding-bottom:10px;
}
.wpis_box_mc_right {
	width:452px;
	padding:10px
}
.wpis_box_mc_infotext {
	color:#515151;
	padding-bottom:10px;
}
td.wpis_box_mr {
	background-image: url(wpis_box_mr.gif);
	background-repeat: repeat-y;
	width:1px;
}

td.wpis_box_bl {
	background-image: url(wpis_box_bl.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}
td.wpis_box_bc {
	background-image: url(wpis_box_bc.gif);
	background-repeat: repeat-x;
	height:1px;
	width:538px;
}
td.wpis_box_br {
	background-image: url(wpis_box_br.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}


/* box glob tagi */
table.glob_tag_box {
	margin:auto;
}
th.glob_tag_box_tl {
	background-image: url(glob_tag_box_tl.gif);
	background-repeat: no-repeat;
	width:1px;
	height:24px;
}
th.glob_tag_box_tc {
	background-image: url(glob_tag_box_tc.gif);
	background-repeat: repeat-x;
	width:538px;
	height:24px;
	color:#E6E6E6;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	text-align:left;
}
th.glob_tag_box_tr {
	background-image: url(glob_tag_box_tr.gif);
	background-repeat: no-repeat;
	width:1px;
	height:24px;
}

td.glob_tag_box_ml {
	background-image: url(glob_tag_box_ml.gif);
	background-repeat: repeat-y;
	width:1px;
}
td.glob_tag_box_mc {
	background-image: url(glob_tag_box_mc.gif);
	background-repeat: repeat;
	width:538px;
}
td.glob_tag_box_mr {
	background-image: url(glob_tag_box_mr.gif);
	background-repeat: repeat-y;
	width:1px;
}

td.glob_tag_box_bl {
	background-image: url(glob_tag_box_bl.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}
td.glob_tag_box_bc {
	background-image: url(glob_tag_box_bc.gif);
	background-repeat: repeat-x;
	height:1px;
	width:538px;
}
td.glob_tag_box_br {
	background-image: url(glob_tag_box_br.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}





/* menu glowne start */

.markermenu{
width: 178px; /*width of menu*/
background-color: #ffffff url(menu_left_cont.gif) repeat-y;
}

.markermenu ul{
list-style-type: none;
/*margin: 5px 0;*/
margin:0;
padding: 0;
margin-right:2px;
/*border: 1px solid #9A9A9A;*/
}
.markermenu ul li {
/*width: 178px;*/
/*background: #ABC837 url(menu_left_cont_main.gif) repeat-y;*/
margin:0;
padding:0;
}
.markermenu ul li a{
/*background: #ABC837 url(menu_left_cont_li.gif) no-repeat 5px center;*/
font-size: 13px;
font-weight: bold;
color: #595959;
display: block;
width: auto;
padding: 3px 0;
/*padding: 3px 3px 3px 30px;*/
padding-left: 15px;
text-decoration: none;
/*border-bottom: 1px solid #B5B5B5;*/
}

* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 146px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #595959;
}

.markermenu ul li a:hover{
color: #595959;
background-color: #fc4e24;
margin: 0;
/*onMouseover image change. Remove if none*/
/*background-image:url(menu_left_cont_li_on.gif);*/ 
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

/* menu glowne end */

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
	background: #ffffff url(menu_left_cont.gif) repeat-y;
	color:#444444;
}

/* ostrzezenia */
.alert {
	background: #f4cccc url(alert_error.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	color:#858585;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #e37575;
	border-bottom: 2px solid #e37575;
}


/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    /*height: 29px; width: 421px;*/
    height: 29px; width: 500px;
    background: url("menu_top_bg.png") no-repeat top;
    padding: 15px; margin: 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("menu_top_lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("menu_top_lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 13px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
