html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, img,
b, u, i, center,
ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* TAG STYLE */
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
ul li{
	background-image: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	background: #3D74B4 url(images/bg_top.jpg) no-repeat center top;
	font-family: verdana;
	font-size: 11px;
}

/* COMMON CLASSES */
.cls{
	clear: both;
}
.hidden{
	display: none;
}
.iconLeft{
  margin-right: 3px;
  vertical-align: middle;
}
div.displayBlock {
   display: block;
}
div.displayNone {
   display: none;
}

/* MAIN STYLES */
#wrapper{
	background-color: transparent;
	background-repeat:no-repeat;
	background-position: center 397px;
	background-image: url(images/basen.jpg);
}
#mainContainer{
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
	background: transparent url(images/content_bg_top.png) no-repeat 0px 5px;
	padding-top: 40px;
}

#subPageContainer{
	float: left;
	width: 485px;
	margin: 0px 7px;
	padding: 7px;
	min-height: 450px;
	margin-left: 10px;
	background: #fff;
	-moz-border-radius: 5px;
  	border-radius: 5px;
  	color: #666666;
  	font-size: 12px;
  	line-height: 15px;
}
#subPageContainer ul {
	margin-left: 25px;
	list-style: circle;
}
#subPageContainer ol {
	margin-left: 25px;
	list-style: decimal;
}
#subPageContainer table tr td{
	padding: 3px;
}
#subPageContainer select{
	font-size: 11px;
}
#subPageContainer a{
	font-size: 11px;
}
#middle_container_separator{
	background: transparent url(images/middle_page_bg.png) no-repeat 0px 0px;
	height: 59px;
}
div.container{
	width: 950px;
	margin: 0 auto;
	background: #F6F5EF;
}
div.container.transparent{
	background: transparent;
}
div.container.big{
	w1idth: 1156px;
	margin: 0 auto;
}
.content-title {
	color: #6D894B;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.content-date {
	margin: 5px 0px;
	font-size: 11px;
	color: #555;
}
.round-bottom{
  	 -moz-border-radius-bottomright: 10px;
  	border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomleft: 10px;
  	border-bottom-left-radius: 10px;
}
h3.page-title{
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
	margin-left: 10px;
	color: #6D8916;
}
.title{
   font-size: 12px;
}
.office_hours{
	color: #fff;
	padding: 2px;
	font-size: 11px;
}
div.page-sub-title{
	font-size: 14px;
	padding: 0px 5px;
	color: #444;
}
div.path {
	padding: 5px;
	text-indent: 10px;
	background: none;
}
div.path a{
	color: #555;
}

/* MENU LEWE */
#menuLeft {
	float: left;
	height: 100%;
	width: 185px;
	margin: 0px 10px;
	padding: 15px 7px;
	background: #fff;
	-moz-border-radius: 5px;
  	border-radius: 5px;
}
div#menuLeft li{
	display: block;
	background: transparent url(images/menu_left_item_bg.jpg) no-repeat left center;
	border-bottom: 1px solid #F0F0F0;
	width: 175px;
	padding-top: 5px;
	padding-bottom: 3px;
	overflow: visible;
}
div#menuLeft li a{
	sdisplay: block;
	text-indent: 8px;
	line-height: 17px;
	color: #444;
	font-size: 11px;
}
div#menuLeft li a:hover, div#menuLeft li a.hover{
	color: #6D8916;
}

/* PRAWA KOLUMNA */
#rightColumn {

   float: left;
   width: 210px;
}
#bannersRight {
	margin-top: 20px;
}


/* MENU GÓRNE */
div#top{
	background: transparent;
	height: 500px;
}
ul.mini-menu{
	color: white;
}
div#top ul.mini-menu{
	float: right;
}
ul.mini-menu li{
	float: left;
	margin: 10px 0 0 5px;
	padding: 3px;
	padding-bottom: 5px;
	border-bottom: 1px dotted white;
	font-size: 11px;
}
ul.mini-menu li a{
	color: white;
	text-decoration: none;
}
ul.mini-menu li:hover{
	border-bottom: 1px dotted transparent;
}

