﻿*{
	padding: 0px;
	margin: 0px;
	border: 0px none;
	outline: none;
}

body {
	background: #ffffff url("../gfx/body_img.jpg") no-repeat center -46px;
	font-family:Arial, Verdana, Times New Roman;
	color:#616069;
}

a{
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#339f3c;
}

p{
	font-family:Arial;
	font-size:11px;	
	color:#616069;
	line-height:15px;
}

input, textarea, select {
	font-family:Arial;
	font-size:11px;	
	color:#616069;
	line-height:15px;
}

input, textarea {
	height:17px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table tr td{
	font-family:Arial;
	font-size:11px;	
	color:#616069;
	line-height:15px;
}

.gruby_zielony {
	font-weight: bold;
	color: #58b042;
}

.center{
	width:990px;
	display:auto;
	margin: 0px auto;
} 

.czysty{
	width:100%;
	height:0px;
	display:block;
	clear:both;
	overflow:hidden;
}

.linia{
	width:100%;
	height:1px;
	display:block;
	overflow:hidden;
	background: url(../gfx/kontakt_table_style.png) no-repeat left bottom;
	margin: 5px 0px 5px 0px;
}

.galeria {
	display: block;
	padding: 9px 9px 9px 9px;
	border: 1px solid #e8f3d8;
	margin: 0px;
	float: left;
	position: relative;
}

.galeria img{
	display: block;
}

.galeria span{
	width: 25px;
	height: 25px;
	display: block;
	background: url(../gfx/lupa.jpg) no-repeat left bottom;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.galeria:hover span{
	background: url(../gfx/lupa_hover.jpg) no-repeat left bottom;
}

.galeria_odstep{
	width: 21px;
	height: 21px;
	display: block;
	float: left;
}

.galeria_odstep2{
	width: 15px;
	height: 15px;
	display: block;
	float: left;
}


span.cufon{
	background:none;
}

ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li{
	background: url('../gfx/list_style.png') no-repeat 0px 3px;
	padding-left: 20px;
	font-size:11px;
	font-family:Arial;
	color:#616069;
	line-height:15px;	
}

img.rameczka {
	display: block;
	padding: 9px 9px 9px 9px;
	border: 1px solid #e8f3d8;
}

.dolewej {
	float: left;
	margin-right: 15px;
}

.doprawej {
	float: right;
	margin-left: 15px;
}

img.dolewej, img.doprawej {
	border: 1px solid #e8f3d8;
	padding: 9px;
}

img.rameczka {
	display: block;
	padding: 9px;
	border: 1px solid #e8f3d8;
}

table.rameczka {
	border-collapse: collapse;
	border: 2px solid #e8f3d8;
}

table.rameczka tr {
	border-collapse: collapse;
	border: 1px solid #e8f3d8;
}

table.rameczka td{
	border-collapse: collapse;
	border: 1px solid #e8f3d8;
	padding: 8px;
}

table.ramka_linia {
	border-collapse: collapse;
}

table.ramka_linia tr {
	border-collapse: collapse;
	background: url(../gfx/kontakt_table_style.png) no-repeat center bottom;	
}

table.ramka_linia td{
	border-collapse: collapse;
	padding:8px;
}


/* -------------------- index -------------------- */


#top{
	width:990px;
	height:111px;
	position:relative;
}

#top #logo{
	width:203px;
	height:68px;
	position:absolute;
	top:23px;
	left:0px;
	background: url("../gfx/logo.png") no-repeat center top;
}

#top #header{
	height:29px;
	position:absolute;
	top:42px;
	right:21px;
}

#top #header a{
	background: url("../gfx/header_style.png") no-repeat 0px -6px;
	padding:0px 10px 0px 10px;
	margin-top:8px;
	float:left;
}

#top #header a.first{
	background:none;
}

#top #header form{
	height:29px;
	float:left;	
}

#top #header form input{
	height:21px;
	width:148px;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#d4e9b7;
	margin-left:5px;
	padding:6px 5px 0px 5px;
	color:#58b042;
	float:left;
	font-size:11px;
}

