
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(../../images/bg01.jpg) repeat left top;
}

/** FORMS */

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

/** TABLES */
table {
	border: 1px solid #7C745A;
	border-collapse: collapse;
}

td {
	border: 1px solid #7C745A;
	padding:5px;
	text-align:center;
}

th {
	border: 1px solid #7C745A;
	padding:5px;
	text-align:center;
	padding: 10px 5px 10px 5px;
	background-color:#B4A469;
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}

td.head {
	padding: 10px 5px 10px 5px;
	background-color:#B4A469;
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}

td.name {
	font-weight:bold;
}

tr.click {
	cursor:pointer;
}

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 20px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	color: #544E39;
}

h2 {
	font-size: 14px;
	color: #922E1C;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	color: #56503A;
}

/** TEXTS */

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

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

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
	line-height: 15px;
}

/** LINKS */

a {
	color: #9E0C08;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

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

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

img {
	border: none;
}

img.left { 
    float: left;
    margin: 4px; 
}


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

img.border {
}

hr {
	width: 80%;
	height: 1px;
	color: #000;
	border: 0;
	background-color: #000;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: url(../../images/bg02.jpg) repeat-x left top;
}

#wrapper2 {
	background: url(../../images/bg03.jpg) repeat-x left bottom;
}

/** HEADER */

#header {
	width: 978px;
	height: 138px;
}

/** MENU */

#menu {
	width: 578px;
	height: 138px;
	background: url(../../images/bg04.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 80px 15px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 13px 0px 15px;
	background: url(../../images/homepage02.gif) no-repeat left center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

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

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 978px;
	background: url(../../images/bg05.jpg) repeat-y left top;
}

#bgtop {
	background: url(../../images/bg06.jpg) no-repeat left top;
}

#bgbtm {
	background: url(../../images/bg07.jpg) no-repeat left bottom;
}

/** LEFT SIDEBAR */

#left-sidebar {
	width: 160px;
	padding: 25px 0px 0px 7px;
}

/** DYN **/
#dyn_loading {
	text-align:center;
	margin-bottom:5px;
}

#left-sidebar .box_dyn {
	text-align: center;
}

#left-sidebar .box_dyn .title {
	height: 38px;
	margin: 0px;
	padding: 22px 34px 0px 0px;
	background: url(../../images/homepage08.jpg) no-repeat left top;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}

#left-sidebar .box_dyn .content {
	padding: 10px 5px 0 15px;
	font-size: 11px;
	color: #989177;
}

#left-sidebar .box_dyn .content a {
	color: #E9E2CF;
}

#left-sidebar .box_dyn .content p {
	padding: 0px 9px 0px 0px;
}

/* ---------------------- */

#left-sidebar .box {
}

#left-sidebar .box .title {
	height: 38px;
	margin: 0px;
	padding: 22px 34px 0px 0px;
	background: url(../../images/homepage08.jpg) no-repeat left top;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}

#left-sidebar .box .content {
	padding: 10px 13px 10px 39px;
	font-size: 11px;
	color: #989177;
}

#left-sidebar .box .content a {
	color: #E9E2CF;
}

#left-sidebar .box .content p {
	padding: 0px 9px 0px 0px;
}

#left-sidebar .box .content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

#left-sidebar .box .content ul li {
	padding: 6px 9px 4px 0px;
	background: url(../../images/homepage10.jpg) repeat-x left top;
	text-align: left;
}

#left-sidebar .box .content ul li.first {
	padding-top: 0px;
	background: none;
}

/** CLEAR */
.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

/** lista **/
.lista {
	padding-left:10px;
}
/*
.lista_art {
	margin:-5px 0 -2px 0;
}
*/
.lista_art li {
	margin:3px 5px 0 10px;
}

/** screenshot **/
.screen {
	padding:10px 10px 10px 10px;
	text-align: center;
}

.screen a {
	color: #E9E2CF;
}

/** Twoj obrazek tutaj **/
.your_pic {
	margin:30px;
}

/** Szukaj **/
#szukaj {
	text-align:center;
}

#szukaj input {
	margin-left:4px;
	margin-top:5px;"
}

#szukaj submit {
	margin-top:5px;
}

/** News **/
#news_button_left {
	margin: -20px 10px 10px 10px;
	cursor:pointer;
	float:left;
	position:relative;
	left:10px;
}

#news_button_right {
	margin: -20px 10px 10px 10px;
	cursor:pointer;
	float:right;
	position:relative;
	right:10px;
}

