/*
 *		plik:		css/style.css
 *		autor: 		Technetium [Tc]
 *             	Marek Kleszyk
 *						27 sierpień 2009
 *		system:		T.CMS-4.0-SEO
 */

@import url("menu.css"); 
@import url("comments.css"); 
 
			/* --------- standardowe ---------- */

#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 15px;
	float: right; 
}

.back {
	margin: 10px 15px;
	float: left; 
}

.tagi {
	margin: 10px 0;
	text-align: center;
}

#page-title {
	padding: 15px;
   padding-bottom: 0;
}

#page-title h1 {
   font-size: 14px;
   color: #b4217b;
}

#page-content {
	padding: 15px;
	overflow: hidden;
}

.formularz {
	margin: 5px;
}

input.text, textarea, select {
	border: 1px solid #b9b9b9;
	background: #a2a2a2;
	padding: 3px;
	margin: 0 3px;
   color: #fff;
   font-size: 8pt;
}

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: 7px;
}

			/* --------- glowna ---------- */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #e4e0d4 url('../img/tlo.jpg') repeat-x scroll top;
	text-align: center;
	font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
	font-size: 8pt;
	color: #737373;
}

#container {
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#top {
	width: 952px;
	height: 149px;
	position: relative;
   text-align: left;
	float: left;
}

#top #t1 {
	width: 248px;
	height: 149px;
   background: transparent url('../img/t1.jpg') no-repeat scroll 0 0;
	float: left;
}

#top #t1 #logo {
	position: relative;
	top: 16px;
   left: 57px;
}

#top #t2 {
	width: 704px;
	height: 149px;
	float: left;
}

#top #t2 #flag {
	width: 704px;
	height: 27px;
   text-align: right;
	float: left;
}

#top #t2 #flag a, #top #t2 #flag img.s {
   margin: 0 7px;
	color: #dadada;
   line-height: 27px;
   font-size: 10px;
   float: right;
}

#top #t2 #flag a img.f {
   margin: 9px 5px 5px 5px;
   float: left;
}

#top #t2 #flag a.sel, #top #t2 #flag a:hover {
	color: #6098c0;
}

#top #t2 #t3 {
	width: 704px;
	height: 79px;
	float: left;
}

#top #t2 #sciezka {
	width: 664px;
	height: 43px;
   line-height: 43px;
   padding: 0 20px;
   color: #195792;
	float: left;
}

#top #t2 #sciezka a {
   margin: 0 5px;
	color: #8a837a;
}

#top #t2 #sciezka a.last {
   color: #195792;
   text-decoration: underline;
}

#base {
	width: 952px;
	height: auto;
	text-align: left;
	float: left;
}

#base #sidebar-left {
	width: 248px;
	height: auto;
   background: #fff;
   overflow: hidden;
	float: left;
}

#base #sidebar-left #reklama-left {
	width: 248px;
	height: auto;
	border-top: 3px solid #e4e0d4;
	float: left;
}

#content {
	width: 704px;
	height: auto;
   background: transparent url('../img/content.jpg') no-repeat scroll 0 0;
   overflow: hidden;
   float: left;
}

#container-footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #a19f99 url('../img/footer.jpg') repeat-x scroll 0 0;
	text-align: center;
}

#footer {
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
   color: #fff;
	text-align: left;
}

#footer #copyright {
	width: 233px;
	height: 74px;
   line-height: 74px;
   padding-left: 15px;   
   float: left;
}

#footer #menu-bottom {
	width: 704px;
	height: 74px;
   line-height: 74px;
   color: #a745ee;
	float: left;
}

#footer #realizacja {
	width: 922px;
	height: 28px;
   padding: 15px;
	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-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 ul {
	padding-left: 0;
	list-style: none;
}

.art ul li {
	clear: both;
}

.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;
}

      /* ---------- pozostale --------- */

#form-kontakt {
	width: 246px;
	height: auto;
   margin: 0 1px;
	float: left;
}

.row {
   height: 30px;
   line-height: 30px;
   padding: 0 10px 0 13px;
   display: block;
}

.row2 {
   height: 30px;
   line-height: 30px;
   padding: 0 10px 0 13px;
   background: #f4f4f4;
   display: block;
}

.row3 {
   height: auto;
   line-height: 30px;
   padding: 0 10px 0 13px;
   display: block;
}

input.text2 {
   width: 135px;
   height: 17px;
	border: 1px solid #c6c3ba;
	padding: 3px;
   font-size: 8pt;
   float: right;
   color: #737373;
   position: relative;
   top: 3px;
}

textarea.area2 {
   width: 135px;
   height: 70px;
	border: 1px solid #c6c3ba;
   background: #fff;
	padding: 3px;
   margin: 0;
   font-size: 8pt;
   float: right;
   color: #737373;
   position: relative;
   top: 3px;
}

#banner {
   width: 704px;
   text-align: right;
   float: left;
}

.box1 {
   width: 344px;
   height: 254px;
   margin-left: 8px;
   margin-top: 8px;
   float: left;
}

.box1a {
   width: 344px;
   height: 3px;
   font-size: 2px;
   background: transparent url(../img/box1a.jpg) no-repeat scroll 0 0;
   float: left;
}

.box1b {
   width: 342px;
   height: 248px;
   background: #fff;
   border-left: 1px solid #c6c3ba;
   border-right: 1px solid #c6c3ba;
   float: left;
}

.box1b a, .box1b a:visited, .box1b a:hover, .box1b a:active {
   color: #737373;
   text-decoration: none;
}

.box1c {
   width: 344px;
   height: 3px;
   font-size: 2px;
   background: transparent url(../img/box1c.jpg) no-repeat scroll 0 0;
   float: left;
}

#banner3, #banner4 {
   width: 344px;
   height: auto;
   margin-left: 8px;
   margin-top: 8px;
   margin-bottom: 8px;
   text-align: center;
   float: left;
}

.box2 {
   width: 696px;
   height: auto;
   margin-left: 8px;
   float: left;
}

.box2a {
   width: 696px;
   height: 3px;
   font-size: 2px;
   background: transparent url(../img/box2a.jpg) no-repeat scroll 0 0;
   float: left;
}

.box2b {
   width: 694px;
   height: auto;
   background: #fff;
   border-left: 1px solid #c6c3ba;
   border-right: 1px solid #c6c3ba;
   float: left;
}

.box2c {
   width: 696px;
   height: 3px;
   font-size: 2px;
   background: transparent url(../img/box2c.jpg) no-repeat scroll 0 0;
   float: left;
}

.kolumna {
   width: 221px;
   height: auto;
   float: left;
}

.text9 {
   width: 200px;
   border: 1px solid #8B8577;
   padding: 1px 3px;
   margin: 0;
   color: #686256;
}

.text8 {
   width: 200px;
   border: 1px solid #8B8577;
   padding: 1px 3px;
   margin: 0;
   color: #686256;
   background-color: transparent;
}

.text7 {
   border: 1px solid #8B8577;
   padding: 1px 0;
   margin: 0;
   color: #686256;
   background-color: transparent;
}