/*
 *		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: #ccc; }
.row-clear { background: transparent; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:hover, a:visited, a:active { text-decoration: none; color: #8fd324; }

hr { background: #ccc; color: #ccc; height: 1px; border: 0; }
h1 { font-size: 13pt; color: #797979; }
h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font-size: 8pt; }

#font_down {
	font-weight: bold;
	font-size: 7pt;
}

#font_or {
	font-weight: bold;
	font-size: 9pt;
}

#font_up {
	font-weight: bold;
	font-size: 11pt;
}

#page-title {
	padding: 10px;
}

#page-title h1 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

#page-content {
	padding: 20px;
	overflow: hidden;
}

td, th {
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.formularz {
	margin: 5px;
}

input.text, textarea, select {
	border: 1px solid #555;
	color: #444;
	padding: 0 3px;
	margin: 0 3px;
}

input.submit {
	padding: 0 3px;
	border: 1px solid #555;
	background-color: #eee;
	color: #444;
	font-size: 9pt;
	font-weight: bold;
}

			/* --------- 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: #797979;
}

#container {
	margin: 0 auto;
	padding: auto;
	width: 950px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

#top {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#top #kasa1 {
	width: 466px;
	height: 149px;
	background-image: url('../img/kasa1.jpg');
	background-repeat: no-repeat;
	float: left;
}

#top #kasy-fiskalne {
	width: 484px;
	height: 149px;
	background-image: url('../img/kasy-fiskalne.jpg');
	background-repeat: no-repeat;
	float: left;
}

#top #kasa2 {
	width: 466px;
	height: 197px;
	background-image: url('../img/kasa2.jpg');
	background-repeat: no-repeat;
	float: left;
}

#top #technetium {
	width: 484px;
	height: 197px;
	background-image: url('../img/technetium.jpg');
	background-repeat: no-repeat;
	float: left;
}

#top #technetium a {
	position: relative;
	right: 20px;
}

#top #menu-top {
	width: 950px;
	height: 46px;
	text-align: right;
	float: left;
}

#base {
	margin: 0 auto;
	padding: 0;
	padding-top: 17px;
	width: 950px;
	height: auto;
	position: relative;
	overflow: hidden;
	background-image: url('../img/tlo.jpg');
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}

#base #sidebar-left {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	width: 160px;
	height: auto;
	overflow: hidden;
	float: left;
}

#base #sidebar-left .menu-left {
	width: auto;
	padding-left: 10px;
	height: auto;
	float: left;
}

#base #content {
	margin: 0;
	padding: 0;
	width: 789px;
	height: auto;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
	float: left;
}

#footer {
	margin: 0 auto;
	padding: 5px;
	width: 940px;
	height: 53px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}


#footer, #footer a{
	color: #797979;
}

			/* --------- 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;
}
