﻿body 
{
	font-family:Arial, Verdana, Times New Roman;	
	font-size:100%;
	text-align:center;
	margin:0;
}

a
{
	text-decoration:none;

}

/* ********************** */
/* *** TABELLA SCREEN *** */
table#tcontent
{
	width:100%;
	height:100%;
	border:0px;
	border-collapse:collapse;
	text-align:center;
}

td#tdcontent
{
	vertical-align:middle;
	text-align:center;
}

div#divpage
{
	border:0px;
	margin:auto;
	padding:0;
	width:800px;
}

/* ********************** */


/* ******************** */
/* *** INTESTAZIONE *** */

div#header
{
	margin:0px 0px 5px 0px;	
	padding:10px 0px 0px 0px;
	height:196px;
	background-color:#712900;
	background-image:url("../images/header.jpg");
	background-position:center;
	background-repeat:no-repeat;
	
}

div#lingua 
{
	float:right;
	margin-top:166px;
	margin-right:20px;
}

span#lingua 
{
	margin:0px 10px 0px 0px;
	cursor:pointer;
}

/* ******************** */


/* ************ */
/* *** MENU *** */
div#menu 
{
	float:none;
	clear:both;
	margin:0px 0px 5px 0px;
	padding:0;
	text-align:center;
	
}

table#tmenu 
{
	margin:0;
	border:0;
	border-collapse:collapse;
	width:100%;	
	table-layout:fixed;
}

table#tmenu td
{
	background-color:#712900;
	color:#FAC06E;
	font-size:14px;
	border-left:2px solid white;
}

table#tmenu a
{
	color:#FAC06E;
}
/* ************ */

/* ***************** */
/* *** CONTENUTO *** */
div#content
{
	margin:0px 0px 5px 0px;
	padding:20px 20px 20px 20px;
	background-color:#E6E4D6;
	text-align:left;
	height:100%;
}

div#divtitolo
{
    float: left;
    margin: 0px 0px 10px 0px;
    color: #712900;
    font-size: 130%;
    font-weight: bold;
    text-transform: uppercase;
    width: 400px;
    cursor: default;
}

span#labelcontenuto
{
	float:left;
	width:400px;
	font-size:12px;
	text-align:justify;
	cursor:default;
}

span#labelRisposta
{
	float:left;
	width:400px;
	font-size:11px;
	text-align:justify;
	cursor:default;
}

span#labelimmagine
{
	float:right;
	width:320px;
	margin:0px 15px 0px 0px;
}

span#labelslideshow
{
	float:left;
	width:740px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

span#labelslideshow span
{
	float:left;
	margin:0px 0px 0px 17px;
	padding:5px 5px 5px 5px;
	height:65px;
	width:65px;
	background-color:#712900;
	text-align:center;
	
}

span#labelslideshow img
{
	cursor:pointer;
}
/* ***************** */

div#bottom
{
	float:none;
	clear:both;
	margin:0;
	padding:0px 50px 0px 50px;
	color:#712900;
	cursor:default;
	text-transform:capitalize;
	font-size:14px;
	word-spacing:12px;
}