#top #header form a{
	width:61px;
	height:22px;
	background: url("../gfx/header_button.png") no-repeat center top;
	color:#ffffff;
	font-weight:bold;
	padding:7px 0px 0px 0px;
	margin:0px 0px 0px 6px;
	text-align:center;
	font-size:12px;
	font-weight:bold;	
}

#menu {
	height:67px;
	width:990px;
	z-index:50;
	position:relative;
}

#menu #menu_selector {
	height: 67px;
	width:0px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background: url('../gfx/menu_selector.jpg') no-repeat left top;
}

#menu #main_menu a {
	font-weight: bold;
	color: #58b042;
}

#menu #main_menu a.menu_level1 {
	height: 37px;
	display: block;
	float: left;
	position: relative;
	z-index: 55;
	line-height: 25px;
	padding: 15px 18px 0px 18px;

}

#menu #main_menu a.menu_level1:hover,
#menu #main_menu a.menu_level1.arrow,
#menu #main_menu a.menu_level1.opened,
#menu #main_menu a.menu_level1.selected {
	color: #ffffff;
}

#menu #main_menu a.menu_level1.arrow {
	background: url('../gfx/menu_opened.png') no-repeat bottom center;
	padding-bottom: 15px;
}

#menu #main_menu div {
	z-index: 50;
	display: none;
	position: absolute;
	padding: 10px 20px;
	background: #399a29 url('../gfx/submenu_back.jpg') repeat-x left top;
}

#menu #main_menu div.menu_level1 {
	top: 55px;
}

#menu #main_menu div a {
	display: block;
	padding: 5px 0px;
	color: #ffffff;
	padding-right: 16px;
}

#menu #main_menu div a:hover {
	padding-right: 0px;
	padding-left: 16px;
	background: url('../gfx/submenu_select.gif') no-repeat left center;
}

#header_box {
	background: #eff9e1;
	display: block;
	width: 990px;
	position: relative;
	top: -12px;
}

#header_box .preload {
	display: block;
	width: 988px;
	background: #eff9e1 url('../gfx/loader.gif') no-repeat 15px 15px;
	border: 1px solid #e9f3da;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#header_box .preload span {
	position: relative;
	top: 22px;
	left: 60px;
	color: #a6b099;
	font-size: 16px;
}

#header_box #headerFotos {
	display: none;
	width: 990px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
}

#header_box #headerFotos .foto {
	display: block;
	width: 990px;
	position: absolute;
	top: 0px;
	left: 0px;
}


.main_header #headerFotos,
.main_header #headerFotos .foto {
	height: 415px;
}

.sub_header #headerFotos,
.sub_header #headerFotos .foto {
	height: 330px;
}

.main_header { height: 415px; }
.main_header .preload { height: 413px; }

.sub_header { height: 330px; }
.sub_header .preload { height:328px; }

#header_box #box_rezerwacja {
	display: block;
	position: absolute;
	background: #fefffd;
	top: 0px;
	right: 0px;
	width: 290px;
	border-left: 1px solid #f7fbf2;
	border-bottom: 1px solid #f7fbf2;
	padding: 15px 10px;
	z-index: 15;
}

#header_box #box_rezerwacja .title {
	font-family:Tahoma;
	font-size:22px;
	line-height:24px;
}

#header_box #box_rezerwacja .text {
/*	padding: 15px 0px;*/
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

#header_box #box_rezerwacja #submit_reserv {
	width:84px;
	height:22px;
	display:block;
	background: url('../gfx/newsletter_button.png') no-repeat center top;
	float:left;
	color:#ffffff;
	font-weight:bold;
	padding:7px 0px 0px 0px;
	text-align:center;	
	font-size:12px;
	font-weight:bold;
	position: absolute;
	bottom: 12px;
	right: 12px;
}

#header_box #box_rezerwacja #close_reserv {
	display: none;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 12px;
	background: url('../gfx/reserv_close.png') no-repeat center center;
}

#header_box #box_rezerwacja input {
	height:17px;
	width:82px;
	border: solid #d0d0d0 1px;
	background-color: #fff;
}

#header_box #box_rezerwacja .form_select{
	height:27px;
	width:82px;
	position:relative;
}

#header_box #box_rezerwacja #ilosc_pokoi{
	width:55px;
}

