/* GENERAL STYLES */

* {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}
	
	
body {
	background: #666 url(/img/body_bck.gif) repeat-x;
	font-family: "Trebuchet MS", serif;
	padding-bottom: 10px;
	text-align: justify;

	}

ul, ol {
	list-style: none;
	}

h2, h3 { /*Titolo capopagina*/
	font-size: 1.1em;
	color: #472F09;
	font-style: italic;
	padding: 15px;
	}
	
h3 {
	margin-bottom: 10px;
	padding-bottom: 0px;
}



/* MAIN DIVS STYLES */

#container {
	margin: 0 auto;
	width: 610px;
	background: #FFF;
	border: 5px solid #FFF;
	}

.navigation_front {
	clear: both;
	background: #577774 url(/img/front_index2.jpg) no-repeat; 
	padding-left: 420px; 
	border: 3px solid #577774;
	min-height: 220px;
	height: auto !important;
	height: 220px;
}
.home {
	background: #577774 url(/img/front_home.jpg) no-repeat; 
}
.meeting {
	background: #577774 url(/img/front_meeting.jpg) no-repeat; 
}
.contatti {
	background: #577774 url(/img/front_contatti.jpg) no-repeat; 
}
.camere {
	background: #577774 url(/img/front_camere.jpg) no-repeat; 
}
.ristorante {
	background: #577774 url(/img/front_ristorante.jpg) no-repeat; 
}
.promo {
	background: #577774 url(/img/front_promozioni.jpg) no-repeat; 
}
.city {
	background: #577774 url(/img/front_city.jpg) no-repeat; 
}
.news {
	background: #577774 url(/img/front_news.jpg) no-repeat; 
}
#main {
	background: #E4E1D8; 		

	}
	
/* CLASS STYLES */

.nodisplay {
	display: none;
	}

.lang_switch {
	float: right;
	padding:  5px 20px 20px 20px;
	}

.paraf {
	color: #472F09;
	padding: 10px 25px 10px 15px;
	font-size: 1em;	
}
.paraf p {
	padding: 5px 0;
}
#fotodx {
	float: right;
	margin: 10px;
	text-align: center;
}

#fotodx img {
	border: 1px solid #472F09;
	margin-right: 2px;
}

#fotodx div {
	margin-bottom: 5px;
}

	
/* ID STYLES */

#logo {
	float: left;
	padding: 10px 20px;
	}

#footer {
	background: transparent url(/img/footer_bck.jpg) no-repeat top center; 
	padding: 53px 5px 5px 5px;
	font-size: 0.8em;
	text-align: center;
	color: #462E08;
	clear: both;
	}

#lista_servizi {
	padding: 10px 15px;
	list-style: circle;
	list-style-position: inside;
	color:#472F09;
	}
	
#lista_servizi li {
	margin: 2px 0;
	}

table {
	width: 100%;
	padding: 10px 15px;
	}

#table_meeting td {
	border: 1px solid #577774;
	padding: 3px;
	text-align: center;
	}


/* LINK STYLES */

a:link, a:visited {
	color: #462E08;
	}

a:hover, a:active {
	color: #625B4F;
	}

	
	
.navigation_front a:link, .navigation_front a:visited {
	display: block;
	color: #E4E1D8;
	text-decoration: none;
	margin-left: 3px;
	padding: 0 3px;
	/*aggiunta*/margin-bottom: 3px;
	}

.navigation_front a:hover, .navigation_front a:active, .navigation_front a#selected {	
	background: #699;
	}

/* GOOGLE MAPS STYLES */

iframe {
	margin: 15px 15px 0 15px;
	border: 3px solid #577774;
	}

#link_gmap a:link, #link_gmap a:visited {
	color: #462E08;
	margin-left: 15px;
	}

#link_gmap a:hover, #link_gmap a:active {
	color: #625B4F;
	}

/* SINGLE PAGES */

/*+ camere +*/

#camere {
	margin-right: 160px;
	font-size: 0.85em;
	min-height: 420px;
	height: auto !important;
	height: 420px;
}
.login {
	width: 300px;
	padding: 30px 0 10px 80px;	
}
.login label, .articles label {
	display: block;
	width: 80px;
	float: left;
}
.login .input, .articles .input {
	margin-bottom: 10px;
}
#authMessage {
	width: 350px;
	margin: auto;
	padding-top: 10px;
	color: red;
}
.lista-news {
	border: 1px solid g
}
.lista-news th {
	background-color: #669999;	
}
.lista-news td, .lista-news th {
	padding: 2px;
}
.articles fieldset{
	padding: 10px;
}
form label {
	display:block;
	width: 150px;
}
form fieldset {
	padding: 10px;
}