/* CSS Document */

html, body { 
	background-color: #000000; 
	margin: 0; 
	padding: 0;
	text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;	
  font-size: 12px;   
  color: #FFFFFF;
}

a:link {
  color: #FFFFFF;
	outline: none;   
}

a:visited {
  color: #FFFFFF;
  outline: none;   
}

a:hover { 
  color: #CC0000;
  outline: none; 
}

#calosc {
	width: 978px;
	margin: 0 auto;
}

#logo a { 
	outline: none; 
	float: left; 
	display: block; 
	width: 978px; 
	height: 220px; 
	background-image: url(../gfx/logo.png);
}

#menu {
	width: 978px;
  height: 30px;
  float: left;
	margin-bottom: 20px;
}
  
#menu ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
  
#menu ul li {
  list-style: none;
	float: left;
	height: 30px;
} 

#menu a {
	outline: none; 
	display: block;
}

a.m_aktualnosci { width: 135px; height: 30px; background: url(../gfx/menu/menu_aktualnosci.png) 0 0 no-repeat;}
a.m_aktualnosci:hover { width: 135px; height: 30px; background: url(../gfx/menu/menu_aktualnosci2.png) 0 0 no-repeat;}
a.m_biografia { width: 102px; height: 30px; background: url(../gfx/menu/menu_biografia.png) 0 0 no-repeat;}
a.m_biografia:hover { width: 102px; height: 30px; background: url(../gfx/menu/menu_biografia2.png) 0 0 no-repeat;}
a.m_sklad { width: 74px; height: 30px; background: url(../gfx/menu/menu_sklad.png) 0 0 no-repeat;}
a.m_sklad:hover { width: 74px; height: 30px; background: url(../gfx/menu/menu_sklad2.png) 0 0 no-repeat;}
a.m_koncerty { width:96px; height: 30px; background: url(../gfx/menu/menu_koncerty.png) 0 0 no-repeat;}
a.m_koncerty:hover { width:96px; height: 30px; background: url(../gfx/menu/menu_koncerty2.png) 0 0 no-repeat;}
a.m_galeria { width: 83px; height: 30px; background: url(../gfx/menu/menu_galeria.png) 0 0 no-repeat;}
a.m_galeria:hover { width: 83px; height: 30px; background: url(../gfx/menu/menu_galeria2.png) 0 0 no-repeat;}
a.m_multimedia { width: 115px; height: 30px; background: url(../gfx/menu/menu_multimedia.png) 0 0 no-repeat;}
a.m_multimedia:hover { width: 115px; height: 30px; background: url(../gfx/menu/menu_multimedia2.png) 0 0 no-repeat;}
a.m_teksty { width: 80px; height: 30px; background: url(../gfx/menu/menu_teksty.png) 0 0 no-repeat;}
a.m_teksty:hover { width: 80px; height: 30px; background: url(../gfx/menu/menu_teksty2.png) 0 0 no-repeat;}
a.m_prasa { width: 75px; height: 30px; background: url(../gfx/menu/menu_prasa.png) 0 0 no-repeat;}
a.m_prasa:hover { width: 75px; height: 30px; background: url(../gfx/menu/menu_prasa2.png) 0 0 no-repeat;}
a.m_wspolpraca { width: 116px; height: 30px; background: url(../gfx/menu/menu_wspolpraca.png) 0 0 no-repeat;}
a.m_wspolpraca:hover { width: 116px; height: 30px; background: url(../gfx/menu/menu_wspolpraca2.png) 0 0 no-repeat;}
a.m_kontakt { width: 102px; height: 30px; background: url(../gfx/menu/menu_kontakt.png) 0 0 no-repeat;}
a.m_kontakt:hover { width: 102px; height: 30px; background: url(../gfx/menu/menu_kontakt2.png) 0 0 no-repeat;}

.aktualnosci { width: 135px; height: 30px; background-image: url(../gfx/menu/menu_aktualnosci2.png); }
.biografia { width: 102px; height: 30px; background-image: url(../gfx/menu/menu_biografia2.png);}   
.sklad { width: 74px; height: 30px; background-image: url(../gfx/menu/menu_sklad2.png);}
.koncerty { width:96px; height: 30px; background-image: url(../gfx/menu/menu_koncerty2.png);}
.galeria { width: 83px; height: 30px; background-image: url(../gfx/menu/menu_galeria2.png);}
.multimedia { width: 115px; height: 30px; background-image: url(../gfx/menu/menu_multimedia2.png);}
.teksty { width: 80px; height: 30px; background-image: url(../gfx/menu/menu_teksty2.png);}
.prasa { width: 75px; height: 30px; background-image: url(../gfx/menu/menu_prasa2.png);}
.wspolpraca { width: 116px; height: 30px; background-image: url(../gfx/menu/menu_wspolpraca2.png);}
.kontakt { width: 102px; height: 30px; background-image: url(../gfx/menu/menu_kontakt2.png);} 