#header_box #box_rezerwacja .form_select .form_select_text{
	height:17px;
	width:47px;
	border: solid #d0d0d0 1px;	
	padding:5px 30px 5px 5px;
	display:block;	
	background: #ffffff url('../gfx/form_style.png') no-repeat 58px 4px;
	color:#616069;	
}

#header_box #box_rezerwacja .form_select a:hover {
	color:#65b542;	
	border: solid #d9ebbf 1px;	
	background-image:url('../gfx/form_style1.png');	
}

#header_box #box_rezerwacja .form_select .form_select_list a:hover {
	display:block;
	color:#65b542;
	background:none;
	border: 0px none;
}

#header_box #box_rezerwacja .form_select .form_select_list{
	position:absolute;
	top:27px;
	left:0px;
	width:72px;
	border: solid #ecf4e9 1px;
	border-top:none;
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	display:none;
	overflow:auto;		
}

#header_box #box_rezerwacja .form_select .form_select_list a{
	display:block;
	color:#616069;
}

#header_box #box_rezerwacja #ilosc_pokoi .form_select_text{
	width:20px;
	background: #ffffff url('../gfx/form_style.png') no-repeat 32px 4px;	
}

#header_box #box_rezerwacja #ilosc_pokoi .form_select_list{
	width:45px;
}

#header_box #box_pakiety {
	display: block;
	height: 125px;
	width: 990px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 15;
}

#header_box #box_pakiety .pakiet {
	position: absolute; 
	top: 200px;
	left: 1000px;
	display: block;
	width: 220px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #e7f2d7;
	padding: 2px;
	background: #ffffff;
	cursor: pointer;
}

#header_box #box_pakiety .pakiet span {
	display: block;
	width: 92px;
	height: 92px;
	overflow: hidden;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4px;
	cursor: pointer;
	z-index: 2;
}

#header_box #box_pakiety .pakiet span a {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}

#header_box #box_pakiety .pakiet .pakiet_link {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 220px;
	height: 100px;
	overflow: hidden;
}

#header_box #box_pakiety .pakiet span.left {
	float: left;
}

#header_box #box_pakiety .pakiet span.right {
	float: right;
}

#header_box #box_pakiety .pakiet span table,
#header_box #box_pakiety .pakiet span table td {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

#tresc{
	width:990px;
	margin-top:16px;
	position:relative;
}

#tresc #tesc_left{
	width:249px;
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	right:-1px;
	z-index:2;
}

#tresc #tesc_left a{
	height:43px;
	width:229px;
	padding:17px 0px 0px 20px;	
	display:block;
	overflow:hidden;
	font-size:22px;
	color:#58b042;
	font-family:Tahoma;
	position:relative;
}
#tresc #tesc_left a.selected{
	background: url('../gfx/tresc_list_new.png') no-repeat 0px 0px;
	color:#616069;
}

#tresc #tesc_left a{
	background: url('../gfx/tresc_listy_style.png') no-repeat left bottom;
	color:#58b042;	
}

#sub_menu{
	width:249px;
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	right:-1px;
	padding-top: 1px;
	z-index:2;
	height: auto !important;
	min-height: 10px; 
}

#sub_menu a{
	height:43px;
	width:229px;
	padding:17px 0px 0px 20px;	
	display:block;
	overflow:hidden;
	font-size:22px;
	color:#58b042;
	font-family:Tahoma;
	position:relative;
	background: url('../gfx/tresc_listy_style.png') no-repeat left bottom;
}

#sub_menu a.selected, #sub_menu a:hover{
	background: url('../gfx/tresc_list_new.png') no-repeat 0px 0px;
	color:#616069;
}

#sub_menu a.selected, #sub_menu a:hover{
	top: -1px;
	padding-top: 18px;
	height: 42px;
}

.sub_tresc_center {
	width: 453px;
	display: block;
	float: left;
	padding: 20px;
	border: 1px solid #e8f3d8;
}

.small_margin {
	width: 463px;
	padding: 20px 15px 20px 15px;
}

#tresc .tesc_center{
	width:495px;
	display:block;
	float:left;
	position:relative;
	height:280px;
}

.tesc_title{
	font-size:22px;
	font-family:Tahoma;
	margin-bottom:20px;
	line-height:24px;
}