div#top h1{
	text-indent: -9999px;
	position: relative;
	top: 45px;
	margin-left: 5px;

}
div#top h1 a{
	display: block;
	background: transparent url(images/logo.png) no-repeat 0 0;
	width: 640px;
	height: 65px;
}
span.under-h1{
	position: relative;
	color: white;
	top: 55px;
	left: 70px;
}
input#search{
	border: 1px solid #8BB771;
	color:  #11363F;
	position: relative;
	margin-left: 720px;
	top: -20px;
	width: 230px;
	padding: 2px;
	font-size: 11px;
	text-indent: 27px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff url(images/search_input_bg.jpg) no-repeat 3px -2px;
}

div.under-search{
	text-align: right;
	color: white;
	top: -18px;
	position: relative;
	width: 300px;
	left: 650px;
}


/* MENU GLOWNE */
ul#sections{
	background: transparent url(images/menu.png) no-repeat center center;
	width: 956px;
	height: 58px;
	margin: 0 auto;
}
ul#sections li{
	float: left;
	display: inline;
	background: transparent url(images/menu_main_item_bg.png) no-repeat 7px -1px;
}
ul#sections li.first{
	background: transparent;
}
ul#sections li a{
	display: block;
	line-height: 35px;
	margin: 1px 4px 0 0px;
	height: 35px;
	background: none;
	text-decoration: none;
	font-size: 14px;
	color: #2C6159;
	width: 100%;
}


/* Slider */
#Slideshow {
    margin-left: -20px;
    width: 976px;
	overflow:hidden;
	margin-top: 10px;
	background:url('images/pageBg-slideMiddle.png') no-repeat 18px  8px;
}
#SlideTop, #SlideRepeat, #SlideBottom, .slidePrev, .slideNext, #slidePager {
	position:relative;
	z-index:29;
}
#SlideTop {
	background:url("images/pageBg-slideTop.png") no-repeat scroll 0 0 transparent;
	height:8px;
	overflow:hidden;
}
#SlideRepeat {
	background:url("images/pageBg-slideRepeat.png") repeat-y 0 0 ;
	height:300px;
	overflow:hidden;
	width: 1px; /* To make space */
}
#SlideBottom {
	height:55px;
	overflow:hidden;
}
#SlideBottomBG {
	background: url("images/pageBg-slideBottom.png") no-repeat 0px 0px;
	height:110px;
	width: 978px;
	position:absolute;
	z-index: 30;
}
#Slides {
	background: #99CC00;/*  0 0 #99CC00*/
	width: 940px !important;
	margin-bottom:18px;
	height: 338px;
	margin-top:-359px;
	margin-left: 26px;
	overflow:hidden;
}
a.slidePrev, a.slideNext {
	display:block;
	height:64px;
	top:-235px;
	width:51px;
	z-index:30;
}
a.slidePrev {
	background:url("images/slide-previous.png") no-repeat scroll 0 0 transparent;
	float:left;
	margin:0 0 0 11px;
}
a.slideNext {
	background:url("images/slide-next.png") no-repeat scroll 0 0 transparent;
	float:right;
	margin: 0px;
}
a.slidePrev:hover, a.slideNext:hover {
	background-position:0 -64px;
}
#slidePager {
	float:right;
	margin:0 -25px 0 0;
	top:-348px;
}
#slidePager a, #slidePager a:visited {
	background:url("images/slide-pager.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:15px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1234px;
	width:16px;
}
#slidePager a:hover {
	background-position:-16px 0;
}
#slidePager a.activeSlide {
	background-position:-32px 0;
}

