body {
  font-family:Tahoma;
  font-size:12px;
  color:#898989; /*kolor czcionki*/
  background:black;
}

a{
  text-decoration:none;
  color:#B7B7B7; /*kolor niezaznaczonych odnosnikow*/
}

#mainpage
{
  	margin:0px auto;
	width:902px; 
	background:white;
}

#header
{
	width:902px;
	height:162px;
	background: url('../images/header.jpg') no-repeat;
 
}
#header a
{
  display:block;
  width:100%;
  height:100%;
}

#infopanel
{
  	width:461px;
  	height:23px;
  	background: url('../images/music_beat.jpg') no-repeat left;
  	padding: 20px 0px 0px 170px;
  	color:black;
  	/*border: 1px black solid;*/
}

#mainblock
{
  	width:902px;
  	margin:0px 0px 0px 0px;

}
#footer
{
	clear:both;
  	width:902px;
  	height:26px;
  	padding:14px 0px 0px 0px;
  	background: url('../images/footer.jpg') no-repeat top;
  	text-align:center; 
  	font-size:11px;
}
/*PANEL SRODKOWY*/
#main_panel
{
	  float:left;
	  width:589px;
	  min-height:59px;
	  margin: 0px 0px 10px 26px;
}

#right_panel
{
	  width:245px;
  	  float:right;
  	  margin: 0px 0px 10px 0px;
  	  /*border: 1px black solid;
*/}

/*MENU*/
.menu
{
	  width:211px;
	  padding:0px;
	  margin:0px;
	  list-style:none;
}

.menu li
{
  	width:211px;
	height:30px;
 	background: url('../images/menu_item.jpg');  
}

.menu a
{
  	 display:block;
 	 width:167px;
  	 height:22px;
  	 padding:7px 0px 0px 44px;

}

.menu a:hover
{
	background: url('../images/menu_item_active.jpg'); 
	color:red;  
	width:147px;
	border-right: 20px solid red; 
}



.main_bar
{
	width:533px; 
	height:21px; 
	background: url('../images/main_panel_bar.jpg') no-repeat;
	padding: 10px 0px 0px 55px;
	font-size:12px;
	color:#B7B7B7;
}
.main_box
{
  	width:548px; 
  	padding:5px 10px 5px 30px;
}
.main_footer{
  	text-align:right;
	margin: 15px 0px 0px 0px ;
	width:518px;
	padding:5px 40px 5px 30px;
}

.right_bar
{
	width:245px;
	height:58px;
}

.right_box
{
  	width:211px;
  	margin: 0px 0px 0px 16px;
  	background: url('../images/right_panel_box.jpg') repeat-y;
  	
}
.right_down
{
  	width:211px;
  	height:48px;
  	margin: 0px 0px 0px 16px;
  	background: url('../images/right_panel_down.jpg') no-repeat;
	    
}

/*KLASY FORMATUJACE */
.menu_image /*OBRAZEK MENU GLOWNE*/
{
  	background:url('../images/menu_image.jpg');
}