.tesc_title a{
	font-size:22px;
	font-family:Tahoma;
	margin-bottom:20px;
	line-height:24px;
	color: #616069;
}

#tresc .tesc_center .tresc_box{
	position:absolute;
	top:0px;
	left:0px;
	width:495px;
	display:block;
}

#newsletter_text_inner {
	width: 192px;
	display: block;
	float: left;
}

#newsletter_text {
	display: none;
}

#tresc .tesc_center #tresc_center_4{
	background: url('../gfx/tresc_center4.jpg') no-repeat center top;
	padding:20px 195px 20px 20px;
	height:240px;
	width:280px;
	display:none;		
}

#tresc .tesc_center #tresc_center_4 form #ilosc_pokoi{
	width:54px;
}

#tresc_right{
	width:205px;
	padding:20px 20px 20px 20px;
	float:left;
	position:relative;
	display:block;
}

#tresc_right #tresc_right_rss{
	position:absolute;
	top:23px;
	right:20px;
	width:30px;
	height:14px;
	display:block;
	background: url('../gfx/rss.png') no-repeat center top;
	font-size:8px;
	color:#ffffff;
	text-align:center;
	padding-top:3px;
}

#tresc_right #show_archive, #subpage_kol_right #show_archive{
	background: url('../gfx/tresc_right_style.png') no-repeat 0px 1px;
	padding-left:24px;
}

#bottom{
	width:990px;
	margin-top:15px;
}

#bottom #logotypy{
	height:104px;
	width:990px;
	border-top: solid #f3f9ec 1px;
	border-bottom: solid #f3f9ec 1px;
	background: url('../gfx/logotypy.jpg') no-repeat 104px 28px;
	display: block;
}

#bottom #icons {
	display: block;
	float: left;
	width: 300px;
	margin:20px 0px 0px 20px;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	color: #24417f;
}

#bottom #icons a.facebook {
	padding: 2px 0px 2px 25px;
	background: url('../gfx/facebook_ico.png') no-repeat left center;
	font-size: 13px;
	font-weight: bold;
	color: #24417f;
}

#bottom #footer{
	float:right;
	margin:20px 20px 0px 0px;
	line-height: 16px;
}

#bottom #footer a.first{
	background:none;
}

#bottom #footer #podpis{
	float:right;
}

#bottom #footer #podpis a, #bottom #footer #podpis p{
	background:none;
	padding:0px;
	margin:0px;
	float:left;
	line-height:13px;
}

#bottom #footer a{
	background: url("../gfx/header_style.png") no-repeat 0px -6px;
	padding:0px 0px 0px 10px;
	margin-top:8px;
	float:right;
	margin:0px 0px 0px 10px;
}

/* -------------------- index_formularz_style -------------------- */

#tresc .tesc_center #tresc_center_4 form input{
	height:17px;
	width:82px;
	border: solid #ecf4e9 1px;
}

#tresc .tesc_center #tresc_center_4 .form_select{
	height:27px;
	width:82px;
	position:relative;
}

#tresc .tesc_center #tresc_center_4 .form_select .form_select_text{
	height:17px;
	width:47px;
	border: solid #ecf4e9 1px;	
	padding:5px 30px 5px 5px;
	display:block;	
	background: #ffffff url('../gfx/form_style.png') no-repeat 58px 4px;
	color:#616069;	
}

#tresc .tesc_center #tresc_center_4 .form_select a:hover, #tresc .tesc_center #tresc_center_4 #ilosc_pokoi a:hover{
	color:#65b542;	
	border: solid #d9ebbf 1px;	
	background-image:url('../gfx/form_style1.png');	
}


#tresc .tesc_center #tresc_center_4 .form_select .form_select_list{
	position:absolute;
	top:27px;
	left:0px;
	width:72px;
	border: solid #ecf4e9 1px;
	border-top:none;
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	display:none;
	overflow:auto;		
}

#tresc .tesc_center #tresc_center_4 .form_select .form_select_list a{
	display:block;
	color:#616069;
}

#tresc .tesc_center #tresc_center_4 .form_select .form_select_list a:hover, #tresc .tesc_center #tresc_center_4 #ilosc_pokoi .form_select_list a:hover{
	display:block;
	color:#65b542;
	background:none;
	border: 0px none;
}

