/*
 *		plik:		css/style.css
 *		autor: 		Technetium [Tc]
 *							Przemek Szalko
 *							01 czerwiec 2007
 *		modify:		Marek Kleszyk
 *							05 luty 2009
 *		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: #b0060f; }
a:hover { text-decoration: underline; }
a.no-color { color: #737373; }
.kursor { cursor: pointer; }

hr { background: #e3e3e3; 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;
}

table {
	margin: auto;
	padding: 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 {
   margin-top: 3px;
	padding: 10px;
   background: transparent url('../img/page-title.jpg') no-repeat scroll right top;
}

#page-title h1 {
   padding: 10px 0;
   color: #b0060f;
   border-bottom: 1px solid #dfdfdf;
}

#page-content {
	padding: 10px;
   padding-bottom: 0;
	overflow: hidden;
}

td, th {
	font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
}

.formularz {
	margin: 5px;
}

input.text, textarea, select {
	border: 1px solid #e3e3e3;
	color: #737373;
	padding: 0 3px;
	margin: 0 3px;
}

select {
	padding-right: 0;
}

input.submit {
	padding: 1px 3px;
	background-color: #999;
	border: none;
	color: #444;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
}

.image {
	position: relative;
	top: 5px;
}

			/* --------- glowna ---------- */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
	font-size: 8pt;
	color: #737373;
}

#container {
	width: 935px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#top {
	width: 935px;
	height: auto;
	position: relative;
	overflow: hidden;
   background: transparent url('../img/top.jpg') no-repeat scroll right top;
	float: left;
}

#top #t1 {
	width: 151px;
	height: 42px;
   border-right: 1px solid #e3e3e3;
   margin-top: 91px;
	float: left;
}

#top #t2 {
	width: 310px;
	height: 42px;
   background: transparent url('../img/profesjonalne.jpg') no-repeat scroll 15px 50%;
   margin-top: 91px;
	float: left;
}

#top #menu-top {
	width: 463px;
	height: 42px;
   margin-top: 70px;
   margin-right: 10px;
   text-align: right;
	float: left;
}

#top #t3 {
	width: 492px;
	height: 11px;
   margin-bottom: 14px;
   border-bottom: 1px solid #e3e3e3;
	float: right;
}

#top #t4 {
	width: 680px;
	height: 303px;
   float: left;
}

#top #menu-right {
	width: 209px;
	height: 255px;
   padding: 0 23px;
   padding-top: 48px;
   background: transparent url('../img/mr.jpg') no-repeat scroll 0 0;
   text-align: left;
   float: left;
}

#base {
	width: 935px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#sidebar-left {
	width: 312px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#sidebar-left .pytanie {
	width: 312px;
	height: 44px;
	background: transparent url('../img/pytanie.jpg') no-repeat scroll 0 0;
	float: left;
}

#sidebar-left .zalety {
	width: 270px;
   height: auto;
   padding: 0 21px;
   padding-top: 46px;
   padding-bottom: 30px;
	background: transparent url('../img/zalety.jpg') no-repeat scroll 0 0;
	float: left;
}

#zalety-dol {
	width: 312px;
   height: 54px;
   position: relative;
   top: -20px;
   margin-bottom: -20px;
	background: transparent url('../img/sl.jpg') no-repeat scroll 0 0;
	float: left;
}

#content {
	width: 623px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#footer {
	width: 935px;
	height: auto;
   padding-top: 13px;
   background: transparent url('../img/footer.jpg') no-repeat scroll right top;
	position: relative;
	overflow: hidden;
	float: left;
}

#footer #menu-bottom {
	width: 915px;
	height: 20px;
   padding: 0 10px;
	text-align: right;
   color: #b2b2b2;
	float: left;
}

#footer #copyright {
	width: 915px;
	height: 20px;
   padding: 0 10px;
	text-align: right;
   color: #b2b2b2;
	float: left;
}

#footer #copyright a {
	color: #b2b2b2;
}

			/* --------- 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-content-gal {
	padding: 10px;
	overflow: hidden;
}

		/* --------- rejestr zmian ---------- */

table.rejestr {
	width: 100%;
	border: none;
	margin: 2px;
}

table.rejestr td {
	padding: 3px 1px;
}

table.rejestr td a {
}

table.rejestr td a:hover {	
}

		/* --------- aktualności ---------- */

.art {
	list-style: none;
	margin: 10px 0;
}

.art div {
	margin: 10px 0;
	height: 110px;
}

.art div.data {
	height: 20px;
	float: left;
}

.art div.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 0 2px;
	border-bottom: 1px solid #e6e6e6;
}

ul#forum li a {
	overflow: hidden;
	white-space: nowrap;
}

ul#forum li h2 a, ul#forum li h2 small {
	color: #6e6e6e;
}

		/* --------- mapa strony ---------- */

a.site1 {
   padding: 3px 0;
   padding-left: 15px;
   display: block;
}

a.site2 {
   padding: 3px 0;
   padding-left: 35px;
   display: block;
}

table.modele {
   width: 100%;
   text-align: left;
   color: #737373;
   border: none;
}

table.modele tr td {
   height: 14px;
   padding: 8px;
}

tr.t {
   background-color: #f8f8f8;
}

tr.s {
   background-color: #f4f4f4;
}

tr.s td {
   color: #b0060f;
   font-weight: bold;
}

tr.t td a {
   color: #737373;
}

td.l {
   border-left: 1px solid #dfdfdf;
}

td.r {
   border-right: 1px solid #dfdfdf;
}

td.b {
   border-bottom: 1px solid #dfdfdf;
}

td.bb {
   border-bottom: 3px double #dfdfdf;
}

.photo {
   position: relative;
   float: left;
}

.photo a.zadaj2 {
   position: absolute;
   bottom: 6px;
   left: 7px;
}

.model {
   width: 101px;
   height: 70px;
   margin: 40px 6px;
   text-align: center;
   float: left;
}

.model a {
   text-decoration: none;
}

.separator {
   width: 5px;
   height: 150px;
   background: transparent url('../img/separator.jpg') no-repeat scroll center center;
   float: left;
}

.sam-gal {
   width: 170px;
   height: 170px;
   margin: 5px;
   text-align: center;
   position: relative;
   display: table;
   overflow: hidden;
   float: left;
}

.sam-gal a {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
}