#obrazek1
{
	position: absolute;
	left: 0;
	top: 214px;
	width:396px;
	height:55px;
	background-image: url(02-1.gif);
}

#obrazek1:hover
{
	position: absolute;
	left: 0;
	top: 214px;
	width:396px;
	height:55px;
	background-image: url(02-1hover.gif);
}


#obrazek2
{
	position: absolute;
	left: 397px;
	top: 214px;
	width:218px;
	height:55px;
	background-image: url(02-2.gif);
}

#obrazek2:hover
{
	position: absolute;
	left: 397px;
	top: 214px;
	width:218px;
	height:55px;
	background-image: url(02-2hover.gif);
}


#obrazek3
{
	position: absolute;
	left: 616px;
	top: 214px;
	width:286px;
	height:55px;
	background-image: url(02-3.gif);
}

#obrazek3:hover
{
	position: absolute;
	left: 616px;
	top: 214px;
	width:286px;
	height:55px;
	background-image: url(02-3hover.gif);
}
a.link-jedna
{
	position: absolute;
	background-position: left;
	left: 0;
	height: 55px;
	width: 218px;
background-image: url(02-1.gif)}

a.link-jedna:hover
{

	position:absolute;
	height: 55px;
	width: 218px;
background-image: url(02-1hover.gif);
background-position: left;}


.skryj
{
	display: none;
}