@charset "utf-8";
/* CSS Document */

body{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(img/sfondo.png);
}

#main{
	width: 830px;
	margin: 0 auto;
}

#testata{
	background-image: url(img/sfondo-testata.jpg);
	height: 275px;
	padding: 0;
	margin: 0;
}

#menu{
	background-image: url(img/sfondo-menu.png);
	width: 198px;
	height: 239px;
	margin-left: 24px;
	padding-top: 15px;
}

#menu a{
	display: block;
	text-decoration: none;
	color: #000000;
	margin: 0px 2px 0px 2px;
	padding: 4px 0px 4px 15px;
}

#menu a:hover{
	background-color: #957552;
	color: #ffffff;
}

#menu a.active{
	background-image: url(img/menu-active.png);
	background-repeat: no-repeat;
	background-color: #e0b689;
	background-position: 3px;
}

#menu a:hover{
	background-color: #957552;
	color: #ffffff;
}

#contenuti{
	background-image: url(img/sfondo-contenuti.jpg);
	padding: 0px 15px 0px 15px;
	margin: 0;
	overflow: hidden;
}

#titolo{
	background-image: url(img/sfondo-titolo.png);
	height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding: 0px 0px 0px 275px;
	margin: 20px 0px 20px 0px;
	color: #7b5e3f;
}

#foto{
	float: left;
	padding: 0px 0px 0px 9px;
	width: 196px;
}

#testi{
	float: right;
	width: 560px;
	padding-right: 14px;
	text-align: justify;
}

#testi p{
	margin: 0;
	padding: 4px 0px 4px 0px;
	line-height: 18px;
}

#testi hr{
	margin: 0;
	margin: 15px 0px 15px 0px;
	height: 0px;
	border-top: 1px dashed #957552;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#testi h2{
	margin: 0;
	padding: 0px 0px 8px 0px;
	font-size: 20px;
	color: #3E920C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#testi h3{
	margin: 0;
	padding: 0px 0px 4px 0px;
	font-size: 16px;
	color: #3E920C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#testi .arancione{
	color: #c96d00;
}

#testi .verde{
	color: #2F652E;
}

#testi a{
	color: #3E920C;
	font-weight: bold;
}

#testi .programmi{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-style: italic;
}

#testi .programmi li{
	list-style-type: none;
	padding: 4px 0px 2px 0px;
	line-height: 18px;
}

#testi a:hover{
	text-decoration: none;
}

.corsivo{
	font-style: italic;
}

#contatti{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px 0px;
}

#contatti label{
	display: block;
	padding-top: 10px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #c96d00;
}

#contatti input{
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 3px;
}

#contatti textarea{
	width: 400px;
	height: 130px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 3px;
}

#invia{
	width: 130px !important;
	color: #c96d00;
	font-weight: bold;
	background-color: #E4E4E4;
}

.errore{
	background-color: #FFD9D9;
}

.messaggio{
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}

#galleria{
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 37px;
}

#galleria a{
	color: #CCC;
}

#galleria a:hover{
	color: #c96d00;
}

#galleria img{
	padding: 2px;
	margin: 0px 5px 5px 0px;
}

#galleria img:hover{
	background-color: #c96d00;
}

#piede{
	background-image: url(img/sfondo-piede.png);
	height: 31px;
	padding: 0;
	margin: 0;
	clear: both;
}

#indirizzo{
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
}

#copyright{
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	font-size: 10px;
}

#copyright a{ color: #ffffff; text-decoration: underline; }
#copyright a:hover{ text-decoration: none; }
