/*
 *		plik:			css/style.css
 *		autor:		Marek Kleszyk
 *		data:			05 luty 2008
 *		system:		WebCreative-cms-1.1
 */ 

@import url("menu.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; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:visited, a:active { text-decoration: none; color: #FF6C05; }
a:hover { text-decoration: underline; }
a.active { color: #0581b9; }
a.noactive { color: #60452c; }
.kursor { cursor: pointer; }

hr { background: #efe5d0; height: 1px; border: none; }
h1 { font-size: 10pt; }
h2 { font-size: 9pt; }
h3 { font-size: 8pt; }

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0;
}

ul {
	margin: 5px 0;
	padding-left: 20px;
}

ul li {
	margin: 5px 0;
}

table {
	margin: auto;
	padding: auto;
}

td, th {
	padding: 3px;
}

#page-title {
}

.title {
	width: 290px;
	float: left;
}

#page-title h1, .title h1 {
	margin: 8px 0;
	margin-bottom: 0;
	padding-left: 25px;
	min-height: 18px;
	font-size: 10pt;
	background-image: url(../img/h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#page-content {
	padding: 10px;
	text-align: justify;
}

#tresc {
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #e9e9e9;
	background-color: #F9F9F9;
	overflow: hidden;
}

			/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/tlo.jpg);
	background-repeat: repeat;
	background-position: top;
	background-color: #fff;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #3f4142;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: auto;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background-color: #fff;
	position: relative;
}

#top {
	width: 950px;
	height: auto;
	position: relative;
	text-align: left;
	float: left;
}

#top #logo {
	width: 298px;
	height: 80px;
	position: relative;
	left: 10px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #tt {
	width: 627px;
	height: 80px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 15px;
	float: left;
}

#top #tt a {
	margin: 0 8px;
	padding-top: 8px;
	border-top: 1px solid #e16e1f;
	float: right;
}

#top #tt img.sep {
	padding-top: 7px;
	float: right;
}

#top #menu-top {
	width: 950px;
	height: 38px;
	float: left;
}

#top #reklama-top {
	width: 950px;
	height: 0;
	float: left;
}

#base {
	width: 950px;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#sidebar-left {
	width: 296px;
	height: auto;
	margin: 0 10px;
	border: 1px solid #e9e9e9;
	background-color: #f9f9f9;
	border-top: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
}

#sidebar-left #menu-left {
	width: 296px;
	height: auto;
	float: left;
}

#content {
	width: 632px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#content #banner-glowny {
	margin: 10px 0;
}

#footer {
	width: 950px;
	height: auto;
	position: relative;
	background-image: url('../img/footer.jpg');
	background-repeat: repeat-x;
	background-color: #f4f4f4;
	text-align: left;
	float: left;
}

#footer #szybki-kontakt {
	width: 928px;
	height: auto;
	margin: 10px;
	margin-top: 19px;
	background-color: #f9f9f9;
	border: 1px solid #ececec;
	float: left;
}

#footer #szybki-kontakt .sk {
	width: 160px;
	height: 70px;
	margin: 15px 0;
	padding: 0 35px;
	border-right: 1px dotted #c7c7c7;
	float: left;
}

#footer #szybki-kontakt .sk-last {
	border-right: none;
}

#footer #szybki-kontakt .sk strong {
	color: #ff6f06;
}

#footer #menu-bottom {
	width: 850px;
	height: 20px;
	padding: 5px 50px;
	text-align: center;
	float: left;
}

#footer #realizacja {
	width: 850px;
	height: 15px;
	padding: 5px 50px;
	color: #929292;
	text-align: center;
	float: left;
}

#footer #realizacja a {
	color: #929292;
}

			/* --------- formularze, przyciski i pola ---------- */
			
.print {
	margin: 10px;
	float: right; 
}

.back {
	margin: 10px;
	float: left; 
}

.tagi {
	margin: 10px 0;
	text-align: center;
}

.tagi a {
	margin: 0 10px;
}

.form {
	margin: 10px 4px;
	text-align: center;
}

.form label {
	margin: 0 3px;
}

input.text {
	border: 1px solid #dedede;
	padding: 1px 3px;
	margin: 0 3px;
}

input.small {
	width: 66px;
}

input.medium {
	width: 150px;
}

input.long {
	width: 300px;
}

select {

}

textarea {
	border: 1px solid #dedede;
	padding: 0 3px;
}

input.text:focus, select:focus, textarea:focus {
	background: #fefefe;
	border: 1px solid #cecece;
	outline: 0
}

input.image, img.image {
	position: relative;
	top: 5px;
}

ul#art {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ul#art li {
	margin: 2px 0;
	padding: 7px 0;
	height: auto;
	background-image: url('../img/li2.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

ul#art li .data {
	height: 20px;
	color: #7E9DB9;
	float: left;
}

img.foto {
	margin: 3px;
	margin-right: 8px;
	padding: 3px;
	border: 1px solid #e3d5cc;
	background-color: #fff;
	float: left;
}

ul#mapa-strony {
	margin: 0;
	padding: 5px;
	list-style: none;
	text-align: left;
}

ul#mapa-strony li {
	padding: 2px 5px;
	padding-left: 15px;
	display: block;
}

ul#mapa-strony li a {
	color: #444;
}

#aktual {
	width: 276px;
	height: auto;
	padding: 10px;
	float: left;
}

#aktual strong {
	color: #ff6f06;
}

#aktual a {
	text-decoration: none;
}

#aktual span {
	font-size: 7pt;
}

.czytaj-wiecej {
	margin-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #c9c9c9;
	text-align: right;
}

.czytaj-last {
	border-bottom: none;
}

h1.h1-art {
	font-size: 10pt;
}

#partnerzy {
	width: 620px;
	text-align: center;
	margin: 10px 0;
	float: left;
}

.referencje {
	width: 180px;
	height: 230px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	float: left;
}