.art_button_left {
	/*background:#9E0C08;
	font-size:10px;*/
	margin: -3px 5px 10px 5px;
	/*padding:5px 10px 5px 10px;
	color:#EEEEEE;
	font-weight:bold;*/
	cursor:pointer;
	/*border-width:1px;
	border-style:solid;
	border-color:#000000;*/
	float:left;
	position:relative;
	right:10px;
}

.art_button_right {
	/*background:#9E0C08;
	font-size:10px;*/
	margin: -3px 5px 10px 5px;
	/*padding:5px 10px 5px 10px;
	color:#EEEEEE;
	font-weight:bold;*/
	cursor:pointer;
	/*border-width:1px;
	border-style:solid;
	border-color:#000000;*/
	float:right;
	position:relative;
	right:10px;
}

.list_button {
	background:#9E0C08;
	font-size:10px;
	margin: 0px 1px 10px 1px;
	padding:5px 8px 5px 8px;
	color:#EEEEEE;
	font-weight:bold;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	position:relative;
	right:10px;
}

.list_button_over {
	background:#CF4340;
	font-size:10px;
	margin: 0px 1px 10px 1px;
	padding:5px 8px 5px 8px;
	color:#EEEEEE;
	font-weight:bold;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	position:relative;
	right:10px;
}

.tip_button {
	background:#9E0C08;
	font-size:10px;
	margin: -3px 5px 10px 5px;
	padding:5px 10px 5px 10px;
	color:#EEEEEE;
	font-weight:bold;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

/* Podswietlana Tabelka */
.highligh { }
.highligh_over { background-color: #BFB7A7; cursor: pointer; }
.highlight_out { }
#lista tr { height:64px; }

.reklama {
	text-align:center;
}

.na_forum {
	/*text-align:center;*/
}

.na_forum .title {
	height: 28px;
	margin: 0px;
	padding: 17px 0px 0px 40px;
	background: url(../../images/homepage16.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

#ostatnie_posty {
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

#ostatnie_posty a {
	margin-bottom: 15px;
}

.detal_tab tr {
	height: 35px;
}

/** CONTENT */

#content {
	width: 594px;
	padding: 60px 0px 0px 25px;
}

#content .box {
}

#content .box .title {
	height: 28px;
	margin: 0px;
	padding: 17px 0px 0px 40px;
	background: url(../../images/homepage16.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

#content .box .content {
	padding: 20px 28px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column1 {
	width: 170px;
}

.three-columns .column1 p {
	text-align:center;
}

.three-columns .column2 {
	width: 140px;
	padding-left: 20px;
}

.three-columns .column3 {
	width: 205px;
}

/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column1 {
	width: 246px;
}

.two-columns .column2 {
	width: 246px;
	padding-left: 23px;
}

/** CONTENT POST */

.post {
	padding: 0px 20px 20px 20px;
	margin-top:25px;
}

.post .title {
	margin: 0px;
}

.post .meta, .post .meta a {
	color: #A39D87;
}

.title_pow {
	height: 28px;
	margin: 0px;
	padding: 17px 0px 0px 40px;
	background: url(../../images/homepage16.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

/** RIGHT SIDEBAR */

#right-sidebar {
	width: 160px;
	padding: 25px 0px 0px 25px;
}

#right-sidebar .box {
}

#right-sidebar .box .title {
	height: 38px;
	margin: 0px;
	padding: 22px 0px 0px 34px;
	background: url(../../images/homepage12.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

#right-sidebar .box .content {
	padding: 10px 39px 10px 13px;
	font-size: 11px;
	color: #989177;
}

#right-sidebar .box .content a {
	color: #E9E2CF;
}

#right-sidebar .box .content p {
	padding: 0px 0px 0px 9px;
}

#right-sidebar .box .content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

#right-sidebar .box .content ul li {
	padding: 6px 0px 4px 9px;
	background: url(../../images/homepage15.jpg) repeat-x left top;
}

#right-sidebar .box .content ul li.first {
	padding-top: 0px;
	background: none;
}

/** FOOTER */

#footer {
	height: 68px;
	background: url(../../images/bg08.jpg) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	color: #5E5942;
}

/** BOX1 */

#box1 {
}

#box1 .title {
	background-image: url(../../images/homepage09.jpg) !important;
}

/** BOX2 */

#box2 {
}

#box2 .title {
	background-image: url(../../images/homepage08.jpg) !important;
}

/** BOX3 */

#box3 {
}

/** BOX4a */
#box4a {
}

#box4a .title {
	background-image: url(../../images/homepage13.jpg) !important;
}

/** BOX4 */

#box4 {
}

#box4 .title {
	background-image: url(../../images/homepage14.jpg) !important;
}

/** BOX5 */

#box5 {
}

/** BOX6 */

#box6 {
}

