/*** FLAGS >>> ***/

#flags, #flags2 {
	margin-top: 0px;
	margin-left: 50px;
	height: 40px;
}
#flags li, #flags2 li {
  display : block;
	text-align : center;
	float: left;
	width: 40px;
	height: 40px;
	background: none;
}
#flags a, #flags2 a {
  display: block;
	width : 40px;
	height : 40px;
}

#flag1 a {
	background : url(images/flag_cz.gif) top center no-repeat;
}
#flag2 a {
	background : url(images/flag_en.gif) top center no-repeat;
}
#flag3 a {
	background : url(images/flag_pl.gif) top center no-repeat;
}
#flag4 a {
	background : url(images/flag_lt.png) top center no-repeat;
}
#flag5 a {
	background : url(images/flag_ru.png) top center no-repeat;
}

#flag1.selected a {
	background : url(images/flag_cz_sel.gif) top center no-repeat;
}
#flag2.selected a {
	background : url(images/flag_en_sel.gif) top center no-repeat;
}
#flag3.selected a {
	background : url(images/flag_pl_sel.gif) top center no-repeat;
}
#flag4.selected a {
	background : url(images/flag_lt_sel.png) top center no-repeat;
}
#flag5.selected a {
	background : url(images/flag_ru_sel.png) top center no-repeat;
}

/*
#flags li.selected {
  background: url(images/flag_sel_bgr.gif);
}
*/
/*** <<< FLAGS ***/

/*** FOOTER >>> ***/

#icos {
  margin-left: 80px;
  margin-top: 39px;
  width: 90px;
	height: 27px;
}

#icos li {
  display : block;
	text-align : center;
	float: left;
	width: 30px;
	height: 27px;
	background: none;
}

#icos a {
  display: block;
	width : 30px;
	height : 27px;
}

#ico1 a {
	background : url(images/footer_home.gif) top center no-repeat;
}
#ico2 a {
	background : url(images/footer_print.gif) top center no-repeat;
}
#ico3 a {
	background : url(images/footer_email.gif) top center no-repeat;
}

#ico1 a:hover {
	background : url(images/footer_home_sel.gif) top center no-repeat;
}
#ico2 a:hover {
	background : url(images/footer_print_sel.gif) top center no-repeat;
}
#ico3 a:hover {
	background : url(images/footer_email_sel.gif) top center no-repeat;
}

/*** <<< FOOTER ***/




