/* ----------------------------------------------
	Template Name : FreshPick
	Template Code : S-0029
	Version : 1.0
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : April 24, 2009
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
html {
  background: #f6f6f6;
}

body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #666666; 	
	margin: 0; 
	padding: 0; 
	background: #FFF url(../images/layout/bg.gif) repeat-x;
	text-align: center;
}

.prawo {
  float: right;
}

.lewo {
  float: left;
}

/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #0788C3;
}
a:hover {
	border-bottom: 1px dotted #0788C3;
}
a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;
	color: #0788C3;
	border-bottom: 1px dotted #0788C3;
}
a:hover.more-link {
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #555;
	margin: 10px 0 7px 0;	 
}
h1 { font-size: 30px; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 20px; font-weight: normal; }
h3 { font-size: 16px; font-weight: normal; letter-spacing: -0.5px; padding-top: 10px; }
h4 { font-size: 14px; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #1980AF;	
}
dd {
  padding-left: 20px; 
}

dl { margin: 10px 20px; }

p {
  margin: 0;
  padding: 0;  
}


img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #F8F8F8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #555;
}
blockquote {
	margin: 10px 20px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/layout/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}
strong {
	font-weight: bold;
}

/* start - table */
table.tabela {
	border-collapse: collapse;
	margin: 10px 20px;		
}
table.tabela tr { background: #FFF; }
table.tabela tr.altrow { background: #F9F9F9;	}
table.tabela th,
table.tabela td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
table.tabela th {
	color: #555;
	background: #F0FBFF; 
	padding: .8em 1em;	
  	border-color: #D8EBF5 #D8EBF5 #B9DBEE #D8EBF5;	
}
table.tabela td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */



/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 920px;
	margin: 0 auto;
	text-align: left;	
}

/* Header */
#header {
	position: relative;
	margin: 0 auto;
	height: 245px;		
}
#header a #logo-text { margin: 0; padding: 0; }
#header a #logo-text {
	position: absolute; 
	margin: 0;
  padding: 0;
	font: bold 46px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;  
	letter-spacing: -4px;
	color: #1980AF;	
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 20px; left: 30px;	
}
#header #logo-text a:hover { border: none; }
#header #slogan {
	position: absolute;
	margin: 0; padding:  0 5px 0 0;
	font-family: Georgia, 'Times New Roman', Times, serif;;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8em;
	font-style: italic;
	letter-spacing: -.3px;
	color: #999;	
	
	/* change the values of top and left to adjust the position */
	top: 70px; left: 32px;		
}

#header #logo-box {
  margin: 0;
  padding: 0;
}

#header #logo-box a:hover {
  border: 0;
}

#header #header-image {
	position: absolute;
	top: 12px; right: 30px;
	width: 240px;
	height: 200px;	
	background: url(../images/layout/header-bg.png) no-repeat; 
}

/*  navigation  */
#header #nav {
	position: absolute;
	left: 0px;	bottom: 30px;		
	margin: 0;
  padding: 0 0 0 20px;		
	width: 900px;		
	border-bottom: 1px solid #F2F2F2;	
	/* z-index: 99999; */
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 0;
	padding: 0;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0;			
}
#header #nav ul li a:link,
#header #nav ul li a:visited {
	float: left;
	margin: 0;
	padding: 5px 15px 10px 15px;
	color: #666666;
	font: bold 14px 'Trebuchet MS', Arial, Sans-Serif;
	text-transform: uppercase;		
	border-right: 1px solid #EEE;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #000;	
	border-right: 1px solid #EEE;
}
#header #nav ul li#current a {	
	background: transparent url(../images/layout/current.gif) repeat-x left bottom;	
	color: #222;	
}

#header #nav ul li.first a:link, 
#header #nav ul li.first a:visited {
	border-left: 1px solid #F1F1F1;	
}

