* {margin:0px;border:0px;padding:0px;}
#logo {
  position: absolute;
  float: left;
  left: 0px;
  top: 0px;
}
/*#logo img {
  width: 100%px;
  height: 100%px;
}*/
/*glowny tytul*/
#tytul {
	font-family: Tahoma;
	font-size: 18px; 
	text-align: center; 
	position: absolute;
	display: block;
	margin-top: 100px;
	left: 200px;
	font-weight: normal;;
	color: #f2f2f2 ;
	white-space: nowrap;
}
/*glowna tabela strony*/
#glowna { 
	border-style: none;
	text-align: left; 
	position: absolute;
	top: 140px;
	width: 752px;
}
#glowna td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  vertical-align: top;
}
/*czesc z trescia*/
#page {
	text-align: justify; 
	border-bottom: 1px dotted gray;
	padding-right: 0px;
	padding-left: 10px;
}
/*czesc tabeli dolna*/
.footer {
	font-size: 10px;
	padding-top: 5px;
}
/*czesc tabeli na menu*/
#menu {
	text-align: center;
	width: 150px ; 
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding-right: 10px;
}
#menu a {
	font-weight: bold;
	text-transform: capitalize;
	width: 150px; ;
	text-decoration: none;
	color: white;
	background-color: #006699;
	border: 1px solid white;
	padding: 4px 0px 4px 0px;
	display: block;
}
#menu a:visited { 
	background-color: #006699;
}
#menu a:hover { 
	background-color: #0088ce;
}
#menu a.current {
  background-color: #cc0000;
}
#menu ul {
	margin-left: 0px;
	padding: 0px;
}
#menu li {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
}
/*ustawienia glowne stroy*/
BODY {
	font-family: Tahoma;
	color: #454545;
	font-size: 13px;
}
/*ustawienia tytulu tresci i podtytulu*/
h1,h2 {
	background-color: #006699;
	font-size: 15px;
	color: white;
	padding: 4px;
	font-weight: normal;
	margin-bottom: 10px;
}
/*podtytul*/
h2 {
	font-size: 13px;
	clear: both;
}
/*ustawienia paragrafu - tlo tresci*/
p {
	background: #fdfdfd;
	padding: 5px;
	margin-bottom: 8px;
	clear: both;
}
/*walidator - certyfikat*/
#validator {
	float: right;
}
img {
	border: 0pt;
}
/*ikonki pod menu*/
#ikonki {
	clear: both;
	display: block;
	margin-top: 15px;
	background-color: white;
}
#ikonki img {
	border-style: none;
	height: 60px;
	width: 60px;
}
/*trojkacik*/
#triangle {
	position: relative;
	vertical-align: text-top;
	left: 14px;
	margin-top: -24px;
	width: 12px;
	height: 16px;
}
/*linki w tekscie*/
a {
	color: #CC0000;
}
a:hover {
	color: #0088ce; 
}
span {
	color: #0088ce;
	font-weight: bold;
}
.wyr {
	color: #0088ce;
	font-weight: normal;
}
/*zaznaczenie tekstu*/
#comment {
	font-size: 11px;
	font-style: italic;
}
/*tlo listy w tekscie*/
/*
#lista {
	background: #f2f2f2;
}*/
/*miejsce na obrazek w galerii*/
div.img
{
  margin: 2px;
  border: 1px solid #a1a1a1;
  float: left;
  text-align: center;
  background: #f2f2f2;
}
/*ustawienia obrazka*/	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #a1a1a1;
  height: 100px;
  width: 120px;
}
/*lista w tekscie*/
.lista {
  list-style: inside;
  display: block;
  background: #fdfdfd;
  padding: 5px;
  margin-bottom: 10px;
}
.lista li {  
  margin-bottom: 2px;
}
.bullets {
  list-style: none inside;
  display: block;
  background: #fdfdfd;
  padding: 5px;
  padding-left: 50px;
  margin-top: -15px;
  margin-bottom: 10px;
}
.bullets li {
  margin-bottom: 2px;
}
/*back to top anchor*/
.top {
  display: block;
  margin: 0px 1px 10px 490px;
}
div.img a:hover img {border: 1px solid white;}
/*div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}*/
