#vlaj span {
	display: none;
}
#cz {
	background-image: url(images/vl_cz.gif);
	position: absolute;
	top: 0px;
	height: 15px;
	width: 21px;
	z-index: 300;
	left: 0px;
	background-repeat: no-repeat;





}
#cz:hover {
	background-image: url(images/vl_cz_akt.gif);
}

#de {
	background-image: url(images/vl_de.gif);
	height: 15px;
	width: 20px;
	position: absolute;
	top: 0px;
	left: 24px;
	background-repeat: no-repeat;



}
#de:hover {
	background-image: url(images/vl_de_akt.gif);
}
#en {
	background-image: url(images/vl_en.gif);
	height: 15px;
	width: 20px;
	position: absolute;
	top: 0px;
	left: 48px;
	background-repeat: no-repeat;



}
#en:hover {
	background-image: url(images/vl_en_akt.gif);
}
#fr {
	background-image: url(images/vl_fr.gif);
	height: 15px;
	width: 20px;
	position: absolute;
	top: 48px;
	left: 0px;
	background-repeat: no-repeat;



}
#fr:hover {
	background-image: url(images/vl_fr_akt.gif);
}
#vlaj {
	height: 20px;
	width: 100px;
	position: absolute;
	top: 251px;
	left: 791px;




}
