body *
{
behavior: url(hover.htc );
}

#hlavni_matrjoska
{
width: 180px;
}

#hlavni
{
font-family: 'Arial CE', 'Helvetica CE', Arial, sans-serif;
color: #000000;
background: white;
position: relative;
cursor: default;
}

.karticka
{
border: none;
}

.karticka h3
{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

.karticka .telo
{
border: 1px solid #666666;
width: 200px;
min-height: 200px;
_height: 200px; /* IE */
background: white;
position: absolute;
top: -1px;
left: 295px;
display: none;
padding: 10px;
}

.karticka .telo p
{
margin: 0;
padding: 0;
font-weight: bold;
font-size: 14pt;
text-align: justify;
}

.karticka .telo p img
{
	margin: 0 15px 10px 0;
	text-align: left;
	vertical-align: top;
}

.karticka:hover .telo,
.kartickaHover .telo
{
display: block;
}

.karticka:hover h3,
.kartickaHover h3
{
background: #FF9900;
}.zalozka a {
	text-decoration: none;
	color: #000000;
}

