
/* CSS TABELKA SERWERÓW WYSUWANA */

#panel
{
	/*background: #223344;*/
    background: url(images/bg_serwery.png); /* pink;*/
	padding: 10px;
	width: 600px;
	
	position: fixed;
	margin-top: -160px; /*połowa wysokości panelu w górę */	
	left: 0px;
	top: 50%;
	z-index:100;
}

/*---------przycisk --------*/
.slide_button
{
	background: url('images/button_serwery.png');
	display: block;
	height: 114px;
	text-indent: -9999px;
	width: 20px;

	position: absolute;
	right: -20px;
	top: 0px;
}

.zamknij
{
	background-position: -20px 0px;
}

a:focus { 
outline:none; 
}
