/* logo */
#logo {
	overflow: hidden;
	padding: 20px;
	border: 5px solid gray;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	zoom: 1;
}
	#logo img {
		margin-bottom: 10px; 
	}
	#logo p {
		font-size: 32px;
		color: #ffffff;
		font-weight: bold;
	}
		#logo p span {
			font-size: 38px;
		}
/* base menu styles */  
menu { 
	display:block;
	margin: 10px auto 10px;
	position:relative; 
	background-color:#1053ef;
	text-align: center;
	font:16px Verdana, Sans-serif;
	width:100%; 
} 
menu ul { 
	padding:0;
	margin:0;
}  
menu li { 
	position:relative;
	float:left;
	list-style-type:none;
	width: 140px; 
} 
menu li:hover ul {
	display:block;
}
menu ul:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}  
menu li a { 
	display:block;
	background-color:#1053ef;
	padding: 10px 0;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}  
menu a:link,
menu a:visited {
	background-color: #1053ef;
		}
menu a:hover {
	background-color: #3447cb;
		}
menu li a:focus {
	outline:none; 
	text-decoration:underline;
}  
menu li:first-child a {
	border-left:none;
}  
menu li.last a { 
	border-right:none;
}  
menu a span {
	display:block;
	float:right;
	margin-left:5px;
}  
menu ul ul { 
	display:none;
	width:100%;
	position:absolute;
	left:0;
	background:#1053ef; 
}  
menu ul ul li {
	float:none; 
}  
menu ul ul a { 
	padding:5px 10px;
	border-left:none;
	border-right:none;
	font-size:24px;
}  
/* Return button */ 
#button{
	float:right;
	padding:5px;
}
/* nagłówek ofert */
.offers_header {
	overflow: hidden;
	padding: 20px;
	border: 5px solid gray;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	zoom: 1;
}
  .offers_header h1 {
		font-size: 54px;
	}
	.offers_more_header h1 {
		font-size: 34px;
	}
/* formularze główne ofert*/
.offers_form {
	margin-top: 20px;
	font-size: 18px;
}
.offers_more_form {
	font-size: 17px;
}
/* blok ofert */
.offers_block {
	margin:20px 5px 0px;
	border: 2px solid gray;
	padding: 10px;
	text-align:justify;
	overflow:hidden;
}
	.offers_block img {
		float: right;
		margin-left: 20px;
	}
		/* zima background */
		.offers_winter_block {
			background-color: #ffffff;
		}
		/* leading oferty lato */
		.offers_more_leading img{
			float: left;
			margin-left: 0;
			margin-right: 20px;
			}
/* tebele */
 .cell_head_1 {
	padding: 2px 10px;
	text-align: center;
}
.cell_head_2 {
	padding: 14px 10px;
	text-align: center;
}
.cell {
	width:50px;
	text-align: center;
}
/* blok oferty wiecej */
.main {
	padding:5px 10px 10px;
	border: 2px solid gray;
	margin:20px 5px 10px; 
	text-align:justify;
	overflow:hidden;
}
	.main img {
		float: right; 
		margin: 5px 0px 0px 10px;
	}
	.main_winter {
		background-color: #ffffff;
	}

.table_block_winter {
	background-color: #ffffff;
	padding:5px 10px 10px;
	border: 2px solid gray;
	margin:20px 5px 10px; 
	overflow:hidden;
	text-align: right; 
}
	.table_block_winter img {
		display: inline-block;
		margin: 5px 0px 0px -2px !important; 
	}
	.table_block_winter table {
		float: left;
	}

/* blok zdjęć */	
		.folder {
			overflow: hidden;
		}
		.folder_no_table{
			display: inline-table; 
			padding-top: 5px;
		}
			.folder img {
				background:#ffffff;
				padding:5px;
				border:1px solid gray;
				margin-left: 4px; 
				height:105px;
			}
	.comment {
		margin-top: 10px;
		text-align:justify;
		font-size: 15px;
	}
	caption {
		margin-bottom: 5px;
	}