body {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: auto;
	left: 0px;	
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body  .content {
	background-color: #ABDCFC;
	margin: 0px;
}
body  #oMenu .content  {
	background: #559DCF;
}

#main{
  background-color: #ABDCFC;
  font-size:14px;
    font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height:1.5em;
  position: relative;
  left: 0px;	
  top: 0px;
  height:100%;
  width:100%;
}
#main h1{
  line-height:1.9em;
}
#naglowek {
	right: 4px; left:234px; width: auto;
	top:1px; height:97px;
		
	text-align: center;
	position: absolute;
	overflow: hidden;
	color: White;
	background-color: #055385;
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
	z-index: 10;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	font-size:22px;
	line-height:23px;	
}
#bodyMain{
	background-color: White;
	right: 4px; left:234px; width: auto;
	top: 80px; 	bottom:1px; height:auto;
	text-align: center;
	position: absolute;
    overflow: hidden;	
	z-index: 1;
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
}
#bodyMenu{
	position: absolute;
	left: 0px; 	width: 220px;
	top: 0px; bottom: 1px; 	height:auto;
	background-color: White;
	overflow: hidden;	
	z-index: 1;
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
}
#licznik{
    top:1px; 
	position: absolute;
	
	right: 3px;
	width: 120px;
	height: 4ex;
	text-align: right;
	background-color: Gray;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	z-index: 2;
font-size:12px;
font-weight:normal;
line-height:12px;	
}
#stopka {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: fixed;
	left: 0%;
	width: 220px;
	vertical-align: bottom;
	height: 25px;
	bottom:1px;
	background-color: Lime;	
	float: left;
	font-family:"Times New Roman",Times,serif;
font-size:12px;
font-weight:normal;
line-height:12px;
	z-index: 1;
	padding-bottom:5px;
}
ul.menu, ul.menu li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a.menu {
	background: #559DCF;
	border: 1px solid Grey;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 6px 6px 6px 6px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 0px;
}

a.menu:hover {
  background-color: buttonface;
  color: black;
  font-weight: bold;
}

table.gora{
       vertical-align: middle;
       text-align: center;
       width: 100%;
       background: #559DCF;
       border: Black;
}


table.gora td{
       border: thin solid Black;
       font-weight: bold;
       font-variant: small-caps;
       font-size: large;
}


      
ul{
       list-style-type: disc;
}

table.menu{
       width: 100%;
       border: thin groove Gray;
       background: #559DCF;
       padding-top: 5px;
}

div.oknoDialogowe {
	position: absolute; 
	z-index: 1000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
       background: none;
	background-color: none;
	background-image: url(../img/tlo_transp.png);
	background-repeat: repeat;
	overflow: auto;
}
table.okno {
	margin: auto;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	height: 200px;
	width: 150px;
	border: medium solid Gray;
	overflow: auto;
	padding: 0px 0px 0px 0px;
}
table.okno tr{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table.okno td.pasekTytulowy {
	border-bottom: 0px  solid Black;
	margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
	background: Blue;
	color: White;
	overflow: hidden;
	background-color: Blue;
       height: 20px;
}
table.okno td.pasekTytulowyP {
	border-bottom: 0px solid Black;
	margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
	background-color: #d4d0c8;
	background: #d4d0c8;
	color: Black;
	overflow:  hidden;
 	width: 18px;
       height: 20px;
}
table.okno td.Zawartosc {
	margin: 0px 0px 0px 0px;
	color: Black;
	overflow: auto;
	background-color: #ABDCFC;
	text-align: center;
}
table.okno td {
	color: Black;
	background-color: #ABDCFC;
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;

}

div.xxx{
	width: 18px;
	height: 18px;
	display: inline;
	right: 0px;
	position: relative;
	float: right;
	background-color: ButtonFace;
	text-align: center;
}

div#loader{
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1000;
  background-image: url(../img/tlo_transp);
  background-repeat: repeat;  
}