/*
 *		plik:			css/style.css
 *		autor:		Marek Kleszyk
 *		data:			15 październik 2008
 *		system:		WebCreative-cms-1.0
 */ 

@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; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:hover, a:visited, a:active { text-decoration: none; color: #077B66; }
a.active { color: #077B66; }
a.noactive { color: #999; }
.kursor { cursor: pointer; }

hr { background: #bbb; height: 1px; border: none; }
h1 { font-size: 12pt; }
h2 { font-size: 10pt; }
h3 { font-size: 8pt; }

#page-title {
	padding: 10px;
}

#page-title h1 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	color: #fff;
}

#page-content {
	padding: 15px 20px;
	text-align: justify;
	overflow: hidden;
}

			/* --------- 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: #02394d;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #fff;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	min-height: 100%;
	position: relative;
	background-image: url(../img/container.jpg);
	background-repeat: repeat-y;
}

#top {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
	position: relative;
	background-image: url(../img/tlo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}

#top #t0 {
	width: 900px;
	height: 80px;
	text-align: left;
	float: left;
}

#top #t0 a {
	position: relative;
	top: 24px;
	left: 100px;
}

#top #t0 span {
	position: relative;
	top: 16px;
	left: 110px;
	color: #609bc1;
	font-size: 10pt;
	font-variant: small-caps; 
}

#top #t1 {
	width: 69px;
	height: 285px;
	background-image: url(../img/t1.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #t2 {
	width: 762px;
	height: 285px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #t3 {
	width: 69px;
	height: 285px;
	background-image: url(../img/t3.jpg);
	background-repeat: no-repeat;
	float: left;
}


#top #menu-top {
	margin: 0 69px;
	padding: 20px 0 40px 0;
	width: 762px;
	height: 20px;
	background-image: url(../img/menu-top.jpg);
	background-repeat: no-repeat;
	float: left;
}

#base {
	margin: 0 69px;
	padding: 0;
	width: 762px;
	min-height: 363px;
	position: relative;
	overflow: hidden;
	float: left;
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 762px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	float: left;
}

#footer {
	margin: 0 69px;
	padding: 0;
	width: 762px;
	height: 80px;
	position: relative;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	float: left;
}

#footer #copyright {
	width: 381px;
	height: 30px;
	padding-top: 50px;
	float: left;
}

#footer #realizacja {
	width: 381px;
	height:30px;
	padding-top: 50px;
	float: left;
}

#footer #realizacja a {
	color: #fff;
}

			/* --------- pozostale ---------- */

.form {
	margin: 5px;
}
	
input.text {
	height: 17px;
	padding: 1px 3px;
	margin: 0 3px;
	border: 1px solid #7E9DB9;
	color: #444;
}

input.submit {
	padding: 2px 3px;
	margin: 0 3px;
	border: 1px solid #7E9DB9;
	color: #444;
	background-color: #eee;
	font-weight: bold;
	font-size: 9pt;
}

input.image {
	position: relative;
	top: 5px;
}

.print {
	margin: 10px;
	float: right; 
}

.back {
	margin: 10px;
	float: left; 
}

.tagi {
	margin: 10px 20px;
	text-align: center;
}

.tagi a {
	margin: 0 10px;
	font-weight: bold;;
}

ul#art {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ul#art li {
	margin: 7px 0;
	padding: 7px 0;
	height: auto;
	border-bottom: 1px solid #7E9DB9;
}

ul#art li .data {
	height: 20px;
	color: #7E9DB9;
	float: left;
}

img.foto {
	margin: 5px;
	padding: 1px;
	border: 1px solid #7E9DB9;
	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;
}