@charset "utf-8";
/* CSS Document */

HTML, BODY {
	margin: 0;
	padding: 0;
/*	height: 100%;*/
	background-image:url(immagini/sfondo.jpg);
	background-repeat:repeat;
	background-position:top left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

A:link{
	color:#007ab8;
	text-decoration:none;
}
A:visited{
	color:#007ab8;
	text-decoration:none;
}
A:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}
	
IMG {
	border: 0;
}	

#container {
	width: 75%;
	min-width: 750px;
/*	height: 100%;*/
	position: relative;
	margin: 0 auto;
	background-color:#fff;
}

/*body>div#container {
	height: auto;
	min-height: 100%;	
}*/

#header0 {
	width: 100%;
	height: 115px;
	position:relative;
	background-color: #BFD8EC;
	background-image:url(immagini/bordo_header_sx.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top: 1px #1A9AD7 solid;
	border-bottom: 1px #1A9AD7 solid;
}

#header {
	width: 100%;
	height: 115px;
	position:relative;
/*	background-color: #BFD8EC;*/
	background-image:url(immagini/bordo_header_dx.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#body {
	width: 100%;
	min-height: 250px;									/* personalizzabile sul conteuto */
	position: relative;
	padding: 0 0 30px 0;
}

#footer {
	width: 100%;
	height: 20px;
/*	position:absolute;
	bottom: 0;*/
	clear:both;
	background-color: #BFD8EC;
}

/* HEADER */
#logo {
	background-image:url(immagini/logo_esperia3.png);
	background-repeat:no-repeat;
	background-position:top left;
	width: 307px;
	height: 60px;
	position:absolute;
	top: 2px;
	left: 2px;
}

#lingua {
	width: 36px;
	height: 40px;
	position:absolute;
	top: 5px;
	right: 10px;
}

#linea {
	width: 100%;
	height: 50px;
	background-image:url(immagini/linea.png);
	background-position:top;
	background-repeat:repeat-x;
	position:absolute;
	bottom: 0;
	left: 0;
}

#trasparenza {
	width: 100px;
	height: 50px;
	position:absolute;
	bottom: 0;
	left: 0;
}

.quadri_header {
	width: 116px;
	height: 50px;
	position: absolute;
	bottom: 0;
}

/* FOOTER */
.quadri_footer {
	width: 12.5%;
	height: 17px;
	padding-top: 3px;
	float: left;
	text-align:center;
  	font-size: 7pt;
	color: #006;
}

.quadri_footer>A:link {
	color: #006;
	text-decoration:none;
}
.quadri_footer>A:hover {
	color: #006;
	text-decoration:underline;
}
.quadri_footer>A:visited {
	color: #006;
	text-decoration:none;
}

/* BODY */
#colonna_sx {
	margin-left: 10px;
	margin-right: 200px;								/* personalizzabile sul conteuto */
	text-align:justify;
	position:relative;
}

#colonna_dx {
	width: 200px;										/* personalizzabile sul conteuto */
	position:absolute;
	top: 0;
	right: 0;
	text-align:right;
}

#colonna_dx>IMG {
	padding-top: 25px;
/*	padding-bottom: 10px;*/
	padding-right: 10px;
}

.quadri_prenota {
/*	border: 1px #1A9AD6 solid;*/
	width: 200px;
	text-align:center;
	padding: 20px 0;
}

.servizi {
	width: 33%;
	height: 50px;
	float: left;
	font-size: 7.5pt;
	text-align:left;
}

.servizi>IMG {
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}

.quadri_links {
	width: 200px;
	float: left;
}

.quadri_foto {
	text-align: center;
	width: 25%;
	float: left;
	height: 130px;
	padding: 0;
	margin: 0;
}

.quadri_backnext {
	float: right;
	clear: left;
	padding: 0 20px 10px;
}

#footer2 {
	width: 75%;
	height: 50px;
	min-width: 750px;
	position: relative;
	margin: 0 auto;
}

#powered {
	width: 200px;
	height: 40px;
	margin-top: 10px;
	float: right;
}

#powered p {
	font-size: 7pt;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
	line-height: 15px;
	margin: 0 50px 0 0;
	padding: 0;
}

#powered a:link {
	color:#FFF;
}
#powered a:visited {
	color:#FFF;
}
#powered a:hover {
	color:#000;
	text-decoration:underline;
}

/* TESTI */
H1 {
	font-size: 11pt;
}

H2 {
	font-size: 9pt;
}