#tresc_center_4 #ilosc_pokoi{
	width:55px;
}

#tresc .tesc_center #tresc_center_4 #ilosc_pokoi .form_select_text{
	width:20px;
	background: #ffffff url('../gfx/form_style.png') no-repeat 32px 4px;	
}

#tresc .tesc_center #tresc_center_4 #ilosc_pokoi .form_select_list{
	width:45px;
}

/* -------------------- subpage_style -------------------- */

#navigation{
	height:21px;
	width:950px;
	padding:10px 20px 0px 20px;
}

#tresc .tesc_center .subpage_tresc_box{
	padding:20px 20px 20px 20px;	
	width:453px;
	border: solid #e8f3d8 1px;
	height: auto !important;
	min-height: 330px; 

}

#tresc .tesc_center .tresc_bottom, .sub_tresc_center .tresc_bottom{
	width:100%;
	height:24px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#e8f3d8;
	padding:25px 0px 0px 0px;
	position:relative;
}

#tresc .tesc_center .tresc_bottom p, #subpage_kol_right .kol_right_box_2 p, #navigation p, #navigation a, .sub_tresc_center .tresc_bottom p{
	float:left;
	line-height:13px;
}

#tresc .tesc_center .tresc_bottom .print, #subpage_kol_right .kol_right_box_2 .print, .sub_tresc_center .tresc_bottom .print{
	float:left;
	margin-right:15px;
	width:15px;
	height:15px;
	display:block;
	background:url('../gfx/drukuj.png') no-repeat center top;
}

#tresc .tesc_center .tresc_bottom #size1, #subpage_kol_right .kol_right_box_2 #size1, .sub_tresc_center .tresc_bottom #size1{
	float:left;
	font-weight:bold;
	font-size:11px;
	line-height:18px;
	position:relative;
	top:-1px;
}

#tresc .tesc_center .tresc_bottom #size2, #subpage_kol_right .kol_right_box_2 #size2, .sub_tresc_center .tresc_bottom #size2{
	float:left;
	font-weight:bold;
	font-size:14px;
	position:relative;
	line-height:18px;
	top:-2px;
}

#tresc .tesc_center .tresc_bottom #size3, #subpage_kol_right .kol_right_box_2 #size3, .sub_tresc_center .tresc_bottom #size3{
	float:left;
	font-weight:bold;
	font-size:18px;
	position:relative;
	top:-4px;
	line-height:18px;	
}

#tresc .tesc_center .tresc_bottom #do_gory, .sub_tresc_center .tresc_bottom #do_gory{
	float:right;
	font-size:11px;
	color:#616069;
	padding-right:13px;
	background:url('../gfx/do_gory.png') no-repeat right 3px;
}


#subpage_kol_right{
	width:230px;
	float:left;
	position:relative;
	display:block;
	padding-left:15px;
}

#subpage_kol_right .kol_right_box{
	width:209px;
	height:42px;
	padding:17px 0px 30px 20px;
	display: block;
	font-size:18px;
	font-family:Tahoma;
	color: #616069;
}

#subpage_kol_right .kol_right_box_2{
	width:209px;
	height:19px;
	background:url('../gfx/option_box.png') no-repeat right top;	
	padding: 18px 0px 20px 20px;
}

#box_background_1{
	background:url('../gfx/rezerwacje.jpg') no-repeat right top;	
}

#box_background_2{
	background:url('../gfx/newsletter.jpg') no-repeat right top;	
}

#box_background_3{
	background:url('../gfx/formularz.jpg') no-repeat right top;	
}

#subpage_kol_right .polecane{
	width:229px;
	padding:0px 0px 5px 0px;
	background:url('../gfx/kontakt_table_style.png') no-repeat left bottom;
}

#subpage_kol_right .last{
	background:none;
}

/* -------------------- kontakt -------------------- */

#tresc .tesc_center #kontakt_tresc_1 table{
	background:url('../gfx/kontakt_table_style.png') no-repeat left bottom;
}

