@charset "utf-8";
body {
	background-color: #DDC597;
	background-image: url(immagini/sfondo_scuro.png);
	background-repeat: repeat;
	font-family: Cambria, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3A2D21;
	position:relative;
	z-index: 1
}

a:link {
	color: #EA5800;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #E4571B;
}
a:active {
	text-decoration: underline;
}

img { border: none; }
#testata {
	width: 929px;
	height: 220px;
	background-image: url(immagini/sfondo_alto.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 20px;
}

#contenitore {
	background-color: #FFFFFF;
	background-image: url(immagini/parte_centrale.png);
	background-repeat: repeat-y;
	width: 929px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;

}
#contenuto {
	width: 880px;
	margin-left: 25px;
	margin-right: 25px;
	text-align:left;
}
#sx {
	float: left;
	width: 550px;
}
#dx {
	float: right;
	width: 300px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #9B0606;
}

#menu {
	text-align:left;
	width: 880px;
	margin-left: 25px;
	margin-right: 25px;
	height: 180px;
}


#alto {
	background-image: url(immagini/parte_alta.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 929px;
	clear: none;
	font-size: xx-small;
}

#footer {
	background-image: url(immagini/parte_bassa.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 929px;
	clear: both;
	font-size: small;

}


/*Definizione del menu */


#contenitore #testata li {
	float: left;
	text-align: left;
	list-style-type: none;
	margin-left: 0;
	margin-top:0,5;
	line-height: 0.7em;
}

img#chisiamo a:hover{
	position: relative;
	z-index:+1;
	width: 200px;
	height: 60px;
	background-image: url(immagini/menu_chi_siamo_a.png);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#logo {
	height: 99px;
	background-image: url(immagini/logo_hbviaggi.png);
	background-repeat: no-repeat;
	width: 210px;
	clear: both;
	padding-left: 100px;
	text-align: center;
	padding-top: 20px;
	float: left;
	margin-left: 20px;
}
#banner {
	height: 99px;
	width: 550px;
	float: right;
	text-align: right;
	margin-right: 20px;
}
h3 {
	font-size: medium;
	color: #860707;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B49377;
	font-variant: small-caps;
}

.evidenza {
	font-size: medium;
	color: #860707;
	font-weight: bolder;
	padding-left: 20px;
}



.posizione_destra {float:right;}

.posizione_sx {
	float:left;
	margin: 2px;
}

.ev2 {
	font-variant: small-caps;
	color: #666666;
	font-weight: bold;
}
ul {
	font-weight: bold;
}

.big {
	font-size: x-large;
	font-weight: bold;
	color: #990000;
	text-align: center;
	display: inline;
	line-height: 30px;
	white-space: normal;
	text-indent: 30px;
}
#colonna {
	background-color: #FFFFFF;
	width: 700px;
}

