body {
	background: url(images/bg.gif) repeat;
	font: normal 11px/1.3 verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* -DIV- */
div {
	font: normal 11px/1.3 verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}
#srodek {
	width: 980px;
	margin: 0 auto;
	background: url(images/bg_calosc.gif) repeat-y;
	text-align: left;
}
#pole_srodek {
padding:10px 15px 10px 15px;
}
#belka_dol {
	background: url(images/stopka.gif) repeat-x;
	width: 980px;
	height: 25px;
	margin: 0 auto;
	clear: left;
}

#belka_dol_tekst {
	color: #333333;
	text-align: left;
	margin: 0;
	padding: 6px 0 0 15px;
}
#bok_lewy {
	width: 214px;
	float: left;
	text-align:center;
}
#bok_prawy {
	width: 766px;
	float: left;
	text-align: left;
}
#bela_z {
background: url(images/belka.gif) repeat-x;
height: 16px;
}
#bg_pole1 {
background: url(images/bg_pole1.gif) no-repeat;
width: 194px;
padding:10px;
text-align:left;
}
#bg_menu {
background: url(images/bg_menu.gif) repeat-x;
height: 26px;
}
#bg_nazwa {
background: url(images/bg_nazwa.gif) no-repeat;
width: 403px;
height: 27px;
padding:10px 0 0 15px;
}
#pozycja_mapy {
float:right;
width:360px;
height:720px;
}
/* -h- */
h2 {
	margin: 0 5px 5px 5px;
	padding: 0;
	font: bold 13px/1.3 verdana, arial, helvetica, sans-serif;
	color: #c00;
}
/* -P- */
p {
	text-align: justify;
	font: normal 11px/1.3 verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.left_b {
	text-align: left;
	color: #fff;
}
.center {
	text-align: center;
}
.center_px12 {
	text-align: center;
	font-size: 12px;
}
.px12 {
	font-size: 12px;
}
span#odleglosc {
	margin: 0 0 0 220px;
}
/* -H- */
h2 {
	color: #990000;
	font: bold 12px/1.3 verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
h3 {
	color: #990000;
	font: bold 12px/1.3 verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	text-align:center;
	margin: 0 0 10px 0;
	padding: 0;
}
/* -IMG- */
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.img_right {
	float: right;
	margin: 0px 0 2px 15px;
	border: 1px solid #ccc;
	padding:3px;
	background: #fff;
}
.img_right2 {
	float: right;
	margin: 0px 16px 2px 15px;
	border: 1px solid #ccc;
	padding:3px;
	background: #fff;
}
.img_left {
	float: left;
	margin: 0px 5px 2px 0px;
	border: 1px solid #ccc;
}
.nazwa_p {
margin:0 0 10px 0;
}
.img_g	{
	margin: 3px;
	border: 1px solid #ccc;
	padding:3px;
	background: #fff;
  }
	
.img_o	{
	margin: 5px;
	border: 1px solid #ccc;
	padding:3px;
	background: #fff;
  }
.img_o2	{
	margin: 5px 5px 55px 5px;;
	border: 1px solid #ccc;
	padding:3px;
	background: #fff;
  }
/* -A- */
a {
	text-decoration: none;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #990000;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a.stopka {
	text-decoration: none;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #333333;
	margin: 0 3px 0 3px;
}
a.stopka:hover {
	color: #000;
	text-decoration: underline;
}
/* -UL LI- */
#pole_srodek ul, #pole_srodek li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	font: normal 11px/140% verdana, arial, helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
#pole_srodek ul li {
	background: url(images/li.gif) no-repeat left 3px;
	padding-left: 13px;
	margin-left: 5px;
}
/* -table, tr, td- */
table {
	vertical-align: top;
}
#table2 tr,td {
text-align:center;
background:#fff;
}
tr, td {
	vertical-align: top;
}
br.both {
clear:both;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
height:26px;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a; a#dm_1{
display: block;
width: 177px; /*Width of top level menu link items*/
padding: 0;
margin:0;
border: 0;
border-left-width: 0;
text-decoration: none;
}
.suckertreemenu ul li a#dm_1{
width: 97px; /*Width of top level menu link items*/
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul {
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul { 
left: 10px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a; a#dm_1 {
display: block;
width: 158px; /*width of sub menu levels*/
text-decoration: none;
padding: 0;
border: 0;
background: url(images/bg_menu.gif) repeat-x;
}

.suckertreemenu ul li ul li a img {
margin:0 0 -2px 0;
}

.suckertreemenu ul li a:hover{
background-color: none;
text-decoration: none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

