@charset "UTF-8";


body {
	background-color: #c3b592;
	margin-top: 0px;
	
}
a img { border: 0; }

#main_box {
	background-color: #c3b592;
	width: 412px;
	margin:0 auto;
	position: relative;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-y;
	
}
#logo_box {
	width: 238px;
	height: 96px;
	left: 85px;
	top: 0px;
	position: relative;
	
}
h1#logo {
		position: relative; z-index: 1;
		width: 238px;
		height: 96px;
		margin: 0; padding: 0;	
		font-size: .4em;
}
h1#logo span {
		position: relative;
		z-index: -1;
}
h1#logo a {
		width: 100%; height: 100%;
		display: block;
		background: url(images/logo.gif) 0 0 no-repeat;
		text-decoration: none;
}
#lingua {
	height: auto;
	width: 100px;
	position: relative;
	top: -88px;
	left: 474px;
}

/* NAVIGAZIONE: menu css*/
#navcontainer {
	margin:0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	left: 27px;
	top:-10px;
}

#navcontainer ul {
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#navcontainer ul li {
float: left;
}

#navcontainer ul li a {
	text-align:center;
	text-decoration: none;
	background: url(images/menu_off.gif) no-repeat top left;
	font-size: 13px;
	float: left;
	margin: 0px;
	height: 27px;
	width: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	color:#FFFFFF;
	line-height:30px;
	font-weight: bold;
}

#navcontainer li#stabilimento a:hover {
background: url(images/menu_on_stabilimento.gif) no-repeat left top;
color:#000000;
font-weight:normal;
}

#navcontainer li#servizi a:hover {
background: url(images/menu_on_servizi.gif) no-repeat left top;
color:#000000;
font-weight:normal;
}

#navcontainer li#contatti a:hover {
background: url(images/menu_on_contatti.gif) no-repeat left top;
color:#000000;
font-weight:normal;
}

#navcontainer  li a#current_stabilimento
{
background: url(images/menu_on_stabilimento.gif) no-repeat left top;
}

#navcontainer  li a#current_servizi
{
background: url(images/menu_on_servizi.gif) no-repeat left top;
}

#navcontainer  li a#current_contatti
{
background: url(images/menu_on_contatti.gif) no-repeat left top;
}


/*FINE NAVIGAZIONE*/
#flash_box {
    clear:left;
    top: -13px;
	width: auto;
	height: auto;
	left: -160px;
	position: relative;
}

#testo_box {
	height: auto;
	width: auto;
	top: 10px;
	bottom:10px;
	margin: 0px 5px 5px 5px;
	position: relative;
	padding: 0px 20px 45px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-image: url(images/sfondo_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px 20px 10px;
	height: auto;
	width: auto;
	position: relative;
	/*top: 40px;*/
}

/*PAGINA CONTATTI*/

#sfondo_contatti {
	background-image: url(images/sfondo_contatti.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 359px;
	width: 719px;
	top:1x;
	position:relative;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align:left;
}
#sfondo_contatti #indirizzo {
	margin: 0px 10px 0px 20px;
	padding: 0px 10px 0px 10px;
	height: auto;
	width: auto;
	position:absolute;
	left: 10px;
	top: 13px;
	z-index: 20;
}
#sfondo_contatti #mappa {
	position:absolute;
	height: 300px;
	width: 300px;
	left: 375px;
	top: 25px;
	margin: 0px;
	padding: 0px;
}
#sfondo_contatti #formcontatti {
	position:absolute;
	height: auto;
	width: auto;
	left: 39px;
	top: 133px;
}
#sfondo_contatti #formcontatti #formemoduli span {
	font-size: 0.7em;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #000000;
}

/* NAVIGAZIONE SUB: menu css*/
#navcontainer_sub {
	margin:0px 0px 10px 0px;
	padding: 0px;
	position: relative;
	left: 28px;
	top:5px;
}

#navcontainer_sub ul {
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#navcontainer_sub ul li {
float: left;
}

#navcontainer_sub ul li a {
	text-align:center;
	text-decoration: underline;
	/*background: url(images/menu_off.gif) no-repeat top left;*/
	font-size: 12px;
	float: left;
	margin: 0px;
	height: 27px;
	width: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	color:#373737;
	line-height:30px;
	font-weight: bold;
}

#navcontainer_sub li#eventi a:hover {
/*background: url(images/menu_on_stabilimento.gif) no-repeat left top;*/
color:#c3b592;
text-decoration:none;
/*font-weight:normal;*/
}

#navcontainer_sub li#meteo a:hover {
/*background: url(images/menu_on_servizi.gif) no-repeat left top;*/
color:#c3b592;
text-decoration:none;
/*font-weight:normal;*/
}

#navcontainer_sub li#links a:hover {
/*background: url(images/menu_on_contatti.gif) no-repeat left top;*/
color:#c3b592;
text-decoration:none;
/*font-weight:normal;*/
}

#navcontainer_sub li#fotoalbum a:hover {
/*background: url(images/menu_on_contatti.gif) no-repeat left top;*/
color:#c3b592;
text-decoration:none;
/*font-weight:normal;*/
}

#navcontainer_sub  li a#current_eventi
{
/*background: url(images/menu_on_stabilimento.gif) no-repeat left top;*/
color:#c3b592;
text-decoration:none;
/*font-weight:normal;*/
}

#navcontainer_sub  li a#current_meteo
{
/*background: url(images/menu_on_servizi.gif) no-repeat left top;*/
color:#c3b592;
text-decoration:none;
/*font-weight:normal;*/
}

#navcontainer_sub  li a#current_links
{
/*background: url(images/menu_on_contatti.gif) no-repeat left top;*/
color:#c3b592;
text-decoration:none;
/*font-weight:normal;*/
}


/*FINE NAVIGAZIONE*/

#testo_box #eventi_box {
    position:relative;
	top: 30px;
	clear:left;
	height:100px;
}
#box_meteo {
	position: relative;
	height: 341px;
	width: 541px;
	left: -90px;
	top: -20px;
	border: thin solid #373737;
}
#main_box #testo_box #eventi_box {
	text-decoration: none;
	list-style-type: none;
}

