/* CSS zależny od template'a */

@import url('../../milosierdzie.css');

/* menu do prawej */
#topmenu ul.menu li {
  float: right;
}
#topmenu ul.menu li.item-101 {
  float: left;
}
/* --------------------------- */
/* mniejsza wstega */
#header_container {
  padding: 0px 0 0 0; /* PaK */
}
#header {
  margin: 0 -11px 5px -11px; /* PaK */
  padding:0 0 0 11px;
}
.heckl {
  border-left: 9px solid transparent;
}
.heckr {
  border-right: 9px solid transparent;
}
#footer {
  margin: 0 -11px 0 -11px;
}
.feckl {
  border-left: 9px solid transparent;
}
.feckr {
  border-right: 9px solid transparent;
}
#wrapper #leftcol h3.moduleh3 {
  margin: 10px 0 0 -14px;
}
#wrapper #rightcol h3.moduleh3 {
  margin: 10px -14px 0 0;
}
.h3eckl {
  border-left: 5px solid transparent;
  border-top: 5px solid #222;
}
.h3eckr {
  border-right: 5px solid transparent;
  border-top: 5px solid #222;
}
/* --------------------------- */
/* kolory w menu */
#topmenu ul.menu li a, #topmenu ul.menu li span.separator {
  font-weight: bold;
}
#topmenu ul.menu li a:hover,
#topmenu ul.menu li a:active,
#topmenu ul.menu li a:focus,
#topmenu ul.menu li span.separator:hover,
#topmenu ul.menu li span.separator:active,
#topmenu ul.menu li span.separator:focus {
  color : #976741 !important;
}

#leftcol .module_menu div.lvround-inner {
  font-weight: bold;
}

#leftcol .module div.lvround-inner .read_more,
#leftcol .module div.lvround-inner .read_more a:focus {
  color: #ebb97f !important;
  font-weight: bold;
  text-decoration: none;
}

#scroll_up {
  display: none;
}

#copy a {
  color: #270C01 !important;
}

img.jg_icon {
  display: none;
}

/* --------------------------- */
/* kolory czesci wlasnych */
a:focus {
  color : #330300 !important;
}

.mp_email a,
.mp_email a:focus {
  color: #ebb97f !important;
  font-weight: bold;
  text-decoration: none;
}

.mp_news_section a:hover,
.mp_news_section a:active,
.mp_news_section a:focus {
  color : #330300;
}


.intencje tr {
  color: black;
}

.intencje tr.swieto {
  color: #990000;
}

.intencje tr.uroczystosc {
  color: #000099;
}

.statdataeven {
  background: #C5C4B8;
}