/*
 *		plik:		css/style.css
 *		autor: 		Technetium [Tc]
 *				Marek Kleszyk
 *		data:		01 sierpień 2008
 *		system:		T.CMS-4.0-SEO
 */

@import url("lightbox.css");
@import url("menu.css"); 
@import url("comments.css"); 
 
			/* --------- standardowe ---------- */

.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hidden { display: none; }
.error { color: #c00; }
.important { color: #f00; }
.not-important { color: #ccc; }
.row-dark { background: #ddd; }
.row-clear { background: transparent; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:hover, a:visited, a:active { text-decoration: none; color: #516d08; }
.kursor { cursor: pointer; }

hr { background: #dfdfdf; height: 1px; border: 0; }
h1 { font-size: 10pt; }
h2 { font-size: 9pt; }
h3 { font-size: 8pt; }
h4 { font-size: 7pt; }

#fonty {
	text-align: right;
	padding-right: 10px;
	color: #a3a3a3;
}

#font_down {
	font-weight: bold;
	font-size: 7pt;
	color: #666;
}

#font_or {
	font-weight: bold;
	font-size: 9pt;
	color: #666;
}

#font_up {
	font-weight: bold;
	font-size: 11pt;
	color: #666;
}

.print {
	margin: 10px;
	float: right; 
}

.back {
	margin: 10px;
	float: left; 
}

.tagi {
	margin: 10px 0;
	text-align: center;
}

#page-title {
	padding: 10px;
	padding-left: 35px;
}

#page-title h1 {
	margin: 0;
	padding: 0;
	color: #516c09;
}

#page-content {
	padding: 10px;
	overflow: hidden;
}

td, th {
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.formularz {
	margin: 5px;
}

input.text, textarea, select {
	border: 1px solid #999999;
	background-color: #dfdfdf;
	color: #353535;
	padding: 0 3px;
	margin: 0 3px;
}

input.text2 {
	width: 160px;
	height: 15px;
	border: 1px solid #202020;
	background-image: url(../img/text2.jpg);
	background-repeat: repeat-x;
	color: #353535;
	padding: 2px 3px;
	margin: 0 3px;
}

select {
	padding-right: 0;
}

input.submit {
	padding: 1px 3px;
	background-color: #dfdfdf;
	border: none;
	color: #353535;
	font-size: 9pt;
	font-weight: bold;
}

input.text:focus, select:focus, textarea:focus {
	background: #c7c7c7;
	border: 1px solid #202020;
	outline: 0
}

.image {
	position: relative;
	top: 5px;
}

			/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../img/tlo.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #404040;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
	position: relative;
	text-align: center;
}

#top {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

#top #logo {
	width: 291px;
	height: 150px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #t2 {
	width: 354px;
	height: 150px;
	background-image: url(../img/t2.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #t3 {
	width: 255px;
	height: 150px;
	background-image: url(../img/t3.jpg);
	background-repeat: no-repeat;
	text-align: right;
	float: left;
}

#top #t3 #ikonki {
	width: 82px;
	margin-right: 13px;
	float: right;
}

#top #t3 #ikonki img {
	float: left;
}

#top #t3 #ikonki a {
	margin: 11px 8px 0 7px;
	float: left;
}

#top #t3 #ofe {
	margin-top: 97px;
	float: right;
}

#top #menu-top {
	width: 291px;
	height: 155px;
	background-image: url(../img/menu-top.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #t5 {
	width: 354px;
	height: 155px;
	background-image: url(../img/t5.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #t6 {
	width: 255px;
	height: 155px;
	background-image: url(../img/t6.jpg);
	background-repeat: no-repeat;
	text-align: right;
	float: left;
}

.sz {
	margin-top: 23px;
}

.ne {
	margin-top: 43px;
}

#base {
	margin: 0 auto;
	padding-top: 15px;
	width: 900px;
	height: auto;
	position: relative;
	overflow: hidden;
	background-image: url(../img/base.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f6f6f6;
	float: left;
}

#sidebar-right {
	margin: 0 auto;
	padding: 0;
	width: 379px;
	height: 372px;
	position: relative;
	overflow: hidden;
	text-align: left;
	background-image: url(../img/right.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}

#content {
	margin: 0 auto;
	padding-left: 21px;
	width: 500px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	background-image: url(../img/content-top.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	line-height: 12pt;
	float: left;
}

#cont-dol {
	width: 530px;
	height: 50px;
	margin-top: -40px;
	background-image: url(../img/content.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	float: left;
}

#kont-dol {
	width: 360px;
	height: 50px;
	margin-top: -40px;
	background-image: url(../img/tab-kontakt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
	position: relative;
	overflow: hidden;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}

#footer #menu-bottom {
	width: 900px;
	height: 36px;
	margin-top: 22px;
	background-image: url(../img/menu-bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}

#footer #dol {
	width: 900px;
	height: 27px;
	background-image: url(../img/dol.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}

#footer #dol .d {
	width: 300px;
	color: #848484;
	padding-top: 3px;
	float: left;
}

#footer #dol .r {
	width: 240px;
	float: left;
	text-align: right;
	padding: 0 30px;
}

#footer #dol .r span {
	color: #fff;
	background-color: #a7a7a7;
	padding: 2px 4px;
	position: relative;
	top: 2px;
}

#footer #dol .r span a {
	color: #fff;
}

.w {
	width: 200px;
}

#kontakt {
	width: 95%;
	text-align: right;
}

			/* --------- galeria ---------- */

.foto-pokaz {
	margin-bottom: 5px;
	border: 1px solid #CFD3D8;
	padding: 5px;
}

.foto-opis {
	text-align: justify;
	display: block;
}

.foto-gal {
	border: 1px solid #CFD3D8;
	height: 130px;
	width: 130px;
	text-align: center;
	vertical-align: middle;
}

.foto-gal:hover {
	border: 1px solid #788A98;
	background-color: #f6f6f6;
	cursor: pointer;
}

#page-title-gal {
	padding: 10px;
	border-top: 1px solid #CFD3D8;
}

#page-title-gal h1 {
	margin: 0;
	padding: 0;
}

#page-content-gal {
	padding: 10px;
	overflow: hidden;
}

		/* --------- rejestr zmian ---------- */

table.rejestr {
	width: 100%;
	border: none;
	margin: 2px;
}

table.rejestr td {
	padding: 3px 1px;
	color: #999;
}

table.rejestr td a {
	color: #999;
}

table.rejestr td a:hover {
	color: #281;
}

		/* --------- aktualności ---------- */

.art ul {
	list-style: none;
	margin: 10px 20px;
	padding: 0;
}

.art ul li {
	margin: 10px 0;
	height: 110px;
	border-bottom: 1px solid #000;
}

.art ul li.last {
	border-bottom: none;
}

.art ul li .data {
	height: 20px;
	color: #077B66;
	float: left;
}

.art ul li .wiecej {
	height: 20px;
	float: right;
}

.news-foto {
	float: left;
	margin: 5px;
}

		/* --------- forum ---------- */

ul#forum {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

ul#forum li {
	margin: 5px 0;
	padding: 0 0 3px 18px;
	overflow: hidden;
	background: transparent url(../img/li-for.png) no-repeat scroll left 2px;
	border-bottom: 1px solid #e6e6e6;
}

ul#forum li a {
	overflow: hidden;
	white-space: nowrap;
}

ul#forum li h2 {
	margin: 0;
}

ul#forum li h2 a, ul#forum li h2 small {
	color: #6e6e6e;
}