/* BOXES */
div.box{
	float: left;
}
div.box h3{
	font-size: 18px;
	font-weight: normal;
	margin: 5px;
	color: #6D8916;
}
div.box h3.news{
	margin: 5px 0 10px 0px;
}
div.box.border{
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
div.box.large{
	background: #F6F5EF;
	width: 470px;
}
div.box.left{
    padding-left: 20px;
	width: 485px;
}
div.box.extra-large{
	background: #F6F5EF;
	padding: 15px;
	width: 710px;
	min-height: 80px;
}
div.box.small{
	width: 210px;
	min-height: 80px;
}


/* NEWS */
.news-box-container {
 display: none;
}
div.news-box{
	width: 100%;
	min-height: 132px;
}
div.news-box p{
	margin: 5px 10px;
	float: left;
	width: 290px;
	color: #6F6F6F;
	min-height: 50px;
}
div.news-box img{
	border: 2px solid #788D9E;
	float: left;
}
div.news-box div.date{
    font-size: 9px;
    line-height: 6px;
    text-align: right;
    margin-right: 20px;
    color: #6D8916;
}
div.news-box h5, div.news-box h5 a{
	color: #6D8916;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	width: 260px;
	float: left;
}
div.news-box p a.more{
	text-decoration: none;
	color: #A0BD2A;
	display: block;
	text-align: right;
	margin-top: 3px;
}
.seeAll {
   background: url(images/arrow_green.png) no-repeat right 7px;
   padding: 3px 13px 0px 0px;
}

#news-box-menu {
  height: 30px;
}
.newsItemMenu, .newsItemMenu_h {
  float: left;
  padding: 4px 2px;
  margin: 0px 0px;
  color: #627788;
  font-size: 11px;
  border: 1px solid #DCDCDA;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  cursor: pointer;
}
.newsItemMenu_h {
  color: #9ECE0E;
  border-bottom: 0px;
}

/* HOME VSLIDER */
div.small.vSlider{
	border: 0px;
	padding-left:3px;
	padding-right:3px;
	width: 203px;
	height: 580px;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent url(images/home_column_bg.jpg) no-repeat 0px 0px;
}

#sliderTop{
  padding-top: 25px;
}
div.show div.txt{
	margin-left: 20px;
	min-height: 0px;
	width: 165px;
}
div.show div.txt a{
	background: url(images/list_arrow.jpg) no-repeat left center;
	padding: 3px 0px;
	padding-left: 17px;
	display: block;
	font-size: 11px;
}

div.a-button{
	background: transparent url(images/a-button-h.png) no-repeat 7px bottom;
	width: 175px;
	height: 22px;
	margin: 5px auto;
	color: #AEA257;
	text-indent: 20px;
	font-size: 13px;
	cursor: default;
}
div.a-buttons div.a-button{
	background: transparent url(images/a-button.png) no-repeat center center;
	width: 175px;
	height: 25px;
	margin: 4px auto;
	color: #1F4D59;
	line-height: 25px;
	text-indent: 12px;
	font-size: 11px;
	cursor: pointer;
}
div.a-buttons div.txt{
	display: none;
}


/* HOME GALLERY */
h3.gallery{
	color: #064E64;
	font-size: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS", Trebuchet;
	margin-left: 35px;
}

div.container.slider {
	margin: 10px auto;
}
div.slider-banners {
	background: url("images/gallery_bg.jpg") no-repeat center top;
	margin: 10px auto;
	width: 915px;
	padding: 25px 0px;

}
	div.slider-banners div#gallery{
		overflow: hidden;
		margin: 0px auto;
		width: 800px;
		height: 125px;
	}
	div.slider-banners ul{
		height: 125px;
		overflow: hidden;
	}
		div.slider-banners ul li{
			float: left;
			margin: 5px 10px;
			text-align: center;
		}
		div.slider-banners ul li span a{
			width: 125px;
			display: block;
			height: 40px;
			color: #24798D;
			padding-left: 30px;
			text-align: left;
			background: none;
		}
		div.slider-banners ul li div{
			width: 155px;
			height: 14px;
		}
		div.slider-banners ul li img{
			width: 155px;
			height: 100px;
			padding: 2px;
			margin: 2px 0 0 0;
			border: 1px solid #99cc01;
		}

div.slider-banners div.s-left,
div.slider-banners div.s-right{
	float: left;
	width: 29px;
	height: 62px;
	margin-top: 30px;
	background: transparent url(images/gallery_arrow_left.png) no-repeat 0px center;
	cursor: pointer;
}
div.slider-banners div.s-right{
	background: transparent url(images/gallery_arrow_right.png) no-repeat 0px center;
	float: right;
}

/* STOPKA */
div#footer{
	background: transparent;;
	margin-bottom: 0px;
	width: 100%;
}

