/*fatto da Marco (Aprile 2005)*/
html {font-size: 80%;}
body {margin: 4px 3px 4px 3px; font-family: Arial, Verdana, Helvetica, Sans-serif; font-size: 100%;}

/*------------------------------------------------------------------------------nota informativa*/
body.inf675 {margin: 20px;}
body.inf675 p {margin-top: 5px; margin-bottom: 10px;}

h1 {font-size: 1.90em; margin: 10px 0 10px 0; font-weight: normal;}
h2 {font-size: 1.20em; margin: 0px 0 15px 0;}
p {margin: 5px 0 10px 0;}
a {color: #AD9349;}
a:hover {color: #666;}

/*------------------------------------------------------------------------------fascia superiore (col menu e il logo e menu di linguaggi)*/
#top {
	height: 134px;
	background-color: #AD9349;
	background-image: url('bg_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#logo {
	position: relative;
	left: 8px;
	top: 8px;
	width: 171px;
	height: 118px;
}
#menu {
	position: absolute;
	left: 226px;
	top: 54px;
}
#menu p {
	display: inline;
	color: #fff;
	margin: 0px 4px 0px 4px;
	font-size: 2em;
}
#menu a {color: #fff; text-decoration: none; font-size: 0.6em;}
#menu a:hover {text-decoration: underline;}
#menulng {position: absolute; right: 10px; top: 10px;}

/*------------------------------------------------------------------------------fascia con il titolo della pagina*/
#titolo {
	height: 27px;
	text-align: right;
}
#titolo h1 {
	margin: 0;
	padding-right: 2px;
	color: #AD9349;
}

/*------------------------------------------------------------------------------fascia centrale con i contenuti*/
#main {
	width: 100%;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#inmain {width: 100%; color: #535353;}
#inmain img {margin-left: 4px;}
#inmain .foto {float: right; width: 400px;}
#inmain .cont_testo {padding-right: 400px; padding-left: 8px;}
#inmain .testo {padding: 10px; border: 1px solid #BFBFBF;}
#inmain .divfull {clear: both; width: 100%; height: 10px; font-size: 0px;}
#inmain .content {margin-top: 10px; margin-left: 18px;}
#inmain .content a {color: #666;}
#inmain .content a:hover {color: #AD9349;}

/* ... CONTATTI ... */
table.webform td {font-size: 0.80em;}
table.webform td.label {text-align: right;}
table.webform .field {width: 270px; border: solid 1px #BFBFBF;}
table.webform textarea {height: 80px;}
table.webform .button {border: solid 1px #333; background-color: #AD9349; color: #fff;}

/*------------------------------------------------------------------------------fascia inferiore col colophon*/
#colophon {color: #AD9349; padding-left: 8px; margin-top: 15px;}

