* {
  font-family: Verdana;
  font-size: 13px;
  color: #003A55;
}

body {
  text-align: center;
  padding: 0px;
  margin: 0px;
  background: #dddddd;
}

#container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 0px;
  width: 770px;
  text-align: left;
  vertical-align: top;
  background: white;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
}

#head {
  /* height: 110px; */
  background: yellow;
}

#header {
  height: 100px;
  background: white url(img/logo.png) no-repeat right top;
  border-bottom: 1px solid red;
  padding: 5px 0px 0px 0px
}

#header h1 {
  display: block;
  width: 265px;
  height: 40px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  background: white url(img/biuletyn.png) no-repeat left top;
}

#header h5 {
  display: block;
  width: 371px;
  height: 35px;	
  margin: 0px 0px 0px 10px;
  padding: 0px;
  background: white url(img/nowosci.jpg) no-repeat left top;
}

#header h1 span {
  display: none;
  font-size: 18px;
  font-weight: bold;
}

#header h2 {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 5px;
}

#header #header-address {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 5px;
}


#menu {
  float: left;
  width: 200px;
  text-align: left;
}

#menu h1 {
  height: 35px;
  margin: 15px 10px 0px 10px;
  background: url(img/menu-title-bg-1.png) no-repeat center bottom;
  text-align: center;
}

#menu h1 span {
  display: block;
  padding-top: 10px;
  color: #393939;
}

#menu ul {
  margin: 0px 10px 0px 10px;
  padding: 8px;
  display: block;
  list-style: none;
  background: #f5f5f5;
}

#menu ul li {
  margin: 0px;
  padding: 0px;
  display: block;
}

#menu ul li a {
  font-weight: bold;
  text-decoration: none;
}

#menu ul li a:hover {
   color: red;
}

#menu #menu-foot {
  height: 40px;
  margin: 0px 10px 0px 10px;
  background: url(img/menu-foot-bg.png) no-repeat center top;
}


#content {
  margin: 0px 10px 0px 200px;
  padding: 0px 0px 10px 0px;
}

#content #content-title {
  margin-top: 15px;
  height: 35px;
  background: url(img/content-title-bg.png) no-repeat center bottom;
  text-align: center;
}

#content #content-title span {
  display: block;
  padding-top: 10px;
  color: #393939;
  font-weight: bold;
}


#foot {
  clear: both;
  margin: 0px;
  border-top: 1px solid #a3a3a3;
  padding: 10px;
  background: #ffffff;
}

#foot span {
  font-size: 10px;
  color: #666666;
}

#info {
  text-align: justify;
  text-indent: 20px;
}

/* section : sekcje ------------------------------------------------- */

div.section {
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #e1e1e1;
}

div.section-head {
  margin: 0px;
  padding: 0px;
  background: #ffffff url(img/section-title-bg.png) no-repeat left bottom;
}

div.section-head h1 {
  height: 30px;
  margin: 0px;
  padding: 0px;
}

div.section-head h1 span {
  display: block;
  padding: 7px 0px 0px 12px;
}

div.section-foot {
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: url(img/section-foot.png) repeat-x left top;
}


/*
ciemny #055191
jasny #138aef
*/
div#hit {
  background: #138aef;
}

div#hit div.section-foot {
  height: 40px;
  background: url(img/hit-foot.png) repeat-x left top;
}

div#hit div.item div.item-head {
  background: url(img/star.png) no-repeat right top;
}


/* item : elementy sekcji ------------------------------------------------- */

div.item {
  padding: 15px;
  margin: 10px 10px 0px 10px;
  background: #ffffff url(img/item-bg.png) repeat-x left top;
}

div.item div.item-head {
  margin: 0px 0px 15px 0px;
}


div.item h1 {
  padding: 0px;
  margin: 0px;
  background: none;
  border: none;
}

div.item h2 {
  padding: 0px;
  margin: 0px;
}

div.item h3 {
  padding: 0px;
  margin: 0px;
}

div.item img {
  margin: 0px 0px 10px 10px;
  float: right;
}

div.item div.item-content {
  padding: 0px;
  margin: 15px 0px 0px 0px;
  text-indent: 20px;
  text-align: justify;
  color: #333333;
}

div.item div.item-content ul {
  text-indent: 0px;
}

div.item div.item-content * {
  color: #333333;
}

div.item div.item-content q {
  font-weight: bold;
  color: #222266;
}

div.item div.item-content a {
  font-weight: bold;
  text-decoration: none;
}

div.item div.item-content a:hover {
  color: red;
}

div.item div.item-foot {
  /* Tu to powinno byæ, ale IE ma problemy z tym*/
  /* clear: both; */
}








