/* Panel Lewy */
#wysuwane

{



    background: url("loga/lewa.png") no-repeat scroll 0 0 transparent;

    

    padding: 100px;

    width: 15px;

    height:12px;

 

    position: fixed;

    margin-top: -190px; /*połowa wysokości panelu w górę */    

    left: -12px;

    top: 45%;

    transition: left 0.5s ease-out 0s; 
	z-index: 0;

}

.zamknij

{

    background-position: 0px 0px -242px 0px;

}
#wysuwane:hover {
    left: -5px;
}
 

.left_link:link {
	font-size: 19px;
	line-height: 17px;
	color: #ffffff;      
	text-decoration: none;}

.left_link:visited {
	font-family: calibri,  Arial, Helvetica, Verdana, Comic Sans MS, sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	}
.left_link:hover {
color:#000000;
font-size: 19px;
font-weight: bold;
line-height: 19px;
text-decoration:none;
background-color: inherit;
}