body {
  background-color: #fff;
  font-family: Courier New;
  text-align: center;
}

h1 {
  display:block;
}
a {
  color: #fff;
}
#menu a {
  display: block;
  z-index: 10;
  width: 300px;
  height: 400px;
  position:absolute;
  top: 0px;
  left: 0;
  background: url(img/about.png) no-repeat top left;
}
#menu a:hover {
  background-position: -300px 0px;
}
#kontakt a {
  display: block;
  z-index: 10;
  width: 400px;
  height: 280px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(img/kontakt.png) no-repeat top right;
}
#kontakt a:hover {
  background-position: 0px -300px;
}

#container {
  margin: auto;
  width: 1000px;
  /*
  border: 1px solid black;
  */
}
#header {
  width: 100%;
  height: 350px;
  margin: 50px 0 0 0;
  padding: 1px;
  background: url(img/header.png) no-repeat top left;
}
#header h1 {
  display:none;
}
#footer_top {
  position: relative;
  width: 100%;
  height: 26px;
  left: 0px;
  top: 83px;
  background: url(img/footer-top.png) repeat-x top left;
  background-color: #000;
  float:left;
}
#footer_left {
  clear: both;
  position: relative;
  width: 100%;
  height: 83px;
  left: 0px;
  top: 0px;
  background: url(img/footer-left.png) no-repeat top left;
  float: left;
}
#footer_cont {
  clear: both;
  background-color: #000;
  width: 100%;
  position: relative;
  width: 100%;
  height: 200px;
  left: 0px;
  top: 0px;  
  text-align: left;
}
#footer_cont  p {
  width: 800px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin: 0px;   
}
#footer_cont img{
  float: left;
  margin: 0 30px 0 30px;
  padding: 5px;
  background: url(img/img-bg.png) repeat-x top;
  background-color: #13e5e5;
  border: 1px solid black;
  
}
.wpis {
  text-align: left;
  margin-left: 100px;
  padding: 1px;
}
.kol-1 {
  
  width: 490px;
  float: left;
}
.kol-1 h2{
  height: 100px;
  background: url(img/title-bar.png) no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  padding: 25px 0 0 30px;
}
.kol-1 span {
  z-index: -1;
  position: relative;
  top: -120px;
  left: -120px;
  color: #fff;
  padding: 5px;
  background-color: #000;
  font-size: 17px;
  font-weight: bold;

}
.kol-1 img {
  z-index: -1;
  position: relative;
  top: -60px;
  left: 10px;
  padding: 5px;
  background: url(img/img-bg.png) repeat-x top;
  background-color: #13e5e5;
  border: 1px solid black;
}

.kol-2 {
  width: 300px;
  float: left;

}
.kol-2-cont {
  margin: 15px 0 0 0;
  height: 310px;
  color: #fff;
  font-size: 14px;
  padding: 15px 15px 0px 50px;
  background: url(img/opis-bg.png) no-repeat;
}
.foto_gal {
  text-align: right;
  width: 250px;
  margin-left: 30px;
  margin-bottom: 60px;
}
.foto_gal a img {
  padding: 3px;
  margin: 0px;
  background-color: #13e5e5;
  border: 1px solid black;
  width: 60px;
  height: 60px;
}
.foto_gal a:hover img {
  background-color: #000;
}
.kolor1 {
  color: #13e5e5;
}
.kolor2 {
  color: #D9D917;
}
.kolor3 {
  color: #35D31D;
}
.kolor4 {
  color: #C601C9;
}
.kolor5 {
  color: #FF6600;
}
