/* CSS Document */
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  background-color: #000;
  color: #fff;
  margin: 0px;
  line-height: 1.6em;
}
a {
  text-decoration: none;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.header {
  height: 170px;
  display: block;
}
.fotka {
  float: right;
  width: 250px;
  height: 250px;
  margin-left: 15px;
  margin-top: 15px;
}
.opis {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 95%;
  color: #EEE;
}
.opis p {
  margin: 0;
  margin-top: 5px;
}
.opis a {
  text-decoration: none;
  color: #ACFFF2;
}
.opis a:hover {
  color: orange;
}
.menu_1 {
  height: 32px;
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #555;
}
.menu_2 {
  height: 32px;
  float: left;
}
.flagi {
  float: right;
  margin-top: 8px;
}
.ul_menu {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  list-style: outside none none;
  padding: 0;
  margin: 0;
  height: 32px;
  font-weight: bold;
}
.ul_menu li {
  float: left;
  position: relative;
  line-height: 2em;
  padding: 0;
  margin: 0;
}
.ul_menu a {
  color: #FFF;
  padding: 0 20px;
  display: block;
  font-weight: bold;
  height: 32px;
}
.ul_menu a:hover {
  color: orange;
}
li.menu_3 {
  padding: 0 20px;
  border-bottom: 2px solid orange;
}
p.cytat {
  font-style: italic; 
  margin-bottom: 0; 
  text-align: center;
  margin-left: 25px;
}
.galeria img {
  width: 220px;
  height: 220px;
/*  background-color: #FFF; */
  border: 1px solid #A9A9A9;
  margin: 10px;
  padding: 4px;
}
.galeria img:hover {
  background-color: #FFF;
  cursor: url(../img/lupa.cur), pointer;
}
#kurtyna {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
	opacity: 0.6;
  display: none;
}
#lightbox {
  position: absolute;
  top: 0px; 
  left: 0px;
  width: 100%;
  z-index: 10000;
  display: none;
}
.ramka {
  position: relative;
  background-color: #000;
  width: 1000px;
  height: auto;
  margin: 10px auto;
  border: 1px solid #A9A9A9;
  text-align: center;
  line-height: 100%;
  font-weight: normal;
  padding: 3px;
}
#obrazek {
  width: 100%;
  height: auto;
  max-width: inherit;
  margin-bottom: 5px;
}
#tyt1 {
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFC14E;
}
#tyt2 {
  font-size: 12px;
  font-weight: normal;
  color: #EEE;
}
.message {
  line-height: 1.25em;
}
.message p {
  margin: 8px 0;
  font-size: 14px;
}
.message h1 {
  font-size: 16px;
}
input[type='text'], textarea {
  padding: 3px 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #111;
  background-color: #EEE;
}
input[type='submit'] {
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 14px;
  border: 1px solid #A9A9A9;
  background-color: #000;
  color: #FFF;
  padding: 5px 10px;
  font-weight: bold;
}
input[type='submit']:hover {
  border: 1px solid orange;
  background-color: white;
  color: #111;
}
.img_close {
  height: 32px;
  float: right; 
  cursor: pointer;
}
div.header h1 {
  position: absolute;
  z-index: -1;
}
.clear {
  clear: both;
}
div.footer {
  font-size: 11px;
  padding: 5px;
  color: #888;
  display: block;
  height: 20px;
  border-top: 1px solid #666;
  margin: 8px 0;
  line-height: 1em;
}
.footer div {
  float: left;
  display: inline-block;
  min-width: 33%;
}
.footer a {
  color: #61958D;
}
div.fb-like {
  width: 330px;
  text-align: center;
}
p.gal_inf {
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 5px;
  margin-top: -5px;
  color: #AAA;
}