/* layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bg_pattern {
	background-attachment: fixed;
	background-image: url(images/struttura/pattern_45.gif);
	background-repeat: repeat;
	background-position: left top;
}

.sito_realizzato_da {
	background-attachment: fixed;
	background-image: url(images/struttura/sito_realizzato_da.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Sfondi */

.sfondo {
	background-attachment: fixed;
	background-image: url(images/struttura/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sf_cielo {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_cielo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sf_cielo_sx {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_cielo_sx.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_cielo_dx {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_cielo_dx.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_cielo_top_sx {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_cielo_top_sx.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_cielo_top_dx {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_cielo_top_dx.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_ombra_sx {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_ombra_sx.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.sf_ombra_dx {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_ombra_dx.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.sf_titolo {
	background-attachment: fixed;
	background-image: url(images/struttura/testata/sf_titolo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_hover {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Bordi */

.tratteggio {
	background-attachment: fixed;
	background-image: url(images/struttura/tratteggio.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

.tratteggio2 {
	background-attachment: fixed;
	background-image: url(images/struttura/tratteggio2.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

.bordo_colonna {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}

.bordo_foto {
	border: 1px solid #EAEAEA;
}

/* Bottom */

.testo_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B9A9B;
	text-decoration: none;
}

.testo_bottom:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.testo_indirizzo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
}

/* Testo */

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	/* color: #7F7F7F; */
	text-decoration: none;
}

.testo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.testo_rosso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F04C51;
	text-decoration: none;
}

.testo_rosso:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

/* Link */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

/* tabelle */

.table_x100 {
	height: 100%;
	width: 100%;
}

.table_Hx100 {
	height: 100%;
}

.table_Wx100 {
	width: 100%;
}

/* moduli */

.textfield {
	border: 1px solid #939393;
	background-color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
	text-decoration: none;
	width: 100%;
}

.textfield2 {
	border: 1px solid #939393;
	background-color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
	text-decoration: none;
}

.submit {
	border: 3px solid #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	width: 100%;
	background-image: url(images/struttura/sf_hover.gif);
}

.input {
	border: 1px solid #EAEAEA;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	width: 100%;
	background-image: url(images/struttura/pattern_45.gif);
}

textarea {
	border: 1px solid #EAEAEA;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	width: 100%;
	background-image: url(images/struttura/pattern_45.gif);
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

