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

html {
  overflow-y: scroll;
}

body {
  font: 12px Tahoma, Verdana, sans-serif;
  line-height: 1.5;
  background: #ededed url(../images/bg.gif) repeat-x;
  color: #555555;
}
a {
  color: #ed1d24;
}
a:hover {
  color: #ff5746;
}
h1 {
  font-weight: normal;
  font-size: 18px;
  color: #6F6F6F;
}
h2, b, strong {
  color: #ed1d24;
}
.inpt {
  border: 1px solid #C8C8C8;
  padding: 4px;
  height: 16px;
}
.btn {
  background: #ed1c24;
  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: 500px;
  left: 50%;
  margin-left: -250px;
  top: 110px;
  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: 947px;
  margin: auto;
}
#header {
  position: relative;
}
#header-menu {
  position: absolute;
  right: 30px;
  top: 42px;
  height: 69px;
}
#newsletter {
  border: 1px solid #bfbfbf;
  border-left: none;
  border-bottom: none;
  background: #ededed;
  height: 41px;
  position: relative;
}
#newsletter img {
  position: absolute;
  left: 679px;
  top: 0;
}
#newsletter form {
  position: absolute;
  z-index: 100;
  right: -1px;
  top: 41px;
  border: 1px solid #bfbfbf;
  border-top: none;
  width: 265px;
  padding-bottom: 10px;
  padding-left: 10px;
  background: #ededed;
}
#newsletter .inpt {
  width: 185px;
}
#banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 215px;
}
#banner-img {
  float: right;
  width: 623px;
  padding-right: 1px;
  border-top: 1px solid #bfbfbf;
}
#banner-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 324px;
}
#banner-menu a {
  display: block;
  background: #e8e8e8 url(../images/banner-menu-bg.gif) no-repeat;
  padding-left: 46px;
  margin-bottom: 1px;
}
#banner-menu a:hover {
  background-image: url(../images/banner-menu-bg-over.gif);
}
a#banner-menu-plan {
  background: none;
  padding-left: 0;
}

#body {
  min-height: 100px;
  padding: 20px 0;
  width: 920px;
  margin: auto;
}
#content {
  width: 100%;
  overflow: hidden;
  min-height: 200px;
}
#footer {
  border-top: 1px solid #bfbfbf;
  width: 100%;
  overflow: hidden;
  font-size:10px;
  color: #afafaf;
  padding-bottom: 10px;
  padding-top: 5px;
}
#footer a {
  color: #afafaf;
  word-spacing: normal;
}
#footer a:hover {
  color: #ED1C24;
}
#footer-left {
  padding-left: 5px;
  float: left;
}
#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;
}
.home-box1, .home-box2, .home-box3 {
  float: left;
  width: 266px;
  padding: 10px 20px;
}
.home-box2 {
  padding-left: 21px;
}
.home-box3 {
  padding-left: 31px;
  width: 256px;
}
.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, .news, .news-first {
  clear: both;
  border-top: 3px solid #ddd;
  width: 100%; 
  overflow: hidden;
  min-height: 145px;
  padding: 10px 0;
}
.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;
} 
.dane td {
  padding: 0;
  font-size: 11px;
}
.dane td *:first-child {
  margin-top: 0;
}
.dane td *:last-child {
  margin-bottom: 0;
}
td.dane-opis {
  width: 560px;
}

td.dane-kontakt {
  width: 180px;
  padding-left: 10px;
}
td.dane-logo {
  width: 179px;
  padding-left: 10px;
}
.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;
}
