body {
  background-color: #323031;
  font-family: Verdana;
}
a {
  color: #000;
}
a:hover, a.active {
  font-weight: bold;
}
#wrapper {
  width: 760px;
  height: 580px;
  background: #D7CD76 url(../images/bg.jpg) no-repeat;
  margin: 0 auto;
  border: 5px solid #AFA762; /*#2E210F;*/
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#header {
  margin-bottom: 25px;
}
#header h1 {
  font-size: 30px;
  color: #F4F09A;
  text-shadow: 1px 1px 1px #000;
  text-indent: -10000px;
}
#header h2 {
  font-size: 14px;
  color: #F4F09A;
  text-indent: -10000px;
}
#logo {
  background: transparent url(../images/logo.png) no-repeat;
  height: 85px;
}
#main {
  width: 100%;
  overflow: hidden;
}
#side {
  float: left;
  width: 200px;
}
#content {
  float: right;
  height: 375px;
  overflow: auto;
  padding-right: 5px;
  width: 500px;
}
#navigation {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
#navigation ul {
  list-style: none;
  /*float: right;*/
  margin: 10px auto;
  width: 450px;
  padding-left: 0px;
}
#navigation li {
  width: 150px;
  float: left;
  text-align: center;
}
#side div {
  margin-bottom: 20px;
}
#side h3 {
  font-size: 16px;
  height: 20px;
  margin-top: 0px;
  text-indent: -1000px;
}
h3#s1 {
  /*background: transparent url(../images/menu-text.png) 0px 0px no-repeat;*/
  background: transparent url(../images/adres.png) no-repeat;
}
h3#s2 {
  /*background: transparent url(../images/menu-text.png) 0px -20px no-repeat;*/
  background: transparent url(../images/godziny.png) no-repeat;
}
h3#s3 {
  /*background: transparent url(../images/menu-text.png) 0px -40px no-repeat;*/
  background: transparent url(../images/kontakt.png) no-repeat;
}
#content p {
  margin-top: 0px;
}