body {
	background: url(bg.gif) #000000 repeat scroll;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	font-size: 9pt;
	color: #bbbbbb;
}

h1 {
	display: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

acronym {
	font-family: 'Courier New', Courier, monospace;
	font-size: 9pt;
	color: #FFFFD5;
}

#divPojemnik {
	width: 900px;
	border: solid #ffffff 1px;
	margin: 35px auto;
}

#divNaglowek {
	width: 100%;
	height: 40px;
	background-color: #585858;
	border-bottom: solid white 1px;
	background-image: url(no_logo.jpg);
	background-repeat: no-repeat;
}

#divMenu {
	width: 135px;
	height: 500px;
	background-color: #B1B1B1;
	float:left;
	text-align: left;
	padding: 15px;
}

#divTresc {
	width: 654px;
	height: 490px;
	border-left: solid #ffffff 1px;
	background: url(tlo.gif) #333333 repeat-x scroll;
	text-align: justify;
	padding: 20px 40px;
	overflow: auto;
}

#divStopka {
	height: 14px;
	background-color: #7C7C7C;
	border-top: solid #ffffff 1px;
	padding: 8px 15px;
	text-align: right;
	clear: both;
}

ul {
	background-color: transparent;
	margin: 0;
   padding: 0;
	list-style: none;
}

li {
	border: solid 2px #F5F5FF;
	background-color: #909090;
	padding: 5px;
	margin-bottom: 10px;
}

li:hover {
		background-color: #777AFF;
		border: dotted 2px black;
}

li a:link, li a:visited {
	color: white;
	text-decoration: none;
	display: block;
}


li a:hover {
	color: white;
	text-decoration: none;
	display: block;
}

.kategoria {
	background-color: #969696;
	height: 1.5em;
	padding: 5px;
	margin-top: 30px;
}

ul.odnosniki {
	display: block;
	position: relative;
	z-index: 1;
	list-style: square !important;
	left: 30px;
	line-height: 65%;
}


ul.odnosniki li{
	background-color: transparent;
	border: none;
	clear: both;
	position: relative;

}

ul.odnosniki li a:hover {
	letter-spacing: 3px;
}

a:hover + div.ukryjpokaz {
	display: block;
	float: left;
	position: absolute;
	left: 125px;
	top: 55px;
	z-index: 2;
	background-color: #ffffff;
	color: #000000;
	border: solid #000000 1px;
	width: 500px;
	padding: 5px;
	text-align: justify;
	line-height: 130% !important;
}

a + div.ukryjpokaz {
	display: none;
}

div.odstep {
	height: 150px;
	width: 1px;
	background-color: transparent;
}

div#rozstrzal {
	line-height: 170%;
}

#foto {
	float: left;
}

#dane_kontakt {
	position: relative;
	margin-left: 100px;
}

#preformat {
	white-space: pre;
	text-align: left;
	position: relative;
	left: 70px;
	width: 530px;
}