/** BASIC */

html {
    background: #000000 url(images/bg01.jpg) repeat left top;
}

body {
  background: transparent url(images/bg02.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #FEFFFF;
}

h1 {
	margin-bottom: 20px;
	font-size: 20px;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
}

h3 {
	margin-bottom: 15px;
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838989;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 180%;
}

/** LINKS */

a {
	color: #A98A69;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding-left: 17px;
	background: url(images/homepage12.gif) no-repeat left center;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.border {
	padding: 2px;
	background: #10100C;
	border: 1px solid #302C21;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: none;
}

#accpage {
    width: 1175px;
    margin: 0 auto;
}

/** HEADER */

#header {
	height: 180px;
	background: url(images/homepage01.jpg) no-repeat center top;
}

#header h1 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	height: 50px;
	background: url(images/bg06.jpg) no-repeat center top;
}

#menu ul {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 15px;
	background: url(images/homepage02.gif) no-repeat left center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page-bg {
	background: url(images/bg03.jpg) repeat-y center top;
}

#page-bgtop {
	background: url(images/bg04.jpg) no-repeat center top;
}

#page {
	background: url(images/bg05.jpg) no-repeat center bottom;
}

.subpage2 #page-bg {
	background-image: url(images/bg1_01.jpg);
}

.subpage2 #page-bgtop {
	background-image: url(images/bg1_02.jpg);
}

.subpage2 #page {
	background-image: url(images/bg1_03.jpg);
}

/** FOOTER */

#footer {
	height: 50px;
}

#footer p {
	text-align: center;
	color: #2A2A27;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	height: 45px;
}

.box-style1 .title h2 {
	padding: 16px 0px 0px 23px;
	font-size: 12px;
}

.box-style1 .content {
	padding: 20px 30px;
}

.box-style1 .bottom {
	height: 10px;
	background: url(images/homepage10.jpg) no-repeat left top;
}

/** BOX1 */

#box1 {
}

#box1 .title {
	background: url(images/homepage09.jpg) no-repeat left top;
}

#box1 .content {
	padding: 0px 17px 0px 13px;
	background: url(images/subpage1_01.jpg) no-repeat left bottom;
}

#box1 .content .bg {
	padding: 20px 41px 20px 16px;
	background: url(images/homepage11.jpg) repeat-x left top;
}

/** BOX2 */

#box2 {
	height: 200px;
	min-height: 200px;
	background: url(images/homepage16.jpg) repeat-y 210px 0px;
}

html>body #box2 {
	height: auto;
}

#box2 .bottom {
	height: 10px;
	background: url(images/homepage10.jpg) no-repeat left top;
}

/** BOX2A */

#box2A {
	float: left;
	width: 215px;
	position: relative;
}

#box2A .title {
	background: url(images/homepage13.jpg) no-repeat left top;
}

#box2A .content {
	padding-right: 20px;
	background: url(images/homepage17.jpg) no-repeat left top;
}

/** BOX2A */

#box2B {
	float: left;
	width: 220px;
	position: relative;
}

#box2B .title {
	background: url(images/homepage14.jpg) no-repeat left top;
}

#box2B .content {
	padding-right: 25px;
	background: url(images/homepage18.jpg) no-repeat left top;
}

/** BOX2A */

#box2C {
	float: left;
	width: 220px;
	position: relative;
}

#box2C .title {
	background: url(images/homepage15.jpg) no-repeat left top;
}

#box2C .content {
	padding-left: 20px;
	padding-right: 35px;
	background: url(images/homepage19.jpg) no-repeat left top;
}

/** BOX3 */

#box3 {
}

#box3 .title {
	background: url(images/homepage09.jpg) no-repeat left top;
}

#box3 .content {
	padding: 0px 17px 0px 13px;
}

#box3 .content .bg {
	padding: 20px 20px 20px 16px;
	background: url(images/homepage24.jpg) repeat-x left top;
}

/** BOX3A */

#box3A {
	float: right;
	width: 160px;
	margin-left: 15px;
	padding-left: 25px;
	background: url(images/homepage20.jpg) no-repeat left top;
}

/** BOX4 */

#box4 {
}

#box4 .title {
	background: url(images/homepage21.jpg) no-repeat left top;
}

#box4 .content {
	padding: 0px;
	background: url(images/homepage22.jpg) no-repeat left top;
}

#box4 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box4 li {
	padding: 5px 20px 10px 23px;
	background: url(images/homepage23.jpg) no-repeat left bottom;
}

#box4 a {
	text-decoration: none;
	font-size: 10px;
	color: #808585;
}

#box4 a:hover {
	text-decoration: underline;
}

/** BOX5 */

#box5 {
}

#box5 .title {
	background: url(images/homepage21.jpg) no-repeat left top;
}

#box5 .content {
	padding: 15px 27px 10px 23px;
	background: url(images/homepage22.jpg) no-repeat left top;
	font-size: 10px;
}

/** BOX6 */

#box6 {
}

/** BOX7 */

#box7{
}

#box7 .title {
	background: url(images/homepage09.jpg) no-repeat left top;
}

#box7 .content {
	padding: 0px 17px 0px 13px;
}

#box7 .content .bg {
	padding: 20px 41px 20px 16px;
	background: url(images/homepage24.jpg) repeat-x left top;
}

#tabelaots {
border: 1px solid black;
   border-collapse: collapse;
   background-color: #000000;
}

#tabelaots td {
   border: 1px solid black;
    color: #FEFFFF;
		text-align: center;
}

#tabelaots td  a{
	font-weight:bold;
	/* color: #DAA520; */

	color: #FF8C00;
}

#tabelaots2 {
border: 1px solid black;
   border-collapse: collapse;
   background-color: #000000;
}

#tabelaots2 td {
   border: 1px solid black;
    color: #FEFFFF;
	text-align: left;
	
}

#tabelaots2 td  a{
	font-weight:bold;
	/* color: #DAA520; */

	color: #FF8C00;
	text-decoration: none;
}

/* pliki wyswietlane sa w tabelach .. i tu mozesz ustalic wyglad tej tabeli */
table#wyswietl_pliki
{
    margin:10px;
    font-size:10pt;
    padding-top:10px;
    width:500px;
    border: 1px solid black;
}

table#wyswietl_pliki td
{
    border: 1px solid black;
}