div#copyright{
	background: transparent;
	height: 95px;
	width: 956px;
	margin: 0 auto;
	margin-top: -20px;
	color: white;
	text-align: center;
}
div#copyright ul.menu{
	margin: 0 auto;
	color: white;
	width: 330px;
	padding: 10px 0;
}
div#copyright ul.menu li{
	display: inline;
}

div#copyright ul.menu li a{
	color: white;
}

/* CALENDAR PAGE */
div.calendar{
	margin: 5px 0;
}
div.calendar-image{
	width: 150px;
	float: left;
	padding: 10px;
}
div.calendar-image img{
	width: 150px;
	border: 1px solid #798E9F;

}
div.calendar-info{
	float: left;
	width: 300px;
	padding: 10px 0;
	color: #94B611;
}
div.calendar-info a{
	color: #666666;
}
div.calendar-info p{
	margin-top: 5px;
}
div.calendar-info ul li{
	padding: 0;
}
div.stalka{
	width: 150px;
	height: 96px;
	background: transparent url(images/stalka.png) no-repeat center center;
	border: 1px solid #798E9F;
}

/* CALENDAR PANEL */
.calendarTitle {
  padding-left: 5px;
  color: #3A3FA1;
  font-size: 12px;
  text-align: center;
}
.calendarHome {
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: 10px;
}
table.calendarHomeTable {
  width: 94%;
}
table.calendarHomeTable tr td {
  padding: 6px 4px;
  text-align: center;
  color: #444;
  font-family: "Trebuchet MS", Trebuchet;
  font-size: 12px;
  font-weight: bold;
}
.calendarHomeH {
  text-align: center;
  font-weight: bold;
  height: 22px;
}
.calendarHomeM a{
  color: #23365F;
  font-size: 12px;
}
.calendarHomeDays{
  color: #3A3F74;
}
.calendarHomeSunday {
  color: #9A181C;
}
.calendarHomeToday {
  background:  url('/data/layout/calendar_panel_home_curdate.jpg') no-repeat center center;
}
.calendarHomeEvent{
  color: #AA4432 !important;
}

/* NA CZASIE */
div.cal-panel{
	float: left;
	width: 220px !important;
}
div.cal-panel ul li{
	background: transparent url(images/list_arrow_gray.jpg) no-repeat left top;
	margin: 10px 0px;
	padding-left: 15px;
	color: #555;
}
div.cal-panel ul li a{
	display: block;
	padding: 4px 0px;
    color: #555;
}
div.naczasie{
	background: transparent url(images/na_czasie.png) no-repeat top left;
	width: 190px;
	height: 30px;
	margin: 0 auto;
}


/* CLUBS */
#clubs{
   margin: 10px auto;
   margin-left: 20px;
   padding: 0px;
   padding-bottom: 50px;
}
#clubMenuContainer{
   height: 35px;
}
.clubs-menu, .clubs-menu-h {
  float: left;
  padding: 6px 8px;
  margin: 0px 0px;
  background: #fff;
  color: #333;
  font-size: 14px;
  border: 1px solid #DCDCDA;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  cursor: pointer;
}
.clubs-menu-h {
  color: #63B131;
  border-bottom: 0px;
}
.club-box-container {
  display: none;
  width: 908px;
  height: 168px;
  padding: 5px 2px;
  background: #fff;
  border: 1px solid #DCDCDA;
  border-top: 0px;
  border-bottom: 0px;
  overflow:hidden;
}
.club-box {
 width: 190px;
 height: 35px;
 padding-top: 3px;
 float: left;
 padding-left: 30px;
 margin: 3px;
 overflow: hidden;
}
.club-box a {
 font-size: 13px;
 font-family: "Trebuchet MS", Trebuchet;
 color: #333;
}
#club-types{
  clear: both;
  width: 912px;
  height: 50px;
  background: #fff;
  border: 1px solid #DCDCDA;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.club-types-item {
  float: left;
  color: #333;
  padding: 15px 0px;
  padding-left: 30px;
  margin-left: 15px;
}


div.gallery img{
    margin: 10px 5px;
}

