body {
	background: url('images/site-bg.jpg') repeat;
	margin: 0;
	padding: 0;
}

.left {
   left: 0;
}

.right {
   right: 0;
}

.column-header {
   width: 50%;
   position: absolute;
   z-index: 1;
   top: 0;
}


.cennik .white {
background-color:#F8f8f8;
}


.wycieczka img {
padding-left:5px;
padding-top:5px;
}

.wycieczka {
margin-top:30px;
}
.wycieczka .white {
background-color:#F8f8f8;
}

.cennik {
margin-top:20px;
}

table tr td {

background-color:#eee;
font-size:12px;
line-height:18px;
text-align:left;
}


#site-header1 {
	background: url('images/site-header1.png') no-repeat right;
   height: 236px;
	margin-right: 489px;
}

#site-header2 {
	background: url('images/site-header2.png') no-repeat center;
	width: 978px;
	height: 236px;
   position: relative;
   z-index: 2;
   margin: 0 auto;
}

#site-header3 {
	background: url('images/site-header3.png') no-repeat left;
   height: 236px;
	margin-left: 488px;
}

.column-content {
   width: 50%;
   position: absolute;
   z-index: 1;
   top: 236px;
}

#site-content1 {
	background: url('images/site-content1.png') no-repeat right;
   height: 513px;
	margin-right: 489px;
}

#site-content2 {
	background: url('images/site-content-bg.png') repeat-y center;
	width: 978px;
   position: relative;
   z-index: 2;
   margin: 0 auto;
}

#site-content21 {
   background: url('images/site-content21.png') no-repeat right top;
   width: 26px;
   height: 513px;
   float: left;
}

#site-content23 {
   background: url('images/site-content23.png') no-repeat left top;
   width: 26px;
   height: 513px;
   float: right;
}

#site-content3 {
	background: url('images/site-content3.png') no-repeat left;
   height: 513px;
	margin-left: 488px;
}

#content {
	min-height: 550px;
	padding: 30px 50px 5px 265px;
	font-family: "trebuchet ms", verdana, arial, tahoma;
	text-align: justify;
	line-height: 155%;
	font-size: 93%;
	color: #000;
}

#menu {
   background: url('images/menu-bg.png') no-repeat center top;
	width: 179px;
	height: 503px;
	margin: 20px 35px 10px 25px;
	padding-top: 15px;
	text-align: center;
	line-height: 35px;
	float: left;
}

#menu ul {
   list-style: none;
	margin: 0;
	padding: 0;
}

#site-footer {
   background: url('images/site-content-bg.png') repeat-y center;
	width: 978px;
	padding-top: 0.6em;
	padding-bottom: 15px;
   position: relative;
   z-index: 2;
   margin: 0 auto;
	clear: both;
}

#footer {
   background-color: #eee;
	margin: 0 40px;
	padding: 6px 8px 2px 380px;
	border: 1px solid #ccc;
}

#footer #copyright {
   font-family: verdana, tahoma;
	font-size: 70%;
	color: #777;
	float: right;
}

img {
   border: 0;
}

a:link, a:visited {
   color: #000;
   font-weight: bold;
   text-decoration: none;
}

a:hover{
   color: #666;
   text-decoration: none;
}

.gallery {
   margin: 0 auto;
   text-align: center;
   border-collapse: collapse;
}

.gallery td {
   border: 20px solid #fff;
   margin: 0;
   padding: 0;
   text-align: center;
}

