* {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.currentTextHolder {
	color: #000000;
}

body {
	background: #000000 url('../img/bg_tlo.jpg') center top no-repeat;
	height: 100%;
	width: 100%;
}

#page {
	height: 680px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 970px;
}

#menu {
	display: inline;
	float: left;
	height: 634px;
	padding: 0px 0px 0px 0px;
	width: 136px;
}

#home {
	display: inline;
	float: left;
	height: 158px;
	margin: 4px 0 0 25px;
	width: 428px;
}

#home a {
	display: block;
	height: 158px;
	width: 428px;
}

#tytul {
	display: inline;
	float: left;
	height: 100px;
	width: 482px;
}

h1 {
	background: url('../img/bg_tytul.jpg') left top no-repeat;
	color: #1b1b1b;
	font-size: 25px;
	font-weight: bold;
	height: 49px !important;
	_height: 74px;
	margin: 26px 0 0 4px;
	padding: 25px 0 0 24px;
	width: 454px;
}

#contentWrapper {
	display: inline;
	float: left;
	height: 350px;
	margin: 5px 0px 0px 25px;
	overflow: hidden;
	position: relative;
	width: 520px;
}

#scrollText {
    width:300px;
    height:300px;
}
#scrollText {
    position:relative;
    width:510px;
    height:350px;
    font-size:13px;
    line-height:20px;
}

#zwiastun {
	height: 295px;
	padding: 20px 0 0 10px;
	text-align: center;
	width: 480px;
}

.tytul {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.imgBox {
	float: left;
	height: 90px;
	text-align: left;
	width: 140px;
}

div.imgBox a img {
	border: 0;
	padding: 3px;
}
div.imgBox a:hover img, div.imgBox a img:hover {
	border: 3px solid #ffffff;
	padding: 0;
}

#footerWrapper div {
	color: #646363;
	padding: 20px 0 0 0;
}

#footerWrapper div a {
	color: #ffffff;
}
#footerWrapper div a:hover {
	text-decoration: underline;
}

div.left {
	display: inline;
	float: left;
}

div.right {
	display: inline;
	float: right;
}



/***********    jScrollPane     ********************/
.jScrollPaneContainer {
	top: 0px;
	left: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 480px;
	top: 0;
	height: 100%;
	background: url('../img/track-bg.gif') repeat-y center center;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: url('../img/track-holder.gif') no-repeat center center;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 480px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../img/arrow-up.jpg') no-repeat;
	/*background-color: #666;*/
	height: 31px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 480px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../img/arrow-down.jpg') no-repeat;
	/*background-color: #666;*/
	height: 31px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

