html {
}

body {
	margin: 0px auto;
	padding: 0px auto;
	background-image: url('grafika/bg_01.gif');
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
	color: white;
	height:100%;
}

#page {
	background-position: center top;
	margin: 0px auto;
	background-image: url('grafika/bg_top.gif');
	background-repeat: repeat-x;
}

#sh {
	background-image: url('grafika/sh.png');
	background-repeat: repeat-y;
	background-position: center top;
	/*height:100%;	- tylko dla IE >=7 */
}
#sh_footer {
	height:38px;
	background-image: url('grafika/sh_footer.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	width: 760px;
	margin:0px auto;
}

#header_01 {
	background-image: url('grafika/bg_header.gif');
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
	position: relative;
}
#header_01a {
	background-image: url('grafika/header_01a.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	text-align: right;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
	padding-right: 10px;
	padding-top: 10px;
	color: #85A0A5;
	font-variant: normal;
}
#header_02 {
	height: 270px;
	width: 100%;
	position: relative;
}
#header_02a {
	background-image: url('grafika/header_02a.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
	width: 190px;
	float: left;
}
#header_02b {
	background-image: url('grafika/header_02b.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	width: 570px;
	height: 270px;
	float: right;
}
#header_03 {
	background-image: url('grafika/bg_menu.gif');
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	position: relative;
	vertical-align: bottom;
	text-align: right;
}
#header_03a {
	background-image: url('grafika/header_03a.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 190px;
	float: left;
}
#header_03b {
	vertical-align: bottom;
	padding-top: 15px;
	width: 570px;
	float: left;
}
#main {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url('grafika/bg_main.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}

#footer {
	padding-left: 15px;
	background-position: left top;
	height: 45px;
	background-image: url('grafika/bg_footer.gif');
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	line-height: 45px;
	font-family: Verdana;
	font-size: 9px;
	color: #444E4F;
}

p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #212B34;
	text-align:justify;
}

ul {
	font-family: Tahoma;
	font-size: 12px;
	color: #212B34;
}

li {
	line-height: 160%
}


a,a :visited {
	color:#3D4548;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #212B34;
	display: inline;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #212B34;
	display: inline;
}

img {

	border: 1px solid #303E4A;
}

.opacity img{
	margin: 2px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=45);
	-moz-opacity: 0.45;
}

.opacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.galeria img{
	margin: 0px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
}

.galeria:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}



.box {
	padding: 15px;
	margin: 0px;
	
}

#mapa {
	border: 1px solid #68878C;
	font-family:Tahoma;
	font-size:12px;
	color: #212B34;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
}
.img_firma{
margin:4px;
}
