/*
 *		plik:		css/style.css
 *		autor: 	Marek Kleszyk <mkleszyk@gmail.com>
 *		data:		01 styczeń 2008
 */

@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: #841b1b; }

hr { background: #841b1b; height: 1px; border: 0; }
h1 { font-size: 11pt; color: #841b1b; }
h2 { font-size: 10pt; }
h3 { font-size: 9pt; }
h4 { font-size: 8pt; }
h5 { font-size: 7pt; }

#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 0 10px 10px;
}

#page-title h1 {
	margin: 0;
	padding-left: 5px;
	background-color: #841b1b;
	color: #fff;
	letter-spacing: 1px;
}

#page-content {
	padding: 10px;
	overflow: hidden;
}

td, th {
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 8pt;
}

.formularz {
	margin: 5px;
}

input.text, textarea, select {
	border: 1px solid #979797;
	background-image: url(../img/pole.jpg);
	background-repeat: repeat-x;
	color: #841b1b;
	padding: 0 3px;
	margin: 0 3px;
}

input.submit {
	padding: 0 3px;
	border: none;
	background-color: #841b1b;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}

			/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/tlo.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f9f9f9;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #393328;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 959px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#top {
	margin: 0 auto;
	padding: 0;
	width: 959px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#top #logo {
	width: 271px;
	height: 100px;
	background-image: url('../img/logo-tlo.jpg');
	background-repeat: no-repeat;
	float: left;
}

#top #icons {
	width: 668px;
	height: 100px;
	background-image: url('../img/icons.jpg');
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	float: left;
}

#top #icons a {
	position: relative;
	top: 25px;
	margin: 0 10px;
}

#top #t1 {
	width: 271px;
	height: 50px;
	background-image: url('../img/t1.jpg');
	background-repeat: no-repeat;
	float: left;
}

#top #menu-top {
	width: 688px;
	height: 50px;
	background-image: url('../img/menu-top.jpg');
	background-repeat: no-repeat;
	text-align: right;
	float: left;
}

#base {
	margin: 0 auto;
	padding: 0;
	width: 959px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

#base #sidebar-left {
	margin: 0;
	padding: 0;
	width: 271px;
	height: auto;
	overflow: hidden;
	float: left;
}

#base #sidebar-left #menu-left {
	width: 271px;
	height: auto;
	background-image: url('../img/menu-left.jpg');
	background-repeat: no-repeat;
	float: left;
}

#base #sidebar-left #wier {
	width: 271px;
	height: 140px;
	background-image: url('../img/wiertarki.jpg');
	background-repeat: no-repeat;
	float: left;
}

#base #content {
	margin: 0;
	padding: 0;
	width: 688px;
	height: auto;
	overflow: hidden;
	float: left;
}

#footer {
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	width: 959px;
	height: 100px;
	position: relative;
	overflow: hidden;
	background-image: url('../img/bottom.jpg');
	background-repeat: repeat-x;
	background-color: #841b1b;
}

#footer #copyright {
	width: 460px;
	height: 60px;
	margin-top: 40px;
	padding-left: 20px;
	text-align: left;
	float: left;
}

#footer #realizacja {
	width: 459px;
	height: 60px;
	margin-top: 40px;
	padding-right: 20px;
	text-align: right;
	float: left;
}

#footer #copyright, #footer #copyright a, #footer #realizacja, #footer #realizacja a {
	color: #fff;
}

			/* --------- galeria ---------- */

.foto-title {
	height: 35px;
}

.foto-pokaz {
	margin-bottom: 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;
}

.news-foto {
	float: left;
	margin: 5px;
}

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;
}

#wyszukiwarka {
	width: 50%;
	height: 120px;
	text-align: center;
	background-image: url('../img/wyszukiwarka.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

#newsletter {
	width: 50%;
	height: 120px;
	text-align: center;
	background-image: url('../img/newsletter.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

.formularz {
	margin-top: 65px;
}
