﻿}
/*bandiere*/
.bandiere {
	text-align: center;
}
a.ita {
	background: url('Bandiere/ita.jpg') no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.ita:hover {
	background: url('Bandiere/bandierebkgd.gif') no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.deu {
	background: url('Bandiere/deu.jpg') no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.deu:hover {
	background: url('Bandiere/bandierebkgd.gif') no-repeat -59px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.aus {
	background: url('Bandiere/aus.jpg') no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.aus:hover {
	background: url('Bandiere/bandierebkgd.gif') no-repeat -118px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.eng {
	background: url('Bandiere/eng.jpg') no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.eng:hover {
	background: url('Bandiere/bandierebkgd.gif') no-repeat -179px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.fra {
	background: url('/Bandiere/fra.jpg') no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.fra:hover {
	background: url('/Bandiere/bandierebkgd.gif') no-repeat -239px 0px;
	width: 50px;
	height: 33px;
	display: block;
}

