@charset "utf-8";
/*stili per il layout fisso*/
html,body{
	margin: 0;
	padding:0;
	background-image: url(img/sfondo.jpg);
	text-align: center;
	color: #FFFFCC;
	scrollbar-arrow-color:#262626;
	scrollbar-track-color:#1D1D1D;
	scrollbar-face-color:#1D1D1D;
	scrollbar-highlight-color:#262626;
	scrollbar-3dlight-color:#1D1D1D;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#1D1D1D;
	background-repeat: repeat-x;
	background-color: #1C1C1C;
}
div#container{
	width: 800px;
	margin: 0 auto;
	float: none;
	background-image: url(img/template_03.jpg);
	background-repeat: repeat-y;
	display: table;
}
div#header{
	width: 800px;
	height: 50px;
	background-image: url(img/template_01.jpg);
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
div#inc_header{
	width: 800px;
	height: 317px;
	background-image: url(img/template_02.jpg);
}
div#body{
	width: 800px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	right: 10px;
	display: table;
}
/* stile per il footer */ 
div#footer{
	width: 800px;
	height: 45px;
	background-image: url(img/template_05.jpg);
	height: 45px;
}
/* fine stile per il footer */ 
div#contenuto{
	text-align: justify;
	vertical-align: top;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 2em;
	padding-bottom: 3em;
}
/* imposto lo stile per il menu */ 
div#menu_contenitore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #00FF00;
	width: 205px;
	float: left;
	text-align: left;
	vertical-align: top;
	background-image: url(img/menu_02.jpg);
	background-repeat: repeat-y;
}
div#menu_alto {
	width: 205px;
	background-image: url(img/menu_01.jpg);
	height: 13px;
}
div#menu_centro {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 190px;
	text-align: left;
	vertical-align: top;
	display: block;
	color: #FFFFFF;
	padding-left: 8px;
}
div#menu_basso {
	width: 205px;
	background-image: url(img/menu_04.jpg);
	height: 15px;
}
/* imposto lo stile la cella di destra */ 
div#destra {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 520px;
	vertical-align: top;
	float: right;
}
/* imposto lo stile la cella di sinistra */ 
div#sinistra {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 205px;
	vertical-align: top;
	float: left;
}
/* imposto lo stile la cella centrale */ 
div#centrale {
	width: 700px;
	vertical-align: top;
	left: 20px;
	padding-left: 20px;
}
/* link menu */ 
div#link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	display: block;
	text-transform: capitalize;
}
div#link a {
	color: #B8F92D;
	background-image: url(img/link.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	text-decoration: none;
}
div#link a:hover {
	color: #FF9900;
	background-image: url(img/link_hover.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	text-decoration: none;
}
/* stile per la frase del posizionamento */ 
div#posizionamento {
    position:absolute; 
	width:200px; 
	height:115px; 
	z-index:1; 
	left: -350px; 
	top: 19px;
}
/* footer */ 
div#inc_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	display: inline;
	text-transform: capitalize;
	color: #70715B;
}
div#inc_footer a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
div#inc_footer a:hover {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: line-through;
	font-style: italic;
}
/* imposto lo stile per il testo del menu */ 
div#testo_menu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	width: 190px;
	text-align: justify;
	vertical-align: top;
}
a:link {
	color: #66CC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FF9966;
	text-decoration: none;
}
/* H1 H2 */ 
h1 {
	color: #FF9900;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
h2 {
	color: #CCFF00;
	font-size: 16px;
}
h3 {
	font-size: 14px;
	color: #00CCFF;
}
h4 {
	font-size: 12px;
	color: #FF66CC;
}
h5 {
	font-size: 12px;
	color: #FFFF00;
}
.barra {
	background-image: url(img/barra.jpg);
	background-repeat: repeat-x;
	height: 32px;
	vertical-align: text-top;
}
.box {
	background-color: #333333;
	border: 1px dashed #666666;
	text-align: justify;
	vertical-align: top;
}
.titolo {
	background-color: #1C1C1C;
	height: 15px;
}
.barra_modulo {
	background-image: url(img/barra_modulo.jpg);
	height: 1px;
	line-height: 1px;
}
/* imposto lo stile per l'anteprima */ 
div#anteprima_contenitore {
	width: 228px;
	text-align: left;
	vertical-align: top;
	background-image: url(img/anteprima_02.jpg);
	background-repeat: repeat-y;
}
div#anteprima_alto {
	width: 228px;
	background-image: url(img/anteprima_01.jpg);
	height: 39px;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
	color: #FF9900;
}
div#anteprima_centro {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding-left: 12px;
	display: block;
	color: #000000;
}
div#anteprima_basso {
	width: 228px;
	background-image: url(img/anteprima_04.jpg);
	height: 20px;
}
/* imposto lo stile per i link dell'anteprima */ 
div#link_anteprima {
}
div#link_anteprima a {
	font-weight: bold;
	color: #000000;
}
div#link_anteprima a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
div#pagina {
	height: 23px;
	width: 21px;
	display: inline;
	background-image: url(img/pagina_su.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 7px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.pagina {
	height: 23px;
	width: 21px;
	display: inline;
	background-image: url(img/pagina.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 7px;
	line-height: 18px;
	font-weight: normal;
}
.campo_modulo {
	font-size: 12px;
	line-height: 12px;
	color: #FF9900;
	background-image: url(img/barra.jpg);
	background-repeat: repeat-x;
	border: 1px inset #333333;
}
div#animazione{
	text-align: center;
	vertical-align: top;
}