#tresc .tesc_center #kontakt_tresc_1 .kontakt_osoba{
	width:157px;
	height:50px;
	background:url('../gfx/kontakt_table_style.png') no-repeat left bottom;	
	padding:15px 0px 0px 50px;
	position:relative;
	float:left;
}

#kontakt_tresc_1 .kontakt_przerwa{
	margin-left:39px;
}

#tresc .tesc_center #kontakt_tresc_1 .last{
	background:none;
}

#tresc .tesc_center #kontakt_tresc_1 .kontakt_osoba img{
	position:absolute;
	top:20px;
	left:0px;
}

/* -------------------- oferty pracy -------------------- */

#tresc .tesc_center .job_offert{
	width:453px;
	background:url('../gfx/kontakt_table_style.png') no-repeat left bottom;
	position:relative;
	padding:7px 0px 10px 0px;
}

#tresc .tesc_center .last{
	background:none;
}

#tresc .tesc_center .job_code{
	position:absolute;
	top:10px;
	right:0px;
}

/* MAPA STRONY */

.mapa_strony {
	position: relative;
	left: -25px;
}

.tree_pole{
	padding: 0px 0px 0px 25px;
/*	height: 16px;
	line-height: 16px;*/
	display: block;
}

.tree_pole a {
	display: block; 
/*	float: left;*/
	line-height: 16px;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	font-weight: normal;
	background: url('../gfx/tree-document.gif') no-repeat left center;
}

.tree_pole a:hover {
	font-weight: bold;
}

.tree_pole .a_pogrubione {
	font-weight: bold;
	background: url('../gfx/tree-folder.gif') no-repeat left center;
}

/* NAWIGACJA STRONY */

.page_nav {
	width: 453px;
	height: 23px;
	display: block;
}

.left_nav {
	text-align: right;
	width: 151px;
	height: 23px;
	float: left;
	display: block;
}

.center_nav {
	text-align: center;
	width: 151px;
	height: 23px;
	float: left;
	display: block;
}

.right_nav {
	text-align: left;
	width: 151px;
	height: 23px;
	float: left;
	display: block;
}

/* WIELKOSC CZCIONKI */

.zaznaczona_czcionka {
	color: #616069;
}

.small_font p, .small_font a, .small_font li {
	font-size: 11px;
	line-height: 15px;
}

.normal_font p, .normal_font a, .normal_font li{
	font-size: 13px;
	line-height: 17px;
}

.big_font p, .big_font a, .big_font li{
	font-size: 15px;
	line-height: 19px;
}

.small_font .news_title{
	font-size: 12px;
	line-height: 16px;
}

.normal_font .news_title{
	font-size: 13px;
	line-height: 18px;
}

.big_font .news_title{
	font-size: 16px;
	line-height: 20px;
}

.news_title {
	font-size: 12px;
}

.czytaj_wiecej {
	color: #616069;
	padding-left: 24px;
	line-height: 19px;
	height: 19px;
	display: block;
	background: url('../gfx/czytaj_wiecej.gif') no-repeat left center;
	margin-top: 5px;
}

.this_max {
	display: block;
	float: left;
}

.this_max a{
	font-weight: bold;
}

.prev_next {
	font-weight: bold;
	display: block;
	float: right;
}

.separ {
	display: block;
	float: right;
	color: #d8e6c5;
	font-size: 11px;
	margin: 0px 10px 0px 10px;
}


/* FORMULARZ PREZENT */

#formularz_prezent label {
	width: 200px;
	float: left;
	font-family:Arial;
	font-size:11px;	
	color:#616069;
	padding-top: 7px;
}

#formularz_prezent input {
	border: 1px solid #cbd8b9;
	height: 20px;
	width: 240px;
	font-family: Arial;
	font-size: 11px;	
	color: #616069;
	float: left;
	padding: 7px 5px 0px 5px;
	margin-bottom: 10px;
}
/*
#formularz_prezent input:hover, #formularz_prezent input:focus {
	border: 1px solid #d9ebbf;
}*/

#formularz_prezent input.kod {
	width: 60px;
	margin-right: 10px;
}

#formularz_prezent input.miasto {
	width: 158px;
}