/* Featured Block */
#featured {
	clear: both;
	background: #F8FAFD; 
	border: 1px solid #DCF1FB;
	margin: 3px 0 15px 10px;
	padding-bottom: 20px;
	width: 900px;			
}
#featured h2 {
	font: normal 2.0em Georgia, 'Times New Roman', Times, Serif;
	color: #295177;
	letter-spacing: -2.0px;	
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;	
}
#featured h2 a {
	color: #295177;
	border: none;	
}
#featured .image-block {
	float: left;
	width: 330px;	
	margin: 20px 0 0 25px;
	padding: 10px 0 0 0;
	display: inline;
	border-right: 1px solid #DCF1FB;	
}
#featured .image-block img {
	background: #FFF;
   border: 1px solid #DFEAF0;
	padding: 12px;
}
#featured .text-block {
	float: right;
	width: 510px;
	margin: 15px 25px 0 0;
	display: inline;
}
#featured a.more-link {
	background: #B4DB6F;
	padding: 5px 10px 5px 10px;
	margin-top: 15px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #BADE7D;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;	
	display: block;
    float: left;
}
#featured a.more-link:hover {
	background: #008EFD;
	border-color: #007DE2;
}

/* Content */
#content-outer {
	clear: both;
	float: left;
	width: 920px;
	margin: 0; padding: 0;
	background: transparent url(../images/layout/hor-line.gif) repeat-y center 0;				
}
#content-wrap {
	float: left;
	width: 920px;
	background: transparent url(../images/layout/dotted-lines.gif) repeat-x;	
}
#content {
	float: left;
	width: 900px;
	margin-left: 10px;	
	display: inline;
	padding-bottom: 40px;
}

/* columns */
#left {
	width: 540px;	
	float: left;	
	padding-top: 15px;	
  padding:  15px 20px 0 20px;
}
#right {
	width: 285px;
	float: right;
	padding-top: 5px;
}

#right h3 {
	margin-left: 10px;	
}
#left h2 {
	font: normal 20px Georgia, 'Times New Roman', Times, Serif;
	color: #444;	
	letter-spacing: -0.5px;	
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #EBEBEB;	
}
#left h2 a {
	color: #444;
	border: none; 
}
#left .entry {
	background: url(../images/layout/dotted-lines.gif) repeat-x left bottom; 
	padding-bottom: 15px;
}



#left .entry h3 a {
	color: #444;
	border: none;
}

/* sidebar quick search */
#right form#quick-search {
	padding: 0; margin: 10px 0 0 10px;
	width: 270px; height: 33px;
	background: #fff url(../images/layout/header-search.gif) no-repeat;
	border: none;	
}
#right form#quick-search p {
	margin: 0; padding: 0;		
	border: none;
}
#right form#quick-search input {
	border: none;
	background: transparent;
	color: #BABABA;
	margin: 0; padding: 5px;
	font-size: .9em;	
	float: left;		
}
#right form#quick-search .tbox {
	margin: 6px 0 0 5px;
	width: 220px;	
	display: inline;	
}
#right form#quick-search .btn{
	width: 24px; height: 24px;		
	margin: 5px 0 0 0;	padding: 0;	
}
#right form#quick-search label {
	display: none;
}


/* sidemenus */
.sidemenu ul {
	text-align: left;
	margin: 10px 8px 8px 8px; padding: 0;
	border-top: 1px solid #EBEBEB; 
}
.sidemenu ul li {
	list-style: none;
	background: url(../images/layout/dotted-lines.gif) repeat-x left bottom; 
	padding: 7px 5px;
	margin: 0;		
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a, 
.sidemenu ul li a:visited {
	color: #5D95CA;
	padding-left: 0;	
	font-weight: bold;	
}
.sidemenu ul li a span {
	color: #9F9F9F;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-weight: normal;	
	font-size: .9em;
}
.sidemenu ul li a:hover { color: #000; border: none; }
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* footer */
#footer-outer {
	clear: both;
	float: left;
	width: 920px;		
	background: url(../images/layout/dotted-lines.gif) repeat-x;	
	font-size: .9em;		
	color: #777;	
}
#footer-wrap {
	float: left;
	width: 900px;
	margin-left: 10px;	
	display: inline;
}
#footer-wrap h3 {
	font-size: 2.4em;		
}
#footer-wrap .col-a {
	width: 300px;
	float: left;
}
#footer-wrap .col-b {
	width: 295px;
	float: right;	
}

