/*Tu zmieniasz kolor tla*/
body {
  background-color: #f0e394;
}
/*Tu zmieniasz obrazek tla strony*/
.tabela_glowna {
   background: url("grafika/1_2.jpg");
   background-repeat: no-repeat;
}
.tlo_podwszystko {
   background: url("grafika/2_l.jpg");
   background-repeat: repeat-y;
}
/*Tu zmieniasz czcionkę i marginesy glownej tresci*/
.tlo_podkolumne{
   background: url("grafika/2_p.jpg");
   background-repeat: repeat-y;
	}
.tresc_glowna{
	font-size: 16px;
	font-family: Garamond, sans-serif;
	font-weight: normal;
	color: black;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
/*Tu zmieniasz marginesy tabeli do zdjec (zastosowanej w grupie teatralnej)*/
.tabela_dozdjec{
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
 }
/*Styl definiujące odstep tekstu od obrazka oblanego tekstem*/
.obrazki_oblane_tekstem {
  margin-right: 0px;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
/*Tu zmieniasz czcionkę i marginesy cytatow*/
.cytat{
  font-size: 16px;
  font-family: Garamond, sans-serif;
  font-weight: bold;

  color: black;
  text-align: justify;
  margin-left: 10px;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/*Tu zmieniasz czcionkę i marginesy podpisow*/
.podpis{
  font-size: 16px;
  font-family: Garamond, sans-serif;
  font-weight: bold;
  color: black;
  margin-left: 10px;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
}
/*Tu zmieniasz czcionkę i marginesy glownej tresci*/
.naglowek{
  font-size: 24px;
  font-family: Garamond, sans-serif;
  font-weight: normal;
  color: black;
  margin-left: 10px;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}
/*Style definiujące czcionkę w linkach w tresci glownej*/
a.link_tresc:link{
  text-decoration: none;
  color: #723d1e;
  }
a.link_tresc:visited{
  text-decoration: none;
  color: #723d1e;
  }
a.link_tresc:hover{
  text-decoration: none;
  color: #723d1e;
}

/*Style definiujące czcionke niepodlinkowaną i wyglad stopki*/
.tabela_stopka{
  font-size: 10px;
  font-family: Verdana;
  font-weight: normal;
  color: #723d1e;
  margin-left: 10px;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
/*Style definiujące czcionke w linkach w stopce*/
a.link_stopka:link{
  text-decoration: none;
  color: #532202;
  }
a.link_stopka:visited{
  text-decoration: none;
  color: #532202;
  }
a.link_stopka:hover{
  text-decoration: none;
  color: #532202;
}
/*Style definiujące polozenie menu*/
.menu_linki_polozenie{
  margin-left: 30px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 30px;
}
/*Style definiujące czcionke w menu*/
a.menu_link:link{
  font-size: 18px;
  font-family: Garamond, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #723d1e;
  }
a.menu_link:visited{
  font-size: 18px;
  font-family: Garamond, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #723d1e;
  }
a.menu_link:hover{
  font-size: 18px;
  font-family: Garamond, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #723d1e;
}
#zawartosc {
  position: absolute;
  background-color: transparent;
	border: 0px;
	top: 0px;
	left:50%;
	margin-left: -490px;
	z-index:1;
}