#formularz_prezent textarea {
	border: 1px solid #cbd8b9;
	height: 60px;
	width: 240px;
	font-family: Arial;
	font-size: 11px;	
	color: #616069;
	float: left;
	padding: 7px 5px 7px 5px;
	margin-bottom: 10px;
}



#formularz_prezent textarea:hover, #formularz_prezent textarea:focus, #formularz_prezent input:hover, #formularz_prezent input:focus {
	border: 1px solid #65b542;
}

#formularz_prezent input.regulamin {
	width: 27px;
	height: 27px;
	padding: 0px;
	margin-right: 10px;
}

#formularz_prezent .form_header {
	font-size: 15px;
	font-weight: bold;
	color: #339f3c;
}

#formularz_prezent .form_select{
	height: 27px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

#formularz_prezent .form_select .form_select_text{
	height: 17px;
	width: 215px;
	border: solid #cbd8b9 1px;	
	padding: 5px 30px 5px 5px;
	display: block;	
	background: #ffffff url('../gfx/form_style.png') no-repeat 227px 4px;
	color: #616069;	
	float: left;
}

#formularz_prezent .form_select a:hover {
	color: #65b542;	
	border: solid #65b542 1px;	
	background-image: url('../gfx/form_style1.png');	
}


#formularz_prezent .form_select .form_select_list{
	position: absolute;
	top:27px;
	right:1px;
	width:240px;
	border: solid #cbd8b9 1px;
	border-top:none;
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	display:none;
	overflow:auto;		
}


#formularz_prezent .form_select .form_select_list a{
	display:block;
	color:#616069;
}

#formularz_prezent .form_select .form_select_list a:hover{
	display:block;
	color:#65b542;
	background:none;
	border: 0px none;
}

#formularz_prezent .form_select_text{
	width:20px;
	background: #ffffff url('../gfx/form_style.png') no-repeat 32px 4px;	
}

#formularz_prezent .form_error {
	border-color: #dd0000;
}

#formularz_prezent .form_error .form_select_text {
	border-color: #dd0000;
}

#formularz_prezent #submit_button{
	width:84px;
	height:22px;
	display:block;
	background: url('../gfx/newsletter_button.png') no-repeat center top;
	color:#ffffff;
	font-weight:bold;
	padding:7px 0px 0px 0px;
	text-align:center;	
	font-size:12px;
	font-weight:bold;
}
.windowBORDER {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;


	height: 0px;
	overflow: hidden;
	z-index: 1000;
}

.windowBACKGROUND {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: #000000;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.windowINNER {
	position: relative;
	margin: 0px auto 0px auto;
	z-index: 1002;
	background: #ffffff;
	overflow: hidden;
	top: 0px;
}

.windowCLOSE {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
}


.windowLOGO {
	display: none;
	position: absolute;
	left: 20px;
	top: 20px;
}

.windowLINE {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #ecf4e3;
}

#flash_window .windowINNER {
	width: 990px;
	height: 715px;
}

#iframe_window .windowINNER {
	width: 640px;
	height: 435px;
}

/* GOOGLE */
#mapka {
	display: block;
	overflow: hidden;
	height: 340px;
	border: 1px solid #ecf4e9;
}

#mapka_button {
	width:100px;
	height:22px;
	display:block;
	background: url('../gfx/trasa_button.png') no-repeat center top;
	color:#ffffff;
	font-weight:bold;
	padding:7px 0px 0px 0px;
	text-align:center;	
	font-size:12px;
	font-weight:bold;
}

#mapka_value {
	border: 1px solid #ecf4e9;
	width: 150px;
}

#mapka_info, #mapka_info div {
	font-family: Arial;
	font-size: 11px;
}
/* GOOGLE - KONIEC */

#czarny_pasek {
	width: 100%;
	height: 100px;
	display: block;
	background: #000000;
	position: absolute;
	left: 0px;
	bottom: 0px;
	visibility: hidden;
}

#newsANIM {
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	visibility: hidden;
}

.newsANIM {
	background: url('../gfx/new2.gif') no-repeat 13px center;
}

#newsANIM .newsANIM_ITEM {
	width: 950px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 20px 20px 20px 20px;
}

#newsANIM .newsANIM_ITEM_2 {
	width: 870px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 20px 20px 20px 100px;
	background: url('../gfx/new2.gif') no-repeat 13px center;
}

