/*------------------------------------------------------------------
[Podstawowe informacje o tym CSS]

Strona: www.corunum.pl
Dla: COR UNUM - wspolnota ludzi jednego serca
Autor: Lukasz Bachur - friskweb.pl, kodowane reczne
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Style uniwersalne]
-------------------------------------------------------------------*/

body {
  background: #fff url(img/bg.gif) top left repeat-x;
  margin: 0;
  padding: 0;
  text-align: center; /* fix for IE 5 */
  color: #6d6c6c;
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 150%;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 15px 0;
}

a {
  color: #d35d4a;
  text-decoration: underline;
}

a:hover {
  color: #b75141;
  text-decoration: none;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.h1bold {
  font-size: 1.1em;
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.darker {
  color: #3e3d3d;	
}

h1 {
  color: #6d6c6c;
  font-family: arial, sans-serif;
  font-size: 1em;
  margin: 0 0 15px 0;
  text-align: center;
}

h2 {
  color: #6d6c6c;
  font-family: arial, sans-serif;
  font-size: 1em;
  margin: 25px 0 15px 0;
  text-align: center;
}

h3 {
  color: #6d6c6c;
  font-family: arial, sans-serif;
  font-size: 1.2em;
  margin: 25px 0 15px 0;
  text-align: center;
}

h4 {
  color: #45799a;
  font-family: arial, sans-serif;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  background: transparent url(img/date_bg.gif) top left no-repeat;
}


/*------------------------------------------------------------------
[Glówny kontener]
-------------------------------------------------------------------*/


#strona {
  width: 925px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}


/*------------------------------------------------------------------
[Content - struktura]
-------------------------------------------------------------------*/

#top {
  width: 925px;
  height: 190px;
  background: transparent url(img/topbg.jpg) top left no-repeat;
  margin: 0;
  padding: 0;
}

.middle {
  width: 925px;
  margin: 0;
  padding: 0;
}

.middletxt {
  width: 430px;
  margin: 60px 0 0 115px;
  font-family: georgia, serif;
  font-style: italic;
  font-size: 1.3em;
  color: #6c78ca;
  float: left;
  line-height: 150%;
}

.content {
  width: 925px;
  margin: 40px 0 0 0;
  float: left;
}

.wspolpraca {
  width: 155px;
  margin: 0 65px 0 0;
  float: left;
}

.main_info {
  width: 440px;
  margin: 0 65px 0 0;
  float: left;
}

.jeden_procent {
  width: 200px;
  margin: 0;
  font-size: 0.9em;
  text-align: justify;
  float: left;
  line-height: 150%;
}

.left_column {
  width: 570px;
  margin: 0 55px 0 0;
  float: left;
}

.right_column {
  width: 300px;
  margin: 0 0 0 0;
  float: left;
}

.podpis {
  width: 350px;
  float: right;
  font-size: 0.8em;
  text-align: center;
  line-height: 140%;
  margin: 30px 0 10px 0;
}

.gototop {
  width: 100%;
  border-bottom: 1px solid #d4e7d2;
  padding: 0;
  margin: 10px 0 35px 0;
  text-align: right;
  color: #b2c4b0;
  text-transform: uppercase;
  background: transparent url(img/top_arrow.gif) bottom right no-repeat;
}

.gototop p {
  padding: 0 15px 0 0;
  margin: 0;
  text-align: right;
  color: #b2c4b0;
  font-size: 0.7em;
  text-transform: uppercase;
  line-height: 120%;
}

.gototop a {
  color: #b2c4b0;
  text-decoration: none;
}

.skrot {
  width: 90%;
  margin: 10px 0 0 0;
  padding: 0 0 10px 25px;
  font-size: 0.9em;
  line-height: 110%;
  background: transparent url(img/card.gif) top left no-repeat;
  border-bottom: 1px solid #dbd8d8;
}

.skrot1 {
  width: 90%;
  margin: 25px 0 0 0;
  padding: 0 0 10px 25px;
  font-size: 0.9em;
  line-height: 110%;
  background: transparent url(img/card.gif) top left no-repeat;
  border-bottom: 1px solid #dbd8d8;
}

.skrot a, .skrot1 a {
  color: #6d6c6c;
  text-decoration: none;
}

.skrot a:hover, .skrot1 a:hover {
  color: #000000;
  text-decoration: none;
}

.date {
  width: 46px;
  color: #fff;
  padding: 3px 0 0 0;
  margin: 0 25px 0 0;
  font-size: 1.2em;
  text-align: center;
  line-height: 130%;
  float: left;
}

.miesrok {
  font-size: 0.5em;
  font-weight: normal;
  line-height: 100%;
}

.details {
  color: #acc6d6;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 200%;
}

.news {
  margin: 20px 0 35px 0;
}

/*------------------------------------------------------------------
[Menu]
-------------------------------------------------------------------*/

.distext {
  text-align: left;
  display: none;
}

#navigationcontainer {
  margin: 27px 0 0 0;
  width: 445px;
  border: 0;
  float: right;
}

#navleft {
  margin: 0 45px 0 0;
  width: 200px;
  border: 0;
  float: left;
}

#navright {
  margin: 0;
  width: 200px;
  border: 0;
  float: left;
}

#navleft ul.sitenav, #navright ul.sitenav {
  margin: 0;
  overflow: hidden;
  width: 200px;
}

#navleft ul.sitenav li, #navright ul.sitenav li {
  display: block;
  float: left;
  height: 23px;
  margin: 0 0 10px 0;
}