/* style dla: aktualnoci, biografia, prasa, współpraca i kontakt */

#lewa_kolumna {
  width: 758px;
  float: left;
  margin-right: 20px;
  display: block;
}

.news {
  width: 758px;
  float: right;
  display: block;
  margin: 0;
  padding: 0;
}

.news ul li {
  list-style-type: disc;
}

.news_top { 
  float: left; 
  width: 654px; 
  height: 60px;
  padding-left: 52px;
  padding-right: 52px; 
  background-image: url(../gfx/news/news_top.png);
}

.news_data {
  width: 92px;
  height: 60px;
  text-align: left;
  color: #C21C06; 
  text-decoration: none;
}

.news_tytul {
  width: 470px;
  height: 60px;
  text-align: center;
  font-size: 14px; 
  color: #C21C06; 
  font-weight: bold;
}

.news_dodal {
  width: 92px;
  height: 60px;  
  text-align: right;
  color: #C21C06; 
  text-decoration: none;
}
  
.news_middle { 
  float: left; 
  width: 654px; 
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 8px;   
  background-image: url(../gfx/news/news_middle.png);
  text-align: justify;
}

.news_bottom { 
  float: left; 
  width: 654px; 
  height: 60px; 
  padding-left: 52px;
  padding-right: 52px;
  background-image: url(../gfx/news/news_bottom.png);
  margin-bottom: 20px;  
}

#prawa_kolumna {
  width: 200px;
  float: right;
}

.slider {
  width: 200px;
  float: right;
  margin: 0;
  padding: 0;
}

.slider_top { 
  float: left; 
  width: 200px; 
  height: 24px; 
  background-image: url(../gfx/slider/slider_top.png);
}

.slider_middle { 
  float: left; 
  width: 160px; 
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  background-image: url(../gfx/slider/slider_middle.png);
}

.slider_bottom { 
  float: left; 
  width: 200px; 
  height: 24px; 
  background-image: url(../gfx/slider/slider_bottom.png);
  margin-bottom: 20px;    
}

/* style dla multimedia i teksty */

#lewa_kolumna2 {
  width: 477px;
  float: left;
  margin-right: 24px;
  display: block;
}

.news2 {
  width: 477px;
  float: right;
  display: block;
  margin: 0;
  padding: 0;
}

.news2_top { 
  float: left; 
  width: 373px; 
  height: 60px;
  padding-left: 52px;
  padding-right: 52px; 
  background-image: url(../gfx/news2/news_top.png);
}
  
.news2_middle { 
  float: left; 
  width: 373px; 
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 8px;   
  background-image: url(../gfx/news2/news_middle.png);
  text-align: left;  
}

.news2_bottom { 
  float: left; 
  width: 373px; 
  height: 60px; 
  padding-left: 52px;
  padding-right: 52px;
  background-image: url(../gfx/news2/news_bottom.png);
  margin-bottom: 20px;
}

#prawa_kolumna2 {
  width: 477px;
  float: right;  
}


/* style dla: skład, koncerty i galeria */

#zawartosc {
  float: right;
  display: block;
}

.news1 {
  width: 978px;
  display: block;
  overflow: hidden;  
  margin: 0;
  padding: 0;  
}

.news1 ul li {
  list-style-type: disc;
}

.news1_top { 
  float: left; 
  width: 874px; 
  height: 60px;
  padding-right: 52px; 
  padding-left: 52px;  
  background-image: url(../gfx/news1/news_top.png);
}
  
.news1_middle { 
  float: left; 
  width: 874px; 
  padding-right: 52px; 
  padding-left: 52px;  
  padding-top: 20px;   
  background-image: url(../gfx/news1/news_middle.png);
}

.news1_bottom { 
  float: left; 
  width: 874px; 
  height: 60px; 
  padding-right: 52px; 
  padding-left: 52px;  
  background-image: url(../gfx/news1/news_bottom.png);
  margin-bottom: 20px;  
}

/* ========================================================================== */

.tekst {
  text-align: justify;  
}

.tekst a img {
  border: solid 2px #FFFFFF;
}

.tekst a:hover img {
  border: solid 2px #CC0000;
}

.foto {
  text-align: center;
} 

.foto a img {
  border: solid 2px #FFFFFF;
}

.foto a:hover img {
  border: solid 2px #CC0000;
}

.news_title { 
  font-size: 14px; 
  font-weight: bold;
  color: #C21C06; 
  text-decoration: none; 
  text-align: left;
  margin-top: 20px;
}

.srodek {
  text-align: center;
}

.srodek a img {
  border: solid 2px #FFFFFF;
}

.srodek a:hover img {
  border: solid 2px #CC0000;
}	 

.srodek hr {
  margin: 20px;
}
 
.copyright {
  font-size: 11px;
}

.pobierz {           
  text-align: left;
  padding-left: 5px;
  height: 15px;
  font-size: 11px;
}          

.pobierz a {
  text-decoration: none;   
}