#newsANIM .newsANIM_ITEM  p.header{
	font-family: Tahoma;
	font-size: 22px;	
	color: #ffffff;
	line-height: 24px;
	display: block;
	margin-bottom: 7px;
}

#newsANIM .newsANIM_ITEM  p{
	font-family: Arial;
	font-size: 12px;	
	color: #ffffff;
	line-height: 15px;
}

#newsANIM .button_wiecej {
	width:84px;
	height:22px;
	display:block;
	background: url('../gfx/newsletter_button.png') no-repeat center top;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color:#ffffff;
	font-weight:bold;
	padding:7px 0px 0px 0px;
	text-align:center;	
	font-size:12px;
	font-weight:bold;	
}

#spolecznosc {	
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#spolecznosc div {
	margin-left: 249px;
	text-align: left;
}

#spolecznosc div table {
	border-collapse: collapse;
	width: 495px;
}

#nagrody {
	display: block;
	width: 205px;
	overflow: hidden;
/*	padding-top: 10px;*/
}

#nagrody a {
	display: block;
	overflow: hidden;
	width: 98px;
	float: left;
	border: 1px solid #f3f9ec;
	text-align: center;
}

#nagrody span {
	display: block;
	overflow: hidden;
	width: 5px;
	height: 20px;
	float: left;
}

#nagrody .tesc_title {
	font-size: 18px;
	margin-bottom: 10px;
}

/* PAKIETY */

#tresc .pakiety .pakiet {
	display: block;
	width: 215px;
	height: 100px;
	overflow: hidden;
	background: #ffffff;
	cursor: pointer;
}

#tresc .pakiety .pakiet span {
	display: block;
	width: 92px;
	height: 92px;
	overflow: hidden;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4px;
	cursor: pointer;
}

#tresc .pakiety .pakiet span.left {
	float: left;
}

#tresc .pakiety .pakiet span.right {
	float: right;
}

#tresc .pakiety .pakiet span table,
#tresc .pakiety .pakiet span table td {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

#tresc #newsletter input{
	width:220px;
	height:21px;
	border: solid #d4e9b7 1px;
	background-color:#ffffff;
	padding:6px 5px 0px 5px;
	color:#58b042;
	margin-right:5px;
	font-size:11px;
	float:left;
}

#tresc #newsletter a {
	width:84px;
	height:22px;
	display:block;
	background: url('../gfx/newsletter_button.png') no-repeat center top;
	float:left;
	color:#ffffff;
	font-weight:bold;
	padding:7px 0px 0px 0px;
	text-align:center;	
	font-size:12px;
	font-weight:bold;
}

#tresc #newsletter #newsletter_text_inner {
	width: 192px;
	display: block;
	float: left;
}

#tresc #newsletter #newsletter_text {
	display: none;
}

/* FACEBOOK */
#facebook {
	display: block;
	width: 48px; 
	height: 564px;
	position: fixed;
	top: 111px;
	left: 0px;
	overflow: hidden;
	z-index: 6000;
}

#facebook #fb_button {
	display: block;
	height: 52px;
	width: 48px;
	background: url('../gfx/facebook-button.png') no-repeat 0px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#facebook #fb_content {
	display: block;
	background: #fff;
	width: 292px; 
	height: 560px;
	position: absolute;
	top: 0px;
	right: 48px;
	padding: 1px;
	background: #7c9ac4;
	border: 1px solid #47587b;
}

#facebook #fb_content_background {
	background: #ffffff;
	display: block;
	width: 292px; 
	height: 560px;
}
#main-text {
	width:950px;
	margin-left:20px;
	text-align:justify;
}
#main-text h2 {
	font-size: 17px;
	font-family: Arial;
	font-weight: normal;
	font-size: 24px;
	line-height: 20px;
	color: #5DAD40;
	height: 20px;
	background:url('line1h2.png') no-repeat left 16px;
}

#main-text p {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	margin-top:10px;
	margin-bottom:10px;
}
#main-text h1 {
	font-family: Arial;
	font-weight: normal;
	font-size: 24px;
	color: #5DAD40;
	padding-right: 10px;
	margin-bottom:25px;
}

