/* === Ogólne definicje === */
body, p, span, img, div, ul, li {
  margin: 0;
  border: none;
  padding: 0;
}
a:link, a:visited, a:hover, a:active {
  color: #ef9d00;
}
a:hover {
  text-decoration: none;
}

body {
  background: #f9f3e3 url(../body_bg.jpg) repeat-x;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#footer p {
  margin-bottom: 0;
  margin-right: 35px;
  padding-top: 3px;
  text-align: right;
  font-size: 0.55em;
  color: #b3aa8e;
}
#footer img {
  margin-right: 35px;
  padding-top: 3px;
  display: block;
  float: right;
}

/* Podstrona "O firmie" */
#ofirmie #content p {
  text-align: justify;
  width: 400px;
}
.wciecie {
  text-indent: 2em;
}
.pozycja_a {
  margin-right: 20px;
  display: block;
  float: right;
}

/* Podstrona "Oferta" */
#punkty {
  margin: 15px 0 15px 60px;
  font-size: 0.9em;
  list-style-type: square;
}
/* Podstrona "Realizacje" */
#realizacje #content {
  padding: 35px 50px 20px 50px;
  width: 678px;
} 
.obiekt {
  width: 290px;
}
.obiekt p {
  margin-bottom: 30px;
  width: 290px;
  font-size: 0.7em;
}
.obiekt img {
  border: 5px solid #c8c3b4;
}
.obiekt.obiekt_p, .pion {
  float: right;
}
.pion img {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #c8c3b4;
}
/* Podstrona "Kontakt" */
#content span {
  padding-left: 55px;
}
label {
  width: 130px;
  display: block;
  float: left;
}
#wyslij, #nform{
  margin-top: 20px;
  margin-left: 130px;
}
#nform {
  margin-top: 120px;
}
em {
  color: #ea0606;
}
.info {
  margin-top: 100px;
  text-align: center;
}
.pozycja {
  margin-top: 30px;
  margin-right: 50px;
  display: block;
  float: right;
}

/* === Konstrukcja strony === */
#header, #content, #footer {
  margin: 0 auto;
  width: 778px;
}
#header {
  height: 318px;
  overflow: auto;
}
#nazwa_h {
  height: 72px;
  background-image: url(../nazwa.jpg);
  background-repeat: no-repeat;
}
#menu_h {
  height: 246px;
  background-image: url(../menu_bg.jpg);
  background-repeat: no-repeat;
}
#menu_h ul, #menu_h ul li {
  display: block;
  list-style: none;
}
#menu_h ul{
  float: right;
  padding-right: 35px;
}
#menu_h ul li {
  float: left;
}
#menu_h ul a:link, #menu_h ul a:visited {
  display: block;
  margin-right: 15px;
  padding-top: 12px;
  height: 35px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 0.95em;
  text-transform: uppercase;
  font-family: "Arial Narrow",Arial;
  color: #e1ddcc;
}
#menu_h ul a:hover {
  color: #cdc5b2;
}
#content {
  padding: 35px 15px 20px 15px;
  width: 748px;
  overflow: auto;
  background:#f9f3e3 url(../content_bg.jpg) no-repeat;
}
#footer {
  /*height: 12px;*/
  background:#f9f3e3 url(../footer_bg.jpg) no-repeat;
}

