@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
}
body,td,th {
	color: #9D9D9D;
	font-family: Trebuchet MS;
	font-size: 12px;
}
a img {
border: 0;
}
.menu_up {
	font-size: 10px;
	height: 15px;
	border-bottom: solid 1px #069;
}
.przycisk {
	color: #069;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-variant: normal;
	background-color: #000;
}
.form {
	font-size: 10px;
	font-variant: normal;
	color:#000;
}
a:link {
	text-decoration: none;
	color:#069;
}
a:visited {
	text-decoration: none;
	color:#069;
}
a:hover {
	text-decoration: none;
	color:#069;
}
a:active {
	text-decoration: none;
	color:#069;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; 

    text-decoration:none;
	}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
	position:absolute;
	width:300px;
    border:1px solid #0367B8;
    background-color:#000; color:#069;
    text-align: center;
	color: #9D9D9D;
}
div#pro1 {
text-align: center;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
border-top:1px solid #069;
background-color:#000000;
font-size:10px;
}
html > body div#pro1 { 
position: fixed; 
}
div#pro2 {
text-align: center;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
border-top:1px solid #069;
background-color:#000000;
font-size:10px;
}
html > body div#pro2 { 
position: fixed; 
}
div#ad {
text-align: center;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
}
 
html > body div#ad { 
position: fixed; 
}
.bb{
font-weight: bold;
color:#069;
}

