@charset "iso-8859-2";
/* CSS efekty */

a.help{
    position:relative;
    text-decoration:none;}

a.help span{display: none;}

a.help:hover{cursor:help;}

a.help:hover span{
    display:block;
    position:absolute;
    top:2em; left:2em; width:13em;
	border:thin dashed #999999;
    background-color: #000000; color: #CCCCCC;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
    text-align: left;}

