#foto {
	display: block;
	height: 26px;
	width: 268px;
	background-image: url(images/foto_pas.gif);
	background-repeat: no-repeat;
	background-position: 25px 0px;

	

}
#foto span {
	display: none;
}
#foto:hover {
	background-image: url(images/foto_akt.gif);
}
#vlaj span {
	overflow: hidden;
	position: absolute;
	width: 1px;
	left: 0px;
	top: -10000px;
	
}
#cz {
	background-image: url(images/vl_cz.gif);
	position: absolute;
	top: 0px;
	height: 13px;
	width: 22px;
	z-index: 300;
	left: 0px;




}
#cz:hover {
	background-image: url(images/vl_cz_akt.gif);
}
#de {
	background-image: url(images/vl_de.gif);
	height: 13px;
	width: 23px;
	position: absolute;
	top: 0px;
	left: 30px;
}
#de:hover {
	background-image: url(images/vl_de_akt.gif);
}
#vlaj {
	position: absolute;
	top: 10px;
	z-index: 1000;
	height: 40px;
	width: 90px;
	right: 0px;





}
#en {
	background-image: url(images/vl_en.gif);
	height: 13px;
	width: 22px;
	position: absolute;
	top: 0px;
	left: 60px;
}
#en:hover {
	background-image: url(images/vl_en_akt.gif);
}
#obal {
	position: relative;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;



}
body {
	text-align: center;
}