/* footer-list */
#footer-outer .footer-list ul {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 20px;	
}
#footer-outer .footer-list ul li {
	background: url(../images/layout/dotted-lines.gif) repeat-x left bottom;
}
#footer-outer .footer-list ul li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	padding: 5px 0;
	margin-left: 0;
	color: #77A6D3;
	border: none;	
}
#footer-outer .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .95em;	
}
#footer-outer .footer-list ul li a:hover,
#footer-outer .footer-list ul li a:hover span {
	color: #333;	
}

/* footer-bottom */
#footer-bottom {
  text-align: center;
  clear: both;
	background: #f6f6f6 url(../images/layout/dotted-lines.gif) repeat-x;
	margin: 30px  0 0 0;	
  padding: 2px 0 0 0;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size: 10px;		
	color: #777;
}

#footer-bottom a:hover { border: none; }
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* post */
.post {
	margin: 15px 0;
	background: url(../images/layout/dotted-lines.gif) repeat-x left bottom;
  padding: 0 0 15px 0;   
}

.post h3, .post h4, .post h5 {
  margin:  0;
  padding: 0;
}

.post .image-section {
	clear: both;
	display: block;
	margin: 25px 0 10px 20px;
	padding: 0;
}
.post .image-section img {
	background: #FAFAFA;
   border: 1px solid #ECECEC;	
	padding: 12px;
}
.post .postmeta {	
	padding: 5px 15px;
  margin: 20px 0 15px 0;	
	background: #f9fbfd; 
	border: 1px solid #eaf1f5;
}
.post .postmeta a { background: transparent; }
.post .postmeta a:hover { border: none; }
.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date { margin: 0 10px 0 5px;	}

.post .post-info, 
#featured .post-info { font-size: .95em; margin-top: 0; color: #B0B0B0; }

.post .post-info a, .post .post-info a:visited,
#featured .post-info a, #featured .post-info a:visited { color: #8BB92E; border: none; }

.post .tags {
	padding: 5px 15px;
  margin: 20px 0 15px 0;	
	border-top: 1px solid #eaf1f5;
	border-bottom: 1px solid #eaf1f5;
}

/* comments list */
ol.commentlist {
	margin: 0;
	padding: 0;
}

h3#komentarze {
  margin: 15px 0 0 0;
  font-size: 16px;
}

.commentlist li {
	margin: 0 0 10px 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
  	background: #F8F8F8; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	padding: 0;
  font-size: 11px;
  	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 5px 0 0 0;
}


/* archives */
ul.archive {
	background: url(../images/layout/dotted-lines.gif) repeat-x left top; 
	margin: 15px 20px 20px 20px;
	padding: 0;	
}
ul.archive li {
	list-style: none;
	background: url(../images/layout/dotted-lines.gif) repeat-x left bottom; 
	margin: 0;
	padding: 10px 5px;
}
ul.archive li .post-title {
	margin: 0;
	padding: 0;
	font-size: 1.2em;	
}
ul.archive li .post-title a {
	color: #555;
}
ul.archive li .post-title a:hover {
	border: none;
	color: #222;
}
ul.archive li .post-details {
	font-size: .9em;
	margin-left: 0;
	margin-top: 0;
}
ul.archive li .post-details a {
	border: none;
}

/* pagenavigation */
.page-navigation {
	margin: 10px 20px 10px 20px;
	padding: 5px 15px;
	background: #F9F9F9;	
	border: 1px solid #F0F0F0;	
	width: 510px;
}
.page-navigation a:hover {
	border: none;
	color: #333;
}

/* thumbnails */
p.thumbs { 
	padding: 10px 0 0 0px; 
	margin: 0 0 0 15px;
}
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 4px;
	background: #FAFAFA;
   border: 1px solid #EDEDED;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;	
}
.thumbs a:hover { background-color: transparent; border: none }


/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg {	background: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}






/**
 *  komunikaty
 */
.msg-ok,.msg-error,.msg-info,.msg-alert {
  border:1px solid;
  background-repeat:no-repeat;
  background-position:3px center;
  text-align:left;
  border-radius:15px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  margin:8px 0;
  padding:15px 5px 15px 40px;
  position: relative;
}

