<!--

html {
	min-height: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
}

body {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border: 0px;
	margin: 0px;
}

#contenitore {
	width: 800px;
	height: 600px;
	background-color: #FFFFFF;
}

#banner {
	width: 400px;
	height: 75px;
	float: left;
}

#flags {
	width: 400px;
	height: 75px;
	background-color: #FFFFFF;
	margin: 0px auto;
}

#l0 {
	width: 50px;
	height: 20px;
	float: left;
	background-color: #FF9C00;
}

#l1 {
	width: 50px;
	height: 20px;
	float: left;
	background-color: #ffb745;
}

#l2 {
	width: 50px;
	height: 20px;
	float: left;
	background-color: #ffcc7c;
}

#l3 {
	width: 50px;
	height: 20px;
	float: left;
	background-color: #ffdca6;
}

#l4 {
	width: 50px;
	height: 20px;
	float: left;
	background-color: #ffeac8;
}

#l5 {
	width: 50px;
	height: 20px;
	float: left;
	background-color: #fff2dd;
}

#l6 {
	width: 50px;
	height: 20px;
	float: left;
	background-color: #ffffff;
}

#links {
	width: 448px;
	height: 19px;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom: 1px #FF9C99 solid;
	border-left: 1px #FF9C99 solid;
	float: left;
}

#maincontent_sx {
	width: 689px;
	height: 485px;
	border-left: 1px #FF9C99 solid;
	overflow: auto;
	float: left;
	padding-top: 4px;
	margin: 0px auto;
	color: #000000;
}

#maincontent_dx {
	width: 108px;
	height: 485px;
	float: left;
	border-right: 1px #FF9C99 solid;
	border-left: 1px #FF9C99 solid;
	padding-top: 4px;
	margin: 0px auto;
	color: #FFFFFF;
	background-image: url(imgs/barralaterale.jpg);
}

#bottombar {
	width: 499px;
	height: 19px;
	font-size: 9px;
	letter-spacing: 2px;
	border-left: 1px #FF9C99 solid;
	border-bottom: 1px #FF9C99 solid;
	float: left;
	background-color: #FFDCA6;
	color: #000000;
	text-align: center;
	margin: 0px auto;
	vertical-align: middle;
}

#mailbar {
	width: 299px;
	height: 19px;
	border-bottom: 1px #FF9C99 solid;
	border-right: 1px #FF9C99 solid;
	float: left;
	background-color: #FFDCA6;	
	color: #000000;
	vertical-align: middle;
}

A:link,A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}

A.mailbar:link,A.mailbar:visited {
	font-size: 10px;
	color: #6353FF;
	text-decoration: none;
}

A.mailbar:hover {
	font-size: 10px;
	color: #3242FF;
	text-decoration: underline;
}

A.linkbar:link,A.linkbar:visited {
	font-size: 12px;
	color: #8BA1FF;
	text-decoration: none;
	word-spacing: 2px;
}

A.linkbar:hover {
	font-size: 12px;
	color: #6353ff;
	text-decoration: underline;
}

TABLE.annuncio {
	background-color: #F5F5F5;
	border: 1px dashed #8A8A8A;
}

TD.annunciohead {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 3px;	
}

TD.annunciotext {
	letter-spacing: 1px;
	color: #000000;
	text-align: justify;
}

TD.annunciotextb {
	letter-spacing: 1px;
	color: #000000;
	background-image: url(imgs/tempio3stelle.jpg);
	background-repeat: none;
}

.roomthumbs {
	border: 1px dashed #8A8A8A;
}

.ash0 {
	margin: 0px auto;
}

A.flaglink {
	border: 0px;
	text-decoration: none;
}

A.sidelink,A.sidelink:Visited,A.sidelink:Active {color: #FFFFFF; text-decoration: none;}
A.sidelink:Hover {text-decoration: Underline}

.infos0 {text-align: Justify}

.fulltable {width: 100%; height: 100%}

.fototable {border: 0px}
.fototext {color: #000000; background-color: #E0E0E0; padding: 1 1 1 1; text-align: justify;font-size: 10px;letter-spacing: 2px}
.tdinfos0 {text-align: justify;font-size:10px;}

.pat0 {font-size: 10px;}

INPUT,TEXTAREA	{border: 1px black solid}
-->