html 
{
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 100%;
	width: 100%;
}

body 
{	
	background: #ffffff;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;	
}

/*----------panel----------*/
#panel
{
	background: #3B5998;
	padding: 10px;
	width: 346px;
	
	position: fixed;
	margin-top: -100px; /*połowa wysokości panelu w górę */	
	left: 0px;
	top: 50%;
	
}

#panel_1
{
	padding: 10px;
	width: 600px;
	position: absolute;
	background-repeat:no-repeat;
	background-position: bottom;
	width: 600px;
	height: 0px;
	margin-top: 0px;
	
	text-align:center;
	background-color:#FFFFCC;	
	color:#333333;
	font-weight:bold;
	
	margin: 75px 0 0 120px;

	
}


ul#main_menu
{
	list-style: none;
}

#main_menu a
{
	color: #ffffff;
	text-decoration: none;
}

#main_menu a:hover
{
	text-decoration: underline;
}

/*---------przycisk panelu--------*/
.slide_button
{
	background: url(przycisk.gif);
	display: block;
	height: 120px;
	text-indent: -9999px;
	width: 47px;

	position: absolute;
	right: -47px;
	top: 0px;
}

.zamknij
{
	background-position: -20px 0px;
}

a:focus { 
outline:none; 
}