#texty-nadpis{    
  color:yellow;
  text-align:center;
  font-size:large;    
}
#texty_plocha{
  position:relative;    	
  width:450px;
  height:300px;
  overflow: auto;/*uzamknuti obsahu proti preteceni*/  
  margin-left: auto;	     
  margin-right: auto;	
  background:url(../../Images/general/background/b.jpg);
   _background-attachment:fixed;/*pouze pro IE, jinde se to stavi fixne automaticky*/
  
  color:black;
  text-align:center;
  font-weight:bold;
  padding:10px;
  padding:0px;
  border: 1px solid black !important;  
}
#texty_album{
  position:relative;	  
  font-size:small;
  text-align:center;   
  font-weight:bold;
}

#text_button_a{ /* zmena alba*/
  background-color:black;
  color:yellow;	
  font-weight:normal;
  font-size:x-small;
}

#text_button_t{ /* zobrazeni textu*/
  background-color:black;
  color:orange;	
  font-weight:bold;
  font-size:x-small;
}

#song {
  margin:10px;	
  text-align:center;	
}

#texty_form_album{
  background-color:silver;	
  font-weight:bold;
}

#texty_poznamka{
  color:gray;	
  font-size:small;
  font-weight:normal;
  text-align:center;
}
