
/* BODY */

html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Verdana';
	font-size: 10pt;
	color: #222222;
	background-color: #eeeeee;
}

/* GENERICI */

* html textarea
{
	background-attachment: fixed;
}

form
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

a
{
	color: #963C03;
}

a:visited
{
	color: #BA5A24;
}

a:hover
{
	color: #5D1600;
	font-weight: bold;
}

a:active
{
	color: #5D1600;
	font-weight: bold;
}

/* STRUTTURA DELLA PAGINA */

div#pagina
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 100%;
	background-image: url(images/bg_main.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

div#sfondo1
{
	width: 960px;
	height: 100%;
	background-image: url(images/appendiabiti.jpg);
	background-position: 7px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div#sfondo2
{
	width: 960px;
	height: 100%;
	background-image: url(images/sfondo2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 564px 20px;
}

div#inner
{
	width: 960px;
	height: 840px;
}

div#logo
{
	position: absolute;
	left: 20px;
	top: 10px;
	width: 387px;
	height: 48px;
}

div#lingua
{
	position: absolute;
	left: 20px;
	top: 6px;
	width: 920px;
	text-align: right;
}

div#sfumatura
{
	position: absolute;
	left: 12px;
	top: 138px;
	width: 192px;
	height: 658px;
	background-image: url(images/sfumatura.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div#sfumatura2
{
	position: absolute;
	left: 204px;
	top: 556px;
	width: 50px;
	height: 120px;
	background-image: url(images/sfumatura2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div#indirizzi
{
	position: absolute;
	bottom: 0px;
	left: 12px;
	bottom: 96px;
	width: 192px;
	padding: 8px;
	font-size: 8pt;
	line-height: 9pt;
}

div.menu_top
{
	height: 8px;
	overflow: hidden;
}

div.menu1_sel
{
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
	padding-left: 12px;
	width: 168px;
	height: 18px;
	overflow: hidden;
	background-color: #E0E0E0;
	font-weight: bold;
	overflow: hidden;
}

div.menu1_notsel
{
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
	padding-left: 12px;
	width: 168px;
	height: 18px;
	overflow: hidden;
	background-image: url(images/menu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: hidden;
}

div.menu2_sel
{
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
	padding-left: 20px;
	width: 160px;
	height: 18px;
	overflow: hidden;
	background-color: #E0E0E0;
	font-weight: bold;
	overflow: hidden;
}

div.menu2_notsel
{
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
	padding-left: 20px;
	width: 160px;
	height: 18px;
	overflow: hidden;
	background-image: url(images/menu.gif);
	background-position: 8px top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: hidden;
}

div.menu_sep
{
	height: 2px;
	overflow: hidden;
}

div.menu_bottom
{
	height: 8px;
	overflow: hidden;
}

div#titolo
{
	position: absolute;
	left: 212px;
	top: 96px;
	width: 488px;
	height: 60px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(images/titolo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-transform: lowercase;
}

div#contenuto
{
	position: absolute;
	left: 212px;
	top: 132px;
	width: 488px;
}

div#footer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 36px;
	background-image: url(images/footer.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

/* ELEMENTI FORM */

input.casella
{
	margin: 0px;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 15px;
	border: 1px solid #aaaaaa;
	color: #333333;
	background-image: url(images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: verdana; 
	font-size: 11px;
	width: 98%;
}

select.casella
{
	border: 1px solid #cccccc;
	color: #333333;
	background-image: url(images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 15px;
	font-family: Verdana;
	font-size: 11px;
}

textarea.casella
{
	margin: 0px;
	padding: 4px;
	border: 1px solid #cccccc;
	color: #333333;
	background-image: url(images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 11px;
	width: 98%;
}

input.bottone
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	color: #5E1400;
	height: 19px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffdd;
	border: 1px solid;
	border-top-color: #aaaaaa;
	border-left-color: #aaaaaa;
	border-right-color: #444444;
	border-bottom-color: #444444;
}

span.titolo_informativa
{
	width: 100%;
	font-weight: bold;
	color: red;
	line-height: 1.2em;
}

span.testo_informativa
{
	width: 100%;
	font-family: Arial;
	font-size: 10px;
	line-height: 1.2em;
}

span.label_semivisibile
{
	color: #888888;
	font-size: 11px;
}

/* ELEMENTI TESTO PAGINA */

div.scheda
{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	margin-top: 2px;
	width: 160px;
}

div.scheda_foto
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 160px;
}

div.scheda_oggetto
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	width: 160px;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.scheda_testo
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 160px;
	font-size: 90%;
	margin-top: 12px;
	margin-bottom: 12px;
}

div.foto
{
}

div.allegato
{
	font-size: 80%;
}

div.foto a.popup:hover
{
	border: 0px;
}

div#paging
{
	margin-top: 16px;
	text-align: right;
	font-weight: bold;
}

img.left
{
	float: left;
	margin-right: 8px;
	border: 3px solid #FEB40E;
}

img.right
{
	float: right;
	margin-left: 8px;
	border: 3px solid #FEB40E;
}

img.center
{
	border: 3px solid #FEB40E;
}

