body {
  margin: 0;
  padding: 0;
  background-image: url(../grafika/bg.gif);
  background-position: top;
  background-repeat: repeat-x;
  }
  
#frame_center {
  width: 800px;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  background-color: #fff;
  }
  
#top {
  width: 802px;
  height: 10px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-image: url(../grafika/top.gif);
  background-repeat: no-repeat;
  font-size: 0;
  }  

#bottom {
  width: 802px;
  height: 10px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-image: url(../grafika/bottom.gif);
  background-repeat: no-repeat;
  }

#baner {
  width: 800px;
  height: 237px;
  background-image: url(../grafika/baner.jpg);
  background-repeat: no-repeat;
  }

#margines {
  padding: 20px;
  }

#stopka, #stopka a, #stopka a:visited { font-size: 1em; font-weight: bold; color: #015999; text-align: center; margin-right: auto; margin-left: auto; margin-top: -18px; width: 500px; margin-bottom: 5px; text-decoration: none; }
#stopka a:hover { color: #d90691; border-bottom-width: thin; border-bottom-style: dotted; border-bottom-color: #d90691; text-decoration: none; }


/* MENU NAWIGACYJNE GŁÓWNE ------------------------------ */

ul#menu_nav {
  width: 800px;
  height: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  background-color: #56688b;
  }

ul#menu_nav li {
  float: left;
  border-right: 1px solid #fff;
  }

#menu_nav li a {
  margin: 0;
  padding: 10px 30px;
  display: block;
  background-color: #56688b;
  text-decoration: none;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  } 

#menu_nav li a:hover {
  margin: 0;
  padding: 10px 30px;
  display: block;
  background-color: #f00;
  text-decoration: none;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  }

#menu_nav li.current a {
  background: #f00;
  }




/* NAGŁÓWKI i TEKSTY ------------------------------ */

h1 {
  font-family: verdana;
  font-size: 13px;
  color: #976438;
  margin: 20px 0;
  padding: 0;
  background-image: url(../grafika/house.png);
  background-repeat: no-repeat;
  text-indent: 23px;
  }

h2 {
  font-family: verdana;
  font-size: 12px;
  color: #364157;
  margin: 30px 0 5px 0;
  padding: 0;
  text-align: left;
  clear: both;
  background-image: url(../grafika/tag_red.png);
  background-repeat: no-repeat;
  text-indent: 20px;
  }

h3 {
  font-family: verdana;
  font-size: 13px;
  color: #976438;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
  clear: both;
  background-image: url(../grafika/house_go.png);
  background-repeat: no-repeat;
  text-indent: 23px;
  }

.text {
  font-family: verdana;
  font-size: 11px;
  color: #364157;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: justify;
  line-height: 140%;
  }  


/* AKTUALNOSCI NEWSY ------------------------------ */

dl {
  margin: 0 15px;
  }

dt {
  font-family: verdana;
  font-size: 12px;
  color: #666;
  font-weight: bold;
  margin-bottom: 5px;
  }
  

dd {
  font-family: verdana;
  font-size: 12px;
  color: #888;
  text-align: justify;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
  }



/* FORMULARZ KONTAKTOWY ------------------------------ */

form {
  font-family: verdana;
  font-size: 10px;
  color: #364157;
  }

.error {
  font-size: 10px;
  color: #f00;
  }

label {
  display: block;
  margin-bottom: 1px;
  }

input {
  margin-bottom: 5px;
  }

#submit {
  display: block;
  margin-top: 5px;
  }

.message {
  font-family: verdana;
  font-size: 11px;
  color: #364157;
  margin: 0;
  padding: 0;
  }


/* GOOGLE MAPS ------------------------------ */

#google_maps {
  width: 500px;
  height: 200px;
  background-image: url(../grafika/googlemaps.jpg);
  background-repeat: no-repeat;
  border: 1px solid #999;
  }

#google_maps a {
  font-family: verdana;
  font-size: 12px;
  text-decoration: underline;
  }

#google_maps a:hover {
  font-family: verdana;
  font-size: 12px;
  color: #f00;
  text-decoration: none; 
  }


/* OPIS KOKRETNEJ INWESTYCJI - OFERTA ------------------------------ */

.lista_inwestycji {
  margin: 0 0 15px 30px;
  padding: 0;
  }

.lista_inwestycji li {
  font-family: verdana;
  font-size: 12px;
  color: #364157;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: justify;
  line-height: 180%;
  }




.opis_oferty {
  margin: 0 0 15px 30px;
  padding: 0;
  }

.opis_oferty li {
  font-family: verdana;
  font-size: 11px;
  color: #364157;
  margin: 0;
  padding: 0;
  text-align: justify;
  line-height: 140%;
  }

.text_line {
  font-family: verdana;
  font-size: 11px;
  color: #364157;
  margin: 20px 0;
  padding: 10px 0;
  text-align: justify;
  line-height: 140%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  }

.googlemaps_inv img {
  margin: 0 0 30px 0;
  }
  
a.googlemaps_inv img {
  float: right;
  border: 1px solid #999;
  }

a:hover.googlemaps_inv img {
  border: 1px solid #f00;
  }

.line {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  font-size: 0;
  border-top: 1px dashed #999;
  clear: both;
  }

a.gallery img {
  border: 1px solid #999;
  margin: 5px;
  }

a:hover.gallery img {
  border: 1px solid #f00;
  }


/* LINKI ------------------------------ */

#drawings_link {
  font-family: verdana;
  font-size: 11px;
  color: #364157;
  text-decoration: underline;
  }

a:hover#drawings_link {
  color: #f00;
  text-decoration: none;
  }


.lista_inwestycji a {
  font-family: verdana;
  font-size: 12px;
  color: #364157;
  text-decoration: none;
  }

.lista_inwestycji a:hover {
  color: #f00;
  text-decoration: underline;
  font-weight: bold;
  }









