
@import url(common.css);
@import url(lightbox.css);

html {
  overflow-y: scroll;
}

body {
  font: 12px Tahoma, Verdana, sans-serif;
  line-height: 1.5;
  background: #ECEEEF url(../images/bg.gif) no-repeat center top;
  color: #555555;
}
a {
  color: #ed1d24;
}
a:hover {
  color: #ff5746;
}
h1, h2 {
  font-weight: normal;
  font-size: 16px;
  font-weight: normal;
  color: #6F6F6F;
  text-transform: uppercase;
}
h1 img, h2 img {
  vertical-align: text-top;
}
b, strong {
  color: #C5223F;
}
.inpt {
  border: 1px solid #c7c7c7;
  padding: 5px;
  height: 16px;
  width: 330px;
}
textarea {
  border: 1px solid #c7c7c7;
  padding: 5px;
  overflow: auto;
  width: 330px;
}
label {
  display: block;
  padding-bottom: 5px;
  padding-top: 10px;
  font-weight: bold;
  color: #C5223F;
}
.btn {
  background: #c5223f;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 11px;
  border: 0;
}
.btn:hover {
  color: #ddd;
}
h1 {
  margin-top: 0;
  margin-bottom: 12px;
}

#popup {
  position: absolute;
  z-index: 1000;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  top: 130px;
  overflow: hidden;
  background: #EFEFEF;
  border: 1px solid #B2B2B2;
}
#popup-close {
  position: absolute;
  right: 1px;
  top: 1px;
}
#popup-text {
  padding: 20px;
}
#popup-text > *:first-child {
  margin-top: 0;
}
#popup-text > *:last-child {
  margin-bottom: 0;
}

#wrapper {
  width: 975px;
  margin: auto;
}
#header {
  position: relative;
  height: 106px;
  overflow: hidden;
  background: url(../images/header-bg.gif);  
  color: #384e5d;
}
#header-txt {
  position: absolute;
  right: 6px;
  top: 36px;
  font-size: 11px;
}
#header-menu {
  position: absolute;
  right: 6px;
  top: 57px;
  height: 48px;
  overflow: hidden;
}
#banner {
  height: 227px;
  overflow: hidden;
  position: relative;
}
#banner-menu {
  width: 245px;
}
#banner-menu img {
  float: left;
  clear: both;
}
#banner-img {
  position: absolute;
  right: 0;
  top: 0;
}
#newsletter {
  position: relative;
  height: 20px;
}
#newsletter form {
  position: absolute;
  right: 0;
  bottom: 53px;
}
#newsletter form img {
  float: left;
}
#newsletter form div {
  background: #c5223f;
  padding: 12px;
  clear: both;
}
#newsletter input {
  vertical-align: middle;
}
#newsletter .inpt {
  width: 190px;
}
#newsletter-slogan {
  position: absolute;
  right: 0;
  bottom: 5px;
}

#body {
  min-height: 100px;
  padding: 1px 0;
  width: 100%;
  margin: auto;
}
#content {
  width: 100%;
  overflow: hidden;
  min-height: 200px;
}
#footer {
  width: 100%;
  margin-top: 10px;
  padding: 7px 0;
  overflow: hidden;
  background: url(../images/footer-bg.gif) no-repeat;
  color: #afafaf;
  font-size:10px;
}
#footer a {
  color: #afafaf;
  word-spacing: normal;
  text-decoration: none;
}
#footer a:hover {
  color: #ED1C24;
}
#footer-left {
  padding-left: 5px;
  float: left;
  word-spacing: 3px;
}
#footer-right {
  padding-right: 5px;
  float: right;
  text-align: right;
}

#home {
  background: transparent url(../images/home-bg.gif) no-repeat top center;
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
}
.home-box1, .home-box2, .home-box3 {
  float: left;
  padding: 10px 1px;
}
.home-box1 {
  width: 380px;
  padding-right: 40px;
}
.home-box2 {
  width: 230px;
  padding-right: 40px;
}
.home-box3 {
  width: 270px;
}
.home-box2-lokale {
  margin: 10px 0;
  position: relative;
  height: 145px;
}
.home-box2-lokale a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.lokal, .lokal-first {
  clear: both;
  border-top: 3px solid #ddd;
  width: 100%; 
  overflow: hidden;
  min-height: 145px;
  padding: 10px 0;
}
.news, .news-first {
  clear: both;
  border-top: 3px solid #ddd;
  width: 100%; 
  overflow: hidden;
  padding: 10px 0;
}
.news-title {
  cursor: pointer;
}
.pagination {
  background: #DDDDDD;
  padding: 5px;
}
.pagination a, .pagination b {
  padding: 5px;
}
.lokal-first, .news-first {
  margin-top: 0;
  /*border-top: none;*/
}
.lokal .float-right, .lokal-first .float-right {
  margin-left: 20px;
  margin-bottom: 10px;
}
.dane {
  border-collapse: collapse;
  width: 100%;
} 
.dane td {
  padding: 0;
  font-size: 11px;
}
.dane td *:first-child {
  margin-top: 0;
}
.dane td *:last-child {
  margin-bottom: 0;
}
td.dane-opis {
}

td.dane-kontakt {
  width: 200px;
  padding-left: 10px;
}
td.dane-logo {
  width: 200px;
  padding-left: 10px;
}
td.dane-logo img {
  max-width: 190px;
}
.dane-more {
  margin-top: 10px;
  margin-bottom: 5px;
}
.dane p {
  margin: 7px 0;
}

.col-left {
  width: 48%;
  float: left;
}
.col-right {
  width: 48%;
  float: right;
}

#plan {
  text-align: center;
}
.logo {
  max-width: 190px;
  max-height: 150px
}

#galeria img, .galeria-zdjecia img {
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #999;
  padding: 1px;
}