

/*----------panel----------*/
#panelb
{
	background: #223344;
	padding: 10px;
	width: 250px;
	
	position: fixed;
	margin-top: -100px; /*połowa wysoko?ci panelu w górę */	
	left: 0px;
	top: 35%;
	
}


ul#main_menub
{
	list-style: none;
}

#main_menub a
{
	color: #ffffff;
	text-decoration: none;
}

#main_menub a:hover
{
	text-decoration: underline;
}

/*---------przycisk panelu--------*/
.slide_button
{
	background: url('images/facebook.png');
	display: block;
	height: 32px;
	text-indent: -9999px;
	width: 32px;

	position: absolute;
	right: -31px;
	top: 0px;
}

.zamknij
{
	background-position: -20px 0px;
}

a:focus { 
outline:none; 
}