.msg-ok a.close,.msg-error a.close,.msg-info a.close,.msg-alert a.close {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 20px;
  text-decoration: none;
}

.msg-ok {
  color:#060;
  background-color:#DFF2BF;
  background-image:url('../images/layout/ikony/icon-ok.png');
  border-color:#8EC46C;
}

.msg-error {
  color:#D8000C;
  background-color:#FFCFCF;
  background-image:url('../images/layout/ikony/icon-error.png');
  border-color:#DF7D86;
}

.msg-info {
  color:#00529B;
  background-color:#BDE5F8;
  background-image:url('../images/layout/ikony/icon-info.png');
  border-color:#6D94F7;
}

.msg-alert {
  color:#9F6000;
  background-color:#FEEFB3;
  background-image:url('../images/layout/ikony/icon-alert.png');
  border-color:#DFA853;
}


/**
 *  navigator
 */

#nawigator {
  position: absolute;
  bottom: 5px;
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

#nawigator li {
  float: left;
  padding: 0px 5px 0px 18px;
  background: transparent url('../images/layout/ikony/strzalka_nav.png') left center no-repeat;
}

#nawigator li.a_link {
 	text-decoration: none;
  cursor: pointer;
  color: #99cc33;
}

#nawigator li.a_link:hover {
 	text-decoration: none;
}

#nawigator .pierwszy {
  background: transparent url('../images/layout/ikony/kompas.png') left center no-repeat;
  padding-left: 22px;
}

#nawigator .ostatni {
 /* padding: 2px 10px 3px 20px;*/
}

/**
 * tagi wpisu
 */


.tagi_wpisu {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0 0 0;
  padding: 5px 15px;
  margin: 20px 0 15px 0;	
	border-top: 1px solid #eaf1f5;
	border-bottom: 1px solid #eaf1f5;
  
}

.tagi_wpisu h3 {
  font-size: 10px;
  float: left;
  margin: 3px 0;
  padding: 0 5px 0 0;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
  
}

.tagi_wpisu h3 a {
  padding: 0px 5px;
  background: #f2f2f2;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tagi_wpisu h3 a:hover {
  border: 0;
  background: #e3e3e3;
}


.tagi_wpisu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tagi_wpisu li {

  padding: 0;
  margin: 0;
  list-style: none;
}
/**
 * chmura tagów w menu
 */
.chmura_tagow {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
}

.chmura_tagow li {
  display: inline;
  
}

.chmura_tagow li a {
  padding: 1px 5px;
  background: #f2f2f2;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space:nowrap;
}

.chmura_tagow li a:hover {
  border: 0;
  background: #e3e3e3;
}



/**
 * bbcode
 */
 
.tresc {
  text-align: justify;
}
 
.tresc h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.tresc img {
  vertical-align: middle;
  max-width: 500px !important;
}

/**
 * sortowanie
 */
.sortowanie {
	padding: 5px 15px;
  margin: 20px 0 15px 0;	
	background: #f9fbfd; 
	border: 1px solid #eaf1f5;
}

.sortowanie h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.sortowanie ul {
  margin: 0;
  padding: 0;
  
}

.sortowanie li {
  display: inline;
  list-style: none;
  margin: 0 20px 10px 0;
  padding: 0;
  
}

/**
 * podobne wpisy
 */
 
.podobne_wpisy {
  clear: both;
}
 
.podobne_wpisy ul {
  margin: 0;
  padding: 0;
}

.podobne_wpisy ul li {
	border-bottom: 1px solid #eaf1f5;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.podobne_wpisy ul li h3 {
  font-size: 13px;
}

.podobne_wpisy ul li div.zajawka {
  font-size: 12px;
  text-align: justify;

}

/* form elements */
form.form {
	margin: 10px 20px; 
	padding: 15px 25px 25px 25px; 
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
}
form.form .blok {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #666666;
}
form.form label {
	font-weight: bold;
	color: #666666;
}
form.form input,
form.form select,
form.form textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}

