/*struttura*/

body {
	margin: 0;
	padding: 0;
	height: 99.5%;
	text-align: center;
}

#container {
	position:relative;
	width: 990px;
	height: 100%;
	margin: 0 auto;
}

body>div#container{height:auto;min-height:100%}

#header {
	display: inline;
}

#footer {
	position: absolute;
	left:0px;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-color: #002080;
	text-align: center;
	color: white;
}

#login {

	position:absolute;
	top: 144px;
	left: 480px;
	width: 500px;
	text-align: right;
	z-index: 20;
	}


#content {
	position:relative;
	height: auto;
	min-height:100%;
}


#content_left {
	float: left;
	width: 195px;
	height: auto;
	min-height: 360px;
}
#content_middle {
	float: left;
	width: 600px;
	height: auto;
	min-height: 360px;
	}

#content_right {
	float: left;
	width: 195px;
	height: auto;
	min-height: 360px;
	}
  
#top_logo {
	float: left;
	height: 161px;
	width: 153px;
	background-image: url(../images/structure/top_sx.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}

#top {
	float: left;
	height: 161px;
	width: 837px;
	background-image: url(../images/structure/top.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#menu_home {
	position:absolute;
	top: 63px;
	left: 180px;
	width: 650px;
	height: 90px;
	text-align:center;
	z-index:15;
}




.menu_home_item {
	position:relative;
	float: left;
	width: 105px;
	height: 60px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color: white;
	border-right: thin dashed white;
}
.menu_home_item a:link { color: white; text-decoration: none}
.menu_home_item a:visited { color: white; text-decoration: none}
.menu_home_item a:hover {color: white; text-decoration: underline}


  
hr {
  display: none;
  }


#middle {
	top:162px;
	height: auto;
	min-height: 100%;
	border: thin solid green;
	width: 100%;
}


#chiudi_float {
  clear: both;
  }

/*fine struttura*/


.normale10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.normale10 a:link { color: #666666; text-decoration: none}
.normale10 a:visited { color: #666666; text-decoration: none}
.normale10 a:hover { text-decoration: underline}




.normale10_bianco {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.normale10_bianco a:link { color: #FFF; text-decoration: none}
.normale10_bianco a:visited { color: #FFF; text-decoration: none}
.normale10_bianco a:hover { text-decoration: underline}

.bottom_arancio{
	background-image: url(../images/homepage/bottom_arancio.jpg);
	background-repeat: repeat-x;
}

.posiz_fondo_menu{
	position: relative;
	left: 10px;
	top: 0px;
	width:300px;
	height:50px;
	background-image: url(../images/menu/fondo_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

 .posiz_icone_menu {
	position: relative;
	left: 10px;
	top: 0px;
	width: 50px;
}

 .posiz_testo_menu {
	position: relative;
	left: 80px;
	top: -22px;
	width: 200px;
}

.reserved_area {
	background-color : #FDBC68;
	border-style : none;
	font-size: 12px;
}

