
/* BODY */

html
{
	width: 100%;
}

body
{
	background: #d9d7c9 url('/images/back.jpg') repeat-x left top;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #444444;
}

/* GENERICI */

* html textarea
{
	background-attachment: fixed;
}

form
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}	

img
{
    border-width: 0px;
}

a
{
	color: #8f4803;
	text-decoration: none;
}

a:visited
{
	color: #8f4803;
}

a:hover
{
	color: black;
}

a:active
{
	color: black;
}

h1
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 16pt;
	font-weight: normal;
	font-family: 'Trebuchet MS';
}

h2
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 14pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

h3
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

h4
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

/* STRUTTURA DELLA PAGINA */

div#pagina
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    background-image: url(/images/xrld.gif);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-attachment: scroll;
}

div#titolo
{
	margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    height: 115px;
    overflow: hidden;
    background-image: url(/images/back-titolo.gif);
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: scroll;
    text-align: center;
}

div#titolo div.left
{
    display: inline;
    float: left;
    width: 1px;
    height: 115px;
    overflow: hidden;
    background-image: url(/images/back-titolo-left.gif);
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: scroll;
}

div#titolo div.right
{
    display: inline;
    float: right;
    width: 1px;
    height: 115px;
    overflow: hidden;
    background-image: url(/images/back-titolo-right.gif);
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: scroll;
}

div#navigazione
{
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    height: 22px;
    overflow: hidden;
    border-left: 1px solid #8f4803;
    border-right: 1px solid #8f4803;
    background-color: #f4f3ef;
}

div#navigazione ul
{
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}

div#navigazione ul li
{
	float: left;
    display: block;
    min-width: 100px;
    width: 100px;
    text-align: center;
}

div#navigazione ul li span
{
    display: block;
    font-weight: bold;
    background-color: white;
    height: 20px;
    padding-top: 2px;
    padding-left: 16px;
    padding-right: 16px;
}

div#navigazione ul li a
{
    display: block;
    color: #444444;
    height: 20px;
    padding-top: 2px;
    padding-left: 16px;
    padding-right: 16px;
}

div#navigazione ul li a:visited
{
    color: #444444;
}

div#navigazione ul li a:hover
{
    color: #8f4803;
}

div#navigazione ul li a:active
{
    color: #8f4803;
}

div.sep
{
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    height: 8px;
    overflow: hidden;
    border-left: 1px solid #8f4803;
    border-right: 1px solid #8f4803;
    background-color: #d9d7c9;
}

div#foto
{
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 1px;
    border-left: 1px solid #8f4803;
    border-right: 1px solid #8f4803;
    background-color: white;
}

div#testo
{
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    overflow: hidden;
    border-left: 1px solid #8f4803;
    border-right: 1px solid #8f4803;
    background-color: #f4f3ef;
}

div#testo2
{
    float: left;
    width: 520px;
    margin-left: 8px;
    padding: 4px;
}

div#testo3
{
    margin-left: 8px;
    margin-right: 8px;
    padding: 4px;
}

div#prenotazioni
{
    float: right;
    width: 200px;
    margin-right: 8px;
    padding: 4px;
}

div#bottom
{
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    height: 48px;
    overflow: hidden;
    border-left: 1px solid #8f4803;
    border-right: 1px solid #8f4803;
    border-bottom: 1px solid #8f4803;
    background-color: #d9d7c9;
}

div#footer
{
    margin-top: 16px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 8pt;
    color: #75725d;
}

/* FORMATTAZIONE */

p
{
	margin-top: 4px;
	margin-bottom: 4px;
}

/* TABELLA TARIFFE */

table.tariffe
{
	margin-left: auto;
	margin-right: auto;
    border-collapse: collapse;
    width: 500px;
}

table.tariffe th
{
    text-align: center;
    font-weight: bold;
    border: 1px solid #8f4803;
    background-color: #d9d7c9;
}

table.tariffe td
{
    text-align: center;
    border: 1px solid #8f4803;
}

/* OFFERTE */

div.offerte_testo
{
}

div.offerte_allegati
{
	float: left;
	margin-right: 16px;
}

div.offerte_foto
{
	margin-top: 4px;
	text-align: center;
}

div.offerte_allegato
{
	margin-top: 4px;
	text-align: center;
}

div.offerte_separatore
{
	width: 8px;
	height: 8px;
	overflow: hidden;
}

/* TABELLA CONTATTI */

table.contatti
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* ELEMENTI FORM */

input.casella
{
	margin: 0px;
	padding: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #aaaaaa;
	color: #333333;
	background-image: url(/images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: 'Trebuchet MS'; 
	font-size: 9pt; 
}

select.casella
{
	border: 1px solid #cccccc;
	color: #333333;
	background-image: url(/images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	font-family: 'Trebuchet MS'; 
	font-size: 9pt; 
}

textarea.casella
{
	padding: 2px;
	border: 1px solid #cccccc;
	color: #333333;
	background-image: url(/images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: 'Trebuchet MS'; 
	font-size: 9pt;
	line-height: 10pt;
}

input.bottone
{
	padding-left: 16px;
	padding-right: 16px;
	color: black;
	font-family: 'Trebuchet MS'; 
	font-size: 9pt; 
	font-weight: bold;
	background-color: #F3B335;
	border: 1px solid #B1AA9E;
}

span.titolo_informativa
{
	width: 100%;
	font-weight: bold;
	color: red;
	line-height: 1.2em;
}

span.testo_informativa
{
	width: 100%;
	font-family: Arial;
	font-size: 10px;
	line-height: 1em;
	color: #CC9B72;
}

span.label_semivisibile
{
	color: #888888;
	font-size: 11px;
}
