/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html, body {
    background: #111;
	overflow: hidden;
	/*
	*/
	background-image: url(pic/podtlo2.png);
}
#scroll_container{
	height: 100%;
	width: 100%;
	position:absolute;
	overflow: hidden;
	/*
	*/
}

#content {
  position: relative;
  height: 5000px;
  width: 10000px;
  font-family: verdana;
  font-size: 13px;
  line-height: 130%;
  /*
  border: 1px dotted #888;
  */
}

#positioner_ls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 21px;
  z-index: 3;
}
#scroll_container #positioner_ls {
  position: fixed;
}


#menu {
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 3;
/*
  border: 1px solid red;
*/
}
#scroll_container #menu {
  position: fixed;
}

ul#nav {
  float: left;
  padding: 20px 0 0 0;
  /*border-top: 1px solid #42507d;*/
  display: inline;
}

ul#nav li {
  float: left;
  margin-right: 10px;
}
ul#nav li#last {
  margin-right: 0;
}

ul#nav li a {
  font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #f0f0f0;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  position: relative; 
  overflow: hidden;
  outline: none;
  z-index: 10;
}
ul#nav li a:hover, ul#nav li:hover a {
  color: #eee;
}
ul#nav li a.active {
  color: #fff;
}

ul#nav li.back {
  background: #707070;
  height: 22px;
  z-index: 8;
  position: absolute;
  color: #fff;
}


.clear {
  clear: both;
}

.column {
	display: block;
	float: left;
	width: 866px;
	height: 446px;
	padding: 90px 0 0 0;
	background-image: url(pic/tlo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
}

.section {
	display: block;
	float: left;
	background-position: 3px 3px;
	background-repeat: no-repeat;
	width: 880px !important;
	height: 426px;
	margin: 0 0 0 52px;
}

.ui-tabs-hide {
  display: none;
}

p a { color: #fff; }
p a:hover { text-decoration: none; }


.dec_img {
  position: absolute;
  z-index: 2;
}

.dztr {
	display: block;
	float: left;
	font-size: 11px;
	font-family: verdana;
	padding: 200px 0 0 240px;
	color: #fff;
	line-height: 150%;
	margin: 0 0 0 10px;
}

.dztrwaski {
	width: 500px;
	margin-right: 10px;
}

.dztrszeroki {
	width: 600px;
	margin-right: 10px;
}
.wewtre {
	height: 216px;
	outline: 0;
	overflow: hidden;
}
.dztszeroki .wewtrew {
	width: 580px;
}
.dztrwaski .wewtrew {
	width: 480px;
}

.wewtrew {
	padding: 0 20px 0 0;
}
.wewtrew  p {
	margin-bottom: 7px;
}
.wewtrew  ul {
	margin: 0 0 7px 20px;
}
.wewtrew a {
	cursor: pointer;
}
.dztr a, .dztr a:visited {
	text-decoration: none;
	color: #fff;
}
.dztr a:hover {
	text-decoration: underline;
	color: #d0d0d0;
}
.dzmiz {
	display: block;
	float: left;
	width: 100px;
}
.dzmi {
	display: block;
	float: left;
	width: 100px;
	margin: 3px 0 0 0;
	height: 420px;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color: #fff;
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #888;
}
.dzmiw {
	margin: 0 0 0 0;
	display: block;
	float: left;
	width: 85px;
	padding: 0 0 0 15px;
	height: 312px;
	overflow: hidden;
}
.dzmi p {
	display: block;
	margin-top: 100px;
	text-align: center;
}
.dzmi a {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	border: 2px solid #fff;
}
.scroll-pane {
	height: 320px;
	width: 85px;
	overflow:auto;
}







/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #000;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #000;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #e4e4e4;
	position: relative;
}

.jspDrag
{
	background: #a0a0a0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
	display: hidden;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
	display: hidden;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


#ostatnio_dodane {
	display: block;
	float: left;
	/*
	border: 1px solid #ddd;
	*/
	margin: 30px 0 0 100px;
	color: #202020;
	font-weight: bold;
}
#ostatnio_dodane a {
	display: block;
	float: left;
	margin: 9px 9px 0 0;
	width: 30px;
	height: 30px;
	border: 2px solid #252525;
}
#ostatnio_dodane a:hover {
	border: 2px solid #f0f0f0;

}




#simpleTooltip { 
	max-width: 120px; 
	padding: 7px; 
	border: 0; 
	color: #aaa; 
	background-image: url("pic/bgt.png");
	font-family: arial;
	font-size: 10px;
	
}
#simpleTooltip a{ 
	color: #aaa; 
	text-decoration: none;
} 

