/*stili per il layout fisso*/
html,body {
	margin: 0;
	padding:0;
}
body {
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
}
div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#container a:link {}

/*stili generici, su header e footer*/
#banner_head {
	height:135px;
	background:url(../img/banner_head.jpg) no-repeat;
}
div#header {
	background:url(../img/menu.jpg) no-repeat;
	color: #fff;
	height:62px;
	margin-bottom:5px;
}
h1,h2 {
	margin: 0;
	padding:0;
}
h1 {
	padding-left:0.5em;
	font: bold 2.3em/80px arial,serif;
}
h2 {
	color: #999;
	font-size: 1.5em;
}
div#footer a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/*stili specifici per il layout*/
div#navigation {
	float:left;
	width: 13em;
	height:200px; /*deve essere height:100%; */
}

.pulsantesx {
	width:156px;
	height:25px;
	background-image:url(../img/pulsante.jpg);
	background-repeat:no-repeat;
	line-height:25px;
	text-align:center;
}
.pulsantesx a:link, .pulsantesx a:visited
{
font-family:"trebuchet MS";
font-size:12px;
font-weight:bold;
color:#333333;
text-decoration:none;
padding-left:3px;
}

.pulsantesx a:hover
{
color:#FF6600;
}

div#content {
	position:relative;
	margin-left: 14em;
}

div#content_head {
	height:60px;
}
div#content_body {
	background:url(../img/content_body.jpg) no-repeat;
	height:424px;
}

div#content_body_hotels {
	height:424px;
}
	
div#content_home {
	background:url(../img/content_body_intro.jpg) no-repeat;
	height:424px;
}

div#content_body_testo {
	padding:1em;
}

div#content_body_testo_off {
	padding:1em;
}

div#content_foot {

	background: url(../img/content_foot_offerte.jpg) no-repeat;
	height:21px;
}

div#contentofferte {
	position:relative;
	margin-left: 14em;
}
div#content_body_offerte {
	background:url(../img/content_body_offerte.jpg) repeat-y;
	height:100%;
}


div#footer{
	clear:left;
	text-align:center;
	padding: 0.5em;
	color: #000;
}

/*STILE PER LE TABELLE*/


td a:link, td a:visited{
color:#FF6600;
}
td a:hover{
color:#FF9900;
}

#evidenza a:link, #evidenza a:visited{
color: #333333;
}
#evidenza a:hover{
color: #666666;
text-decoration:none;
}

/*stili per la navigazione
div#navigation ul{margin: 1em 0 1em 1em;padding: 0; list-style-type: none;}
div#navigation li{margin: 0;padding: 0}
div#navigation a{color:#369;font: normal bold 1.2em/1.6em arial,sans-serif;text-decoration: none}
div#navigation a:hover{color: #033;text-decoration: underline}
div#navigation a#activelink{color: #033;text-decoration: none}
*/




/* MODIFIKE GIUCAS */

.pulsantesx_evi {
	width:156px;
	height:25px;
	background-image: url(../img/pulsante.jpg);
	background-repeat:no-repeat;
	line-height:25px;
	text-align:center;
}
.pulsantesx_evi a:link, .pulsantesx_evi a:visited
{
font-family:"trebuchet MS";
font-size:12px;
font-weight:bold;
color:#FF0000;
text-decoration:none;
padding-left:3px;
}

.pulsantesx_evi a:hover
{
color: #FF6600;
}

.pulsantean {
	width:156px;
	height:25px;
	background-repeat:no-repeat;
	line-height:25px;
	text-align:center;
}