/* ################################################################ STRUTTURA GENERALE */
body {
	background-color: #f1f1f1;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.tabgrande {
	background-color: #FFFFFF;
}
.ombrasx {
	background-image:  url(astro/pagina_09.gif);
	background-repeat: repeat-y;
	width: 15px;
}
.ombradx {
	background-image:  url(astro/pagina_12.gif);
	background-repeat: repeat-y;
	width: 15px;
}
.sfumatura {
	background-image:  url(astro/sfumatura.gif);
	background-repeat: repeat-x;
}
.mezzeria {
	line-height: 5px;
	background-color: #EFEFEF;
	height: 5px;
}
input {
	font-family: "Trebuchet MS", Verdana, Courier, "Comic Sans MS";
	font-size: 12px;
	color: #333333;
}
select {
	font-family: "Trebuchet MS", Verdana, Courier, "Comic Sans MS";
	font-size: 12px;
}
/* ################################################################ MENU */
.menu {
	font-family: "Trebuchet MS", Verdana, Courier, "Comic Sans MS";
}
.grigio {
	font-size: 10px;
	color: #818181;
}
/* ################################################################ TITOLI E TESTO */
.testo {
	font-family: "Trebuchet MS", Verdana, Courier, "Comic Sans MS";
	font-size: 12px;
	color: #333333;
}
.testo2 {
	font-family: "Trebuchet MS", Verdana, Courier, "Comic Sans MS";
	font-size: 12px;
	color: #333333;
}
.titolo {
	font-family: "Trebuchet MS", Verdana, Courier, "Comic Sans MS";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.titfoto {
	font-family: "Trebuchet MS", Verdana, Courier, "Comic Sans MS";
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
/* ################################################################ LINK */
a {
	color: #DD8C20;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
/* ################################################################ BACKGROUND FOTO */
.brdalto {
	background-image:  url(astro/bgfoto_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.brdbasso {
	background-image:  url(astro/bgfoto_08.gif);
	background-repeat: repeat-x;
	height: 7px;
}
.brdsx {
	background-image:  url(astro/bgfoto_04.gif);
	background-repeat: repeat-y;
	height: 7px;
}
.brddx {
	background-image:  url(astro/bgfoto_06.gif);
	background-repeat: repeat-y;
	height: 7px;
}
/* ################################################################ CHIUSURA */
.chiusura {
	font-family: "Trebuchet MS", Verdana, Courier, "Comic Sans MS";
	font-size: 10px;
	color: #999999;
}