/*
 *		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: #000; }
a:hover { text-decoration: underline; }
.kursor { cursor: pointer; }

hr { background: #bbb; height: 1px; border: none; }
h1 { font-size: 10pt; }
h2 { font-size: 9pt; }
h3 { font-size: 8pt; }
h4 { font-size: 7pt; }

#fonty {
	text-align: right;
	padding: 10px;
}

#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 {
	width: 480px;
	height: 47px;
	margin-top: 10px;
	background-image: url('../img/page-title.jpg');
	background-repeat: no-repeat;
}

#page-title-st {
	width: 480px;
	height: 47px;
	background-image: url('../img/page-title-st.jpg');
	background-repeat: no-repeat;
}

#page-title h1, #page-title-st h1 {
	margin: 0;
	padding: 15px;
	float: left;
}

#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 #8f8f8f;
	color: #afafaf;
	padding: 0 3px;
	margin: 0 3px;
}

select {
	padding-right: 0;
}

input.pole {
	width: 125px;
	height: 15px;
	border: none;
	background-image: url('../img/pole.jpg');
	background-repeat: no-repeat;
	color: #afafaf;
	padding: 3px;
	margin: 0;
}

input.submit {
	padding: 1px 3px;
	background-color: #e8d700;
	color: #000;
	border: 1px solid #000;
	font-size: 9pt;
	font-weight: bold;
}

input.text:focus, select:focus, textarea:focus {
	background: #eee;
	border: 1px solid #888;
	outline: 0
}

.image {
	position: relative;
	top: 4px;
}

			/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #535e62;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 948px;
	height: auto;
	position: relative;
	text-align: center;
}

#left {
	margin: 0 auto;
	padding: 0;
	width: 256px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#left #tlo-logo {
	width: 256px;
	height: 101px;
	padding-top: 19px;
	background-image: url('../img/tlo-logo.jpg');
	background-repeat: no-repeat;
	text-align: center;
	float: left;
}

#left #menu-nag {
	width: 95px;
	height: 34px;
	margin: 0 12px;
	padding-left: 136px;
	background-image: url('../img/menu-nag.jpg');
	background-repeat: no-repeat;
	float: left;
}

#left #menu-nag a {
	position: relative;
	top: 10px;
}

#left #menu-left {
	width: 231px;
	height: auto;
	margin: 0 12px;
	background-image: url('../img/menu-content.jpg');
	background-repeat: repeat-y;
	float: left;
}

#left #menu-footer {
	width: 231px;
	height: 12px;
	margin: 0 12px;
	background-image: url('../img/menu-bottom.jpg');
	background-repeat: no-repeat;
	float: left;
}

#left #galeria {
	width: 231px;
	height: auto;
	margin: 12px;
	float: left;
}

#right {
	margin: 0 auto;
	padding: 0;
	width: 692px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#right #t1 {
	width: 592px;
	height: 44px;
	background-image: url('../img/t1.jpg');
	background-repeat: no-repeat;
	float: left;
}

#right #ikonki {
	width: 93px;
	height: 44px;
	padding-left: 7px;
	background-image: url('../img/ikonki.jpg');
	background-repeat: no-repeat;
	float: left;
}

#right #ikonki a {
	position: relative;
	top: 15px;
	margin: 0 8px;
}

#right #pasek {
	width: 652px;
	height: 9px;
	font-size: 7px;
	background-image: url('../img/pasek.jpg');
	background-repeat: no-repeat;
	float: left;
}

#right #t2 {
	width: 312px;
	height: 187px;
	background-image: url('../img/t2.jpg');
	background-repeat: no-repeat;
	float: left;
}

#right #t2-pl {
	width: 312px;
	height: 187px;
	background-image: url('../img/pl/t2.jpg');
	background-repeat: no-repeat;
	float: left;
}

#right #t2-en {
	width: 312px;
	height: 187px;
	background-image: url('../img/en/t2.jpg');
	background-repeat: no-repeat;
	float: left;
}

#right #t2 #sciezka {
	background-image: url('../img/sep2.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	position: relative;
	top: 155px;
}

#right #flash {
	width: 351px;
	height: 187px;
	float: left;
}

#right #t3 {
	width: 29px;
	height: 187px;
	float: left;
}

#right #content {
	width: 480px;
	height: auto;
	background-image: url('../img/t3.jpg');
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	float: left;
}

#right #content #aktualnosci {
	width: 480px;
	height: 97px;
	float: left;
}

#right #content #tresc {
	width: 480px;
	height: auto;
	float: left;
}

#right #sidebar-right {
	width: 212px;
	height: auto;
	background-image: url('../img/t4.jpg');
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	float: left;
}

#right #sidebar-right-pl {
	width: 212px;
	height: auto;
	background-image: url('../img/pl/t4.jpg');
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	float: left;
}

#right #sidebar-right-en {
	width: 212px;
	height: auto;
	background-image: url('../img/en/t4.jpg');
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	float: left;
}

#right #wyszukiwarka {
	width: 202px;
	height: auto;
	margin: 5px;
	margin-top: 96px;
	padding: 5px 0;
	border-bottom: 1px solid #dadcdd;
	float: left;
}

#right #szybki-kontakt {
	width: 202px;
	height: auto;
	margin: 5px;
	padding: 5px 0;
	border-bottom: 1px solid #dadcdd;
	float: left;
}

#right #godziny {
	width: 202px;
	height: auto;
	margin: 5px;
	padding: 5px 0;
	border-bottom: 1px solid #dadcdd;
	float: left;
}

#footer {
	width: 948px;
	height: auto;
	float: left;
}

#footer #f1 {
	width: 948px;
	height: 32px;
	background-image: url('../img/f2.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}

#footer #f1 #menu-bottom {
	width: 652px;
	height: 32px;
	background-image: url('../img/f1.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

#footer #f1 #realizacja {
	width: 296px;
	height: 22px;
	padding-top: 10px;
	background-image: url('../img/realizacja.jpg');
	background-repeat: no-repeat;
	float: left;
	color: #fff;
}

#footer #f1 #realizacja a {
	color: #fff;
}

#footer #copyright {
	width: 948px;
	height: 40px;
	padding-top: 10px;
	color: #a9aeb0;
	font-size: 9pt;
	float: left;
}

			/* --------- 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;
}

.lorem {
	width: 480px;
	height: auto;
	margin-bottom: 5px;
	padding-left: 40px;
	background: transparent url(../img/lorem.jpg) no-repeat scroll 10px 5px;
	float: left;
}

.title {
	font-weight: bold;
	font-size: 9pt;
	color: #535e62;
	margin-bottom: 3px;
	display: block;
}

.data {
	color: #fdcf02;
}

.sep {
	margin: 0 5px;
}
