@charset "utf-8";
/*stili per il layout fisso*/
html,body{
	margin: 0;
	padding:0;
	text-align: center;
	color: #FFFFCC;
	scrollbar-arrow-color:#262626;
	scrollbar-track-color:#371d0a;
	scrollbar-face-color:#371d0a;
	scrollbar-highlight-color:#262626;
	scrollbar-3dlight-color:#371d0a;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#371d0a;
	background-color: #371d0a;
}
div#container{
	width: 800px;
	margin: 0 auto;
	float: none;
	display: table;
}
/* stile per la frase del posizionamento */ 
div#posizionamento {
    position:absolute; 
	width:200px; 
	height:115px; 
	z-index:1; 
	left: -350px; 
	top: 19px;
}
/* stile per la parte superiore */ 
div#superiore {
	width:800px;
	height:24px;
	background-image: url(img/template_01.jpg);
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
div#header{
	width: 800px;
	height: 144px;
}
div#titolo{
	width: 800px;
	height: 102px;
	background-image: url(img/template_03.jpg);
	float: no;
}
/* stile per il body */ 
div#body{
	width: 800px;
	text-align: left;
	vertical-align: top;
	right: 10px;
	display: table;
	background-image: url(img/template_05.jpg);
	background-repeat: repeat-y;
}
div#contenuto{
	text-align: justify;
	vertical-align: top;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding-top: 10;
	padding-left: 20px;
	padding-right: 2em;
	padding-bottom: 3em;
}
/* stile per il footer */ 
div#footer{
	width: 800px;
	height: 159px;
	background-image: url(img/template_07.jpg);
	background-repeat: no-repeat;
}
div#inc_footer{
	text-align: center;
	padding: 70px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#inc_footer a{
	color: #C0AB9A;
	text-decoration: none;
}
div#inc_footer a:hover{
	color: #FFEFD2;
	text-decoration: none;
}
/* stile per il box della home */ 
div#box_esterno{
	width: 678px;
	color: #371D0A;
	margin-left: 30px;
}
div#box_contenitore{
	width: 225px;
	color: #371D0A;
	display: inline;
	float: left;
}
div#box_alto{
	width: 225px;
	height: 38px;
	background-image: url(img/box_01.jpg);
}
div#box_centro{
	width: 225px;
	background-image: url(img/box_02.jpg);
	background-repeat: repeat-y;
}
div#box_testo{
	width: 180px;
	margin-left: 20px;
}
div#box_basso{
	width: 225px;
	height: 39px;
	background-image: url(img/box_03.jpg);
}
/* stile per il testo centrale */ 
div#testo_centrale{
	width: 700px;
	color: #371D0A;
	padding-left: 20px;
	float: no;
}
/* stile per il testo a destra con menu a sinistra */ 
div#testo_destra{
	width: 510px;
	color: #371D0A;
	padding-left: 5px;
	float: right;
}
div#menu_contenitore{
	width: 216px;
	float: left;
	background-image: url(img/menu_02.jpg);
	background-repeat: repeat-y;
	color: #371D0A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
div#menu_alto{
	width: 216px;
	background-image: url(img/menu_01.gif);
	height: 43px;
}
div#menu_centro{
	width: 190px;
	padding-left: 10px;
	text-align: left;
}
div#menu_basso{
	width: 216px;
	background-image: url(img/menu_04.gif);
	height: 35px;
}
div#menu_centro a{
	text-decoration: none;
	font-weight: normal;
	background-image: url(img/freccina.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 16px;
}
/* stili vari */ 
div#titolo_H1{
	width: 500px;
	margin: 0px;
	position: absolute;
	left: 493px;
	top: 169px;
}
h1 {
	font-size: 18px;
	color: #660000;
	font-style: oblique;
}
.cella {
	border: 1px dotted #663300;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #330000;
	font-weight: bold;
	text-decoration: line-through;
}
.barra {
	background-image: url(img/barra.jpg);
	height: 35px;
	background-repeat: repeat-x;
}
h2 {
	font-size: 14px;
	color: #371D0A;
}
div#pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(img/pagina.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
	font-weight: bold;
	color: #3A2E22;
}
.pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(img/pagina.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
	font-weight: normal;
}
/* stili per l'anteprima */ 
div#anteprima_contenitore{
	width: 230px;
	display: table;
}
div#anteprima_alto{
	width: 230px;
	background-image: url(img/anteprima_01.jpg);
	height: 35px;
}
div#anteprima_centro{
	width: 230px;
	padding-left: 15px;
	background-image: url(img/anteprima_02.jpg);
	background-repeat: repeat-y;
}
div#anteprima_basso{
	width: 230px;
	background-image: url(img/anteprima_03.jpg);
	height: 46px;
	display: table;
}
