/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #544224;
	background: url(../../img/sfondo.jpg) repeat-x;
	background-color: #C0B9A6;
	text-align: justify;
}

a img {
	border: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #544224;
	text-decoration: underline;
}

a:hover {
	color: #EF7020;
	text-decoration: underline;
}

#immagini_link a:link, #immagini_link a:visited, #immagini_link a:active, #immagini_link a:hover  {
	text-decoration: none;
}


.titolo {
	height: 25px;
	padding-bottom: 20px;
}

.testo_arancione {
	color: #dd671d;
	font-style: italic;
}

.grassetto_arancione {
	color: #dd671d;
	font-weight: bold;
}


.cella_evento {
	border-bottom: #DFDCD2 dotted 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 70px;
	text-align: left;
}

.cella_evento img {
	border: #FFF solid 3px;
	margin-right: 5px;
	float: left;
}

.immagine_evento_pagina {
	border: #FFF solid 3px;
}

#top {
	width: 100%;
	height: 330px;
}

#top_su {
	width: 850px;
	height: 120px;
	margin: 0 auto;
}
#top_su_sx { /* logo */
	width: 275px;
	float: left;
}
#top_su_dx { /* menu */
	width: 550px;
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 63px;
	overflow: hidden;
}

#top_su_dx ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	float: right;
	display: block;
	padding-left: 10px;
}
#menu img {
	padding: 0px;
	margin: 0px;
}

#top_foto {
	width: 800px;
	height: 210px;
	margin: 0 auto;
}

#top_foto_sx {
	width: 510px;
	height: 175px;
}

#top_foto_dx {
	width: 205px;
	height: 175px;
	float: right;
}


#contenuto {
	background-color: #C0B9A6;
	width: 100%;
	clear: both;
}
#contenuto_centro {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#testo {
	width: 550px;
	background: url(../../img/sfondo_65.jpg) bottom no-repeat;
	height: auto !important;  /* per i browser moderni */
	height: 235px;            /* per IE5.x e IE6 */
	min-height: 235px;        /* per i browser moderni */
	padding-right: 25px;
	border-right: #FFFFFF solid 1px;
	line-height: 15px;
}
#testo ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
#eventi {
	width: 200px;
	padding-left: 20px;
	float: right;
}

#footer {
	width: 100%;
	height: 80px;
	background: url(../../img/sfondo_footer.jpg) repeat-x;
	padding-top: 30px;
	color: #7B7257;
	clear: both;
	line-height: 15px;
}

#footer_testo {
	width: 800px;
	margin: 0 auto;
}
#footer_dx {
	width: 200px;
	padding-left: 25px;
	float: right;
	border-left: #C0B9A6 solid 1px;
}
#footer_icone {
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 25px;
}


/* pagina eventi */
#evento_galleria {
}
#evento_galleria img {
	border: #FFF solid 3px;
	margin-right: 5px;
}
#evento_menuspeciale {
	border: #938a71 solid 1px;
	padding: 10px;
}





/* ---------- form ----------------- */

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7257;
	margin: 0px;
	padding: 3px;
	border-color: #7B7257;
	border-style: solid;
	border-width: 1px;
}

input {
	width: 200px;
}

textarea {
	width: 300px;
	height: 70px;
}

.btn_invio_form {
	background-image: url(../../img/btn_modulo.jpg);
	width: 100px;
	height: 25px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

#modulo_contatti label, #modulo_contatti input, #modulo_contatti select {
	display: block;
	float: left;
	margin-bottom: 10px;
}

#modulo_contatti label {
	text-align: left;
	width: 80px;
	padding-top: 3px;
}

#errmsg {
	float: right;
	width: 200px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #9F1000;
}

/* --------- fine form ------------ */