/*
 *		plik:		css/style.css
 *		autor: 		Technetium [Tc]
 *				Marek Kleszyk
 *		data:		01 sierpień 2008
 *		system:		T.CMS-4.0-SEO
 */

@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:visited, a:active { text-decoration: none; color: #206e9c; }
a:hover { text-decoration: underline; }
.kursor { cursor: pointer; }

hr { background: #d1d1d1; height: 1px; border: none; }
h1 { font-size: 10pt; }
h2 { font-size: 9pt; }
h3 { font-size: 8pt; }
h4 { font-size: 7pt; }

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0;
}

ul {
	margin: 5px 0;
	padding-left: 20px;
}

ul li {
	margin: 5px 0;
}

#font_down {
	font-weight: bold;
	font-size: 7pt;
}

#font_or {
	font-weight: bold;
	font-size: 9pt;
}

#font_up {
	font-weight: bold;
	font-size: 11pt;
}

.print {
	margin: 10px;
	float: right; 
}

.back {
	margin: 10px;
	float: left; 
}

.tagi {
	margin: 10px 0;
	text-align: center;
}

#page-title {
	padding: 10px;
}

#page-content {
	padding: 10px 0;
	overflow: hidden;
}

td, th {
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.formularz {
	margin: 5px;
}

input.text, textarea, select {
	border: 1px solid #4b4b4b;
	background-color: #fff;
	color: #929292;
	padding: 0 3px;
	margin: 0 3px;
}

input.text2 {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #b0b0b0;
	padding: 0 3px;
}

select {
	padding-right: 0;
}

input.submit {
	padding: 1px 3px;
	background-color: #999;
	border: none;
	color: #444;
	font-size: 9pt;
	font-weight: bold;
}

input.text:focus, select:focus, textarea:focus {
	background: #eee;
	border: 1px solid #bbb;
	outline: 0
}

.image {
	position: relative;
	top: 5px;
}

			/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	background-image: url('../img/tlo.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #6f6f6f;
}

#container {
	margin: 0 auto;
	padding: 3px;
	padding-top: 0;
	width: 900px;
	height: auto;
	background-color: #f7f7f7;
	background-image: url('../img/container.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#top {
	width: 900px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#top #t1 {
	width: 450px;
	height: 23px;
	background-image: url(../img/t1.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #t1 a {
	position: relative;
	top: 8px;
	left: 16px;
	color: #206e9c;
	font-style: italic; 
	font-weight: bold;
	text-decoration: none;
}

#top #t2 {
	width: 437px;
	height: 15px;
	padding-top: 8px;
	padding-right: 13px;
	background-image: url(../img/t2.jpg);
	background-repeat: no-repeat;
	text-align: right;
	float: left;
}

#top #t2 a {
	margin: 0 5px;
	text-decoration: none;
}

#top #t3 {
	width: 300px;
	height: 205px;
	background-image: url(../img/t3.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #t3 a {
	position: relative;
	top: 35px;
	left: 32px;
}

#top #t4 {
	width: 300px;
	height: 205px;
	background-image: url(../img/t4.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #t5 {
	width: 300px;
	height: 205px;
	background-image: url(../img/t5.jpg);
	background-repeat: no-repeat;
	float: left;
}


#top #menu-top {
	width: 900px;
	height: 38px;
	background-image: url(../img/menu-top.jpg);
	background-repeat: repeat-x;
	float: left;
}

#top #nawigacja {
	width: 547px;
	height: 17px;
	padding: 19px 30px;
	background-image: url(../img/nawigacja.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #nawigacja a {
	margin: 0 3px;
	color: #206e9c;
}

#top #szukaj {
	width: 293px;
	height: 47px;
	padding-top: 8px;
	background-image: url(../img/szukaj.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
}

#base {
	width: 900px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
	float: left;
}

#sidebar-left {
	margin: 0 10px;
	width: 280px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

#sidebar-left .box {
	width: 276px;
	height: auto;
	padding: 1px;
	margin-bottom: 6px;
	border: 1px solid #d1d1d1;
	float: left;
}

#sidebar-left .box h1 {
	width: 246px;
	height: 16px;
	padding: 8px;
	padding-left: 22px;
	background-image: url(../img/h1.jpg);
	background-repeat: no-repeat;
	color: #fff;
	float: left;
}

#sidebar-left .box .tekst {
	width: 256px;
	padding: 10px;
	background-image: url(../img/box.jpg);
	background-repeat: repeat-x;
	float: left;
}

#content {
	width: 590px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

#footer {
	width: 900px;
	height: 43px;
	position: relative;
	overflow: hidden;
	background-color: #206e9c;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
}

#footer #menu-bottom {
	width: 900px;
	height: 20px;
	margin-top: 23px;
	float: left;
}

#container-footer {
	margin: 0 auto;
	padding: 3px;
	padding-top: 0;
	width: 900px;
	height: auto;
	position: relative;
	text-align: center;
}

#container-footer #copyright {
	padding: 20px;
	width: 410px;
	height: 20px;
	color: #015482;
	text-align: left;
	float: left;
}

#container-footer #realizacja {
	padding: 20px;
	width: 410px;
	height: 20px;
	text-align: right;
	position: relative;
	color: #000;
	float: left;
}

#container-footer #realizacja a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

			/* --------- 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 {
}

#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;
}

.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;
	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 {
}

ul#forum li h2 a, ul#forum li h2 small {
	color: #6e6e6e;
}


.g {
	width: 27px;
	height: 60px;
	border: 1px solid #e8e8e8;
	border-right: none;
	text-align: center;
	vertical-align: middle;
}

.a {
	height: 20px;
	text-align: right;
}

.a a {
	position: relative;
	top: 3px;
	right: 5px;
}

.b {
	height: 30px;
	border: 1px solid #e8e8e8;
	border-left: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.d {
	height: 30px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #0d5b89;
}

.o {
	width: 113px;
}

#rezerwacja {
	padding: 10px;
}

#rezerwacja h1 {
	padding: 5px;
	color: #bb1010;
}

#rezerwacja th {
	height: 25px;
	color: #206e9c;
}

#rezerwacja select {
	color: #000;
	margin: 0 5px;
	border: 1px solid #666;
}

#rezerwacja textarea {
	width: 500px;
	height: 50px;
	color: #000;
	margin: 0 5px;
	border: 1px solid #666;
}

#rezerwacja .text2 {
	width: 250px;
	border: 1px solid #666;
	color: #000;
	padding: 0 3px;
	margin: 0 10px;
}