/* layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EAE8D9;
}

.sf_sx {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_sx.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.sf_dx {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_dx.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.sf_testata {
	background-attachment: fixed;
	background-image: url(images/sf_testata.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_bottoni {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_bottoni.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_bottom {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_box {
	background-attachment: fixed;
	background-image: url(images/struttura/sf_box.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.bordo_foto {
	border: 1px solid #FFFFFF;
}

.bordo_foto2 {
	border: 3px solid #EAE8D9;
}

.bordo_top {
	border-top: 2px solid #EAE8D9;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

.bordo_top2 {
	border-top: 2px solid #EAEBED;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

.bordo_dx2 {
	border-top: 0px none;
	border-right: 1px solid #DBDDDF;
	border-bottom: 0px none;
	border-left: 0px none;
}

/* tabelle */

.table_x100 {
	height: 100%;
	width: 100%;
}

.table_Hx100 {
	height: 100%;
}

.table_Wx100 {
	width: 100%;
}

/* testo & link */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8B8B;
	text-decoration: underline;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8B8B;
	text-decoration: none;
}

.testo_giallo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BF9B00;
	text-decoration: none;
}

.testo_giallo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCF00;
	text-decoration: none;
}

/* moduli */

.textfield {
	border: 1px solid #EAE8D9;
	background-color: #FBFBF8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8B8B;
	text-decoration: none;
	width: 100%;
}

.submit {
	border: 1px solid #EAE8D9;
	background-color: #FBFBF8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8D8D60;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(images/struttura/sf_box.gif);
	background-repeat: repeat-x;
	background-position: left top;
	cursor:hand;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}