body {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  background-color: #FFF;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
/* kolorystyka odnosnikow */
a:link {
  color: #004DFF;
  text-decoration: none;
}

a:visited {
  color: #004DFF;
  text-decoration: none;
}

a:active {
  color: #004DFF;
  text-decoration: none;
}

a:hover {
  color: #004DFF;
  text-decoration: underline;
}
img {
  border: 0;
}
div.logo-strony {
  float: left;
  width: 300px;
  height: 90px;
  background-image: url('../images/logo.png');
  margin: 0 0 0 10px;
}
div.logo-strony a {
  float: left;
  width: 300px;
  height: 90px;
}
#index-page {
  float: left;
  width: 1100px;
  background: white;
}
#ogloszenie {
  float: left;
  width: 908px;
  margin: 0 0 20px 95px;
  border: 1px silver solid;
  border-redius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div.ogl-title {
  float: left;
  width: 888px;
  margin: 10px 10px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #505050;
}
div.ogl-miejsce {
  float: left;
  width: 888px;
  margin: 2px 10px 0 10px;
  font-size: 11px;
  color: #909090;
}
div.ogl-miasto {
  float: left;
  width: 888px;
  margin: 2px 10px 0 10px;
  font-size: 15px;
  font-weight: bold;
  color: #505050;
}
div.ogl-miasto a {
  font-size: 11px;
}
#ogl-zdjecia-box {
  float: left;
  width: 684px;
  padding-top: 10px;
  margin: 10px 0 0 111px;
  border: 1px silver solid;
  background: #FBFBFB;
  border-redius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div.ogl-zdjecie-big {
  float: left;
  width: 684px;
  height: 375px;
  text-align: center;
}
div.ogl-zdjecie-big img {
  height: 375px;
}
div.ogl-zdjecie-small {
  float: left;
  margin: 10px 0 10px 19px;
}
div.ogl-zdjecie-small img {
  width: 110px;
  height: 70px;
  padding: 2px;
}
div.ogl-tresc {
  float: left;
  width: 678px;
  margin: 10px 10px 20px 10px;
  font-size: 14px;
  color: #505050;
}
#ogl-ft-left {
  float: left;
  width: 698px;
}
#ogl-dk-right {
  float: left;
  width: 188px;
}
div.ogl-dane {
  float: left;
  width: 168px;
  margin: 10px 10px 0 10px;
  padding: 10px;
  border: 1px silver solid;
  background: #FBFBFB;
  border-redius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 11px;
  color: #606060;
}
div.ogl-kontakt {
  float: left;
  width: 168px;
  margin: 10px 10px 20px 10px;
  padding: 10px;
  border: 1px silver solid;
  background: #FFFFC1;
  border-redius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  color: #606060;
}
div.ogl-kontakt-title {
  float: left;
  width: 168px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}