﻿/* Stile welcome page hotel bellevue bibione - Novabyte */
html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #5A88C4;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #5A88C4;
}
#centro {
	margin: 3% auto;
	width: 700px;
	height: 525px;
	background: url("../immagini/welcome/quadrotto.jpg");
}
table.picz {
	margin-top: 60px;
	margin-left: 180px;
}
table.flagz {
	margin-top: 280px;
	margin-left: 40px;
}
.alt {
	display: none;
}
/* Links bandiere */
a.ita {
	background: url('ITA.gif') no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.ita:hover {
	background: url('../immagini/welcome/bandierebkgd.gif') no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.deu {
	background: url("../immagini/welcome/DEU.gif") no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.deu:hover {
	background: url('../immagini/welcome/bandierebkgd.gif') no-repeat -60px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
}
a.aus {
	background: url("../immagini/welcome/aus.gif") no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.aus:hover {
	background: url('../immagini/welcome/bandierebkgd.gif') no-repeat -120px 0px;
	width: 50px;
	height: 33px;
	display: block;

}
a.eng {
	background: url("../immagini/welcome/UK.gif") no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.eng:hover {
	background: url('../immagini/welcome/bandierebkgd.gif') no-repeat -180px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.fra {
	background: url("../immagini/welcome/FRA.gif") no-repeat 0px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
a.fra:hover {
	background: url('../immagini/welcome/bandierebkgd.gif') no-repeat -240px 0px;
	width: 50px;
	height: 33px;
	display: block;
}