#navleft ul.sitenav li a, #navright ul.sitenav li a {
  display:block;
  height:100%;
  width:100%;
}

ul.sitenav li.glowna	 	{ width:200px; }
ul.sitenav li.onas			{ width:200px; margin-left: 0; }
ul.sitenav li.statut	 	{ width:200px; margin-left: 0; }
ul.sitenav li.oratorium 	{ width:200px; margin-left: 0; }
ul.sitenav li.bank		 	{ width:200px; margin-left: 0; }
ul.sitenav li.warsztaty	{ width:200px; margin-left: 0; }
ul.sitenav li.projekty	 	{ width:200px; margin-left: 0; }
ul.sitenav li.wakacje		{ width:200px; margin-left: 0; }
ul.sitenav li.aktualnosci	{ width:200px; margin-left: 0; }

ul.sitenav li a				{ border: 0; }
ul.sitenav li.glowna a			{ background:url(img/menu/m1.gif) no-repeat; }
ul.sitenav li.onas a			{ background:url(img/menu/m2.gif) no-repeat; }
ul.sitenav li.statut a			{ background:url(img/menu/m3.gif) no-repeat; }
ul.sitenav li.oratorium a		{ background:url(img/menu/m4.gif) no-repeat; }
ul.sitenav li.bank a			{ background:url(img/menu/m9.gif) no-repeat; }
ul.sitenav li.warsztaty a		{ background:url(img/menu/m5.gif) no-repeat; }
ul.sitenav li.projekty a 		{ background:url(img/menu/m6.gif) no-repeat; }
ul.sitenav li.wakacje a		{ background:url(img/menu/m7.gif) no-repeat; }
ul.sitenav li.aktualnosci a	{ background:url(img/menu/m8.gif) no-repeat; }

ul.sitenav li.glowna a:hover		{ background-position: 0 -24px;  border-bottom: 0; }
ul.sitenav li.onas a:hover			{ background-position: 0 -24px;  border-bottom: 0; }
ul.sitenav li.statut a:hover		{ background-position: 0 -24px;  border-bottom: 0; }
ul.sitenav li.oratorium a:hover	{ background-position: 0 -24px;  border-bottom: 0; }
ul.sitenav li.bank a:hover			{ background-position: 0 -24px;  border-bottom: 0; }
ul.sitenav li.warsztaty a:hover	{ background-position: 0 -24px;  border-bottom: 0; }
ul.sitenav li.projekty a:hover		{ background-position: 0 -24px;  border-bottom: 0; }
ul.sitenav li.wakacje a:hover		{ background-position: 0 -24px;  border-bottom: 0; }
ul.sitenav li.aktualnosci a:hover	{ background-position: 0 -24px;  border-bottom: 0; }


/*------------------------------------------------------------------
[Obrazy]
-------------------------------------------------------------------*/

#foto_kids {
  border: 0;
  margin: 13px 0 0 60px;
  float: left;
}

.img_wspolpraca {
  border: 0;
  margin: 5px 0 5px 0;
  float: left;
}

#reports {
  border: 0;
  float: left;
  margin: 0;
}

#reports a {
  border: 0;
  float: left;
}

.header {
  margin: 3px 0 15px 0;
}

.img_1procent {
  border: 0;
  margin: 5px 0 10px 0;
  float: left;
}

.thumbs, .thumbs a {
  border: 0;
  margin: 35px 0 0 0;
}

.foto_section {
  width: 100%;
  float: left;
  margin: 20px 0 30px 0;
}

.foto {
  width: 165px;
  margin: 0 6px 6px 0;
  float: left;
}

.foto img, .foto img a {
  border: 1px solid #d1d0d0;
  padding: 1px;
  background-color: #f1f0f0;
  overflow: hidden;
}

/*------------------------------------------------------------------
[Listy]
-------------------------------------------------------------------*/

ul.green {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: disc;
  list-style-position: inside;
  line-height: 150%;
}

ul.green li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  list-style-position: inherit;
  line-height: 150%;
}

ul li {
  margin: 0 0 10px 0;
  padding: 0;
}

ul li.cele {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.sub {
  margin: 0 0 10px 20px;
  padding: 0;
  list-style: none;
  list-style-position: inside;
  line-height: 150%;
}

ul.sub li {
  margin: 0;
  padding: 0;;
}

ul.subinh {
  margin: 0 0 10px 20px;
  padding: 0;
  list-style: disc;
  list-style-position: inside;
  line-height: 150%;
}

ul.subinh li{
  margin: 0;
  padding: 0;;
}

ul.czlonkowie {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  list-style-position: inherit;
  line-height: 110%;
}

select.rok
{
  width: 300px;
  font-family: arial, sans-serif;
  background-color: #fff;
  color: #373737;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  border: 1px solid #c0c0c0;
  float: right;
}


/*------------------------------------------------------------------
[Stopka]
-------------------------------------------------------------------*/

#footer {
  width: 925px;
  height: 60px;
  color: #a3a1a1;
  font-size: 0.75em;
  margin: 40px 0 0 0;
  padding: 13px 0 0 10px;
  background: transparent url(img/footerbg.jpg) top left no-repeat;
  line-height: 170%;
}

#footer a {
  color: #8f8d8d;
  text-decoration: none;
  border-bottom: 1px dotted #8f8d8d;
}

#footer a:hover {
  color: #747474;
  text-decoration: none;
  border-bottom: 1px solid #747474;
}