form.form input.button,
form.form p.submit input { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background:#B4DB6F;	
	border-width: 1px;
	border-style: solid;
  border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
}

#mini_edytor label,
#formularz_kontaktowy label {
  float: left;
  width: 80px;
  margin: 0;
  padding: 5px 0;
}

#mini_edytor input, #mini_edytor textarea,
#formularz_kontaktowy input, #formularz_kontaktowy textarea {
  float: right;
  width: 330px;
  margin: 0;
}

#mini_edytor .blok,
#formularz_kontaktowy .blok {
  float: left;
  clear: both;
  margin: 5px 0;
  padding: 5px;
}

form.formularz p,
#formularz_kontaktowy p {
  clear: both;
}

#mini_edytor em, #mini_edytor .error,
#formularz_kontaktowy em, #formularz_kontaktowy .error {
  color: #0788C3;
}

#mini_edytor .blok.error,
#formularz_kontaktowy .blok.error {
  border: 1px solid #0788C3;
}

#mini_edytor .blok.error h4,
#formularz_kontaktowy .blok.error h4 {
  text-align: center;
}

#mini_edytor p,
#formularz_kontaktowy p {
  padding : 5px;
}

#mini_edytor p.submit input,
#formularz_kontaktowy p.submit input {
  width: auto;
  float: right;
  cursor: pointer;
}

h4.komunikat {
  color: #0788C3;
}

/**
 * galeria
 */

/* Images */
.foto_galeria {
	background: #FAFAFA;
  border: 1px solid #E4E4E4;
	padding: 8px 8px 4px 8px;
}

.foto_galeria.lewo {
  margin: 0 10px 5px 0;
}

.foto_galeria.srodek {
  margin: 0 auto;
}

.foto_galeria .opis {
  margin: 0;
  padding: 5px 0 0;
  font-size: 10px;
  line-height: 1;
  text-align: center; 
}

.foto_galeria a:hover {
  border: 0;
}

.foto_galeria .opis a:hover {
  border-bottom: 1px dotted #0788C3;  
}


/**
 * menu z flagami
 */

#flagi img {
  padding-right: 5px;
}

#flagi li img {
  opacity:0.5;
  filter:alpha(opacity=50);
}

#flagi li.aktywny img,
#flagi li a:hover img {
  opacity:1;
  filter:alpha(opacity=1);
}


/**
 * chmura zapytań
 */

.chmura_zapytan {
  width: 920px;
  margin: 5px auto;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;  
}
.chmura_zapytan ul {
  margin: 0;
  padding: 0;
}

.chmura_zapytan h3 {
  color: #666 !important;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #eee;
}

 
.chmura_zapytan ul li,
.chmura_zapytan ul li h4,
.chmura_zapytan ul li h3,
.chmura_zapytan ul li h2 {
  display: inline;
  font-size: 1.4em !important;
}

.chmura_zapytan a {
  text-decoration: none;
}
 
.chmura_zapytan a:hover {
  text-decoration: underline;
}


/**
 * dolny boks ze slowami kluczowymi
 */
#content-outer {
  position: relative;
  padding-bottom: 70px;
}
 
#dolny-boks {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#dolny-boks h2 {
  font-size: 11px;
}

#dolny-boks p {
  /*border-bottom: 1px dotted #ccc;*/
  margin: 2px 0;
  padding: 0;
}

#dolny-boks div.srodek {
  text-align: left;
  background: #fff;
  width: 900px;
  font-size: 10px;
  margin: 0 auto;
  line-height: 1.3;
}
#dolny-boks div.srodek div {
  height: 80px;
  overflow: auto  
}

#dolny-boks ul li {
  display: inline;
  margin: 0 3px;
}

#dolny-boks ul {
  margin: 0;
  padding: 0;
}

/**
 * zajawka
 */

.img_zajawka {
  float: left;
  padding: 0 5px 5px 0;
}

.img_zajawka img {
  cursor: pointer;
}


/**
 * boks realizacje
 */

.boks_realizacja {
  clear: both;
}

.boks_realizacja img {
  float: left;
  margin-right: 10px;
  padding: 1px;
  border: 1px solid #666;
}



