body {
	margin-top: 0px;
	background-color: #F7F7F7;
	margin-left: auto;
	margin-right: auto;
}

/* Stili voci menù ------------------------------------------------------------------*/

li {
	list-style-type: none;
	text-align: left;
	list-style-position: inside;
    display: list-item;
	clear: left;
	right: 20px;
	position: relative;
	font: 13px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 0;
	letter-spacing: 0.3pt;
	clear: left;
	direction: ltr;
}

li a.selected:hover,li a.selected {
	color: maroon;
}


#lang {
	list-style-type: none;
	text-align: left;
	list-style-position: inside;
	right: 20px;
	position: absolute;
	font: 13px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 0;
	letter-spacing: 0.3pt;
	direction: ltr;
	float: none;
	display: inline;
}

#lang li a {
    float: left;

}
#lang li {
    display: inline;
}



a { color: #336699;
	text-decoration: none;
}

a:visited { color: #336699;
}

a:hover { color: #ff9933;
}


/* Struttura ------------------------------------------------------------------*/




#sgs {
	position: relative;
	width: 160px;
	height: 100px;
	letter-spacing: -500em;
    text-indent: -500em;
	display: block;
	clear: both;
	background-color: transparent;
	float: left;
	top: 36px;
	left: 18px;
}

#istruzioni img {
	float: left;
	margin-right: 15px;
}

#istruzioni p {
	float: left;
}

#container_avviso {
	top: 0px;
	position: relative;
	width: 100%;
	height: inherit;
	background-color: #e6e6e6;
	margin: -21px auto 0px;
	padding: 0;
	border-bottom: thin solid maroon;
}

#avviso {
	margin: 20px auto 0px;
	top: 0;
	position: relative;
	width: 940px;
	height: 120px;
	display: block;
	float: none;
	clear: both;
	padding: 1px 15px 15px;
}

#head {
	margin: 20px auto 0px;
	top: 0;
	position: relative;
	width: 960px;
	height:210px;
	background: url(img/headerback.jpg) no-repeat center center; 
	letter-spacing: -500em;
    text-indent: -500em;
	display: block;
	float: none;
	clear: both;
}

#head_en {
	margin: 20px auto 0px;
	top: 0;
	position: relative;
	width: 960px;
	height:210px;
	background: url(img/headerback_en.jpg) no-repeat center center; 
	letter-spacing: -500em;
    text-indent: -500em;
	display: block;
	float: none;
	clear: both;
}

#head_fr {
	margin: 20px auto 0px;
	top: 0;
	position: relative;
	width: 960px;
	height:210px;
	background: url(img/headerback_fr.jpg) no-repeat center center; 
	letter-spacing: -500em;
    text-indent: -500em;
	display: block;
	float: none;
	clear: both;
}

#head_es {
	margin: 20px auto 0px;
	top: 0;
	position: relative;
	width: 960px;
	height:210px;
	background: url(img/headerback_es.jpg) no-repeat center center; 
	letter-spacing: -500em;
    text-indent: -500em;
	display: block;
	float: none;
	clear: both;
}

#head_ru {
	margin: 20px auto 0px;
	top: 0;
	position: relative;
	width: 960px;
	height:210px;
	background: url(img/headerback_ru.jpg) no-repeat center center; 
	letter-spacing: -500em;
    text-indent: -500em;
	display: block;
	float: none;
	clear: both;
}







#language {
	margin: 20px auto 0;
	position: relative;
	width: 960px;
	height: 15px;
	text-align: right;
	float: right;
	clear: none;
	z-index: 1;
	top: 0;
	display: inline-block;
}

#container {
	margin: -21px auto 0px;
	top: 0px;
	position: relative;
	width: 960px;
	height: inherit;
}


#leftbar {
	margin: 0 auto 0px;
	top: 0px;
	z-index:10;
	position:relative;
	width: 208px;
	height:600px;
	padding: 10px 0px 0px;
	float: left;
	background: #F7F7F7 url(img/back_leftbar.jpg) no-repeat;
}

#leftbar_en {
	margin: 0 auto 0px;
	top: 0px;
	z-index:10;
	position:relative;
	width: 208px;
	height:600px;
	padding: 10px 0px 0px;
	float: left;
	background: #F7F7F7 url(img/back_leftbar_en.jpg) no-repeat;
}

#leftbar_fr {
	margin: 0 auto 0px;
	top: 0px;
	z-index:10;
	position:relative;
	width: 208px;
	height:600px;
	padding: 10px 0px 0px;
	float: left;
	background: #F7F7F7 url(img/back_leftbar_fr.jpg) no-repeat;
}

#leftbar_es {
	margin: 0 auto 0px;
	top: 0px;
	z-index:10;
	position:relative;
	width: 208px;
	height:600px;
	padding: 10px 0px 0px;
	float: left;
	background: #F7F7F7 url(img/back_leftbar_es.jpg) no-repeat;
}



#content {
	position:relative;
	height: inherit;
	width: 710px;
	background-color: #F7F7F7;
	float: right;
	color: black;
	font-size: 10pt;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	visibility: visible;
	padding-bottom: 0;
}


#contact1 {
	float: left;
	display: block;
	width: 39%;
}

#contact2 {
	float: left;
	display: block;
	width: 35%;
	margin-top: 5px;
}

#contact3 {
	float: right;
	display: block;
	width: 23%;
	margin-top: 5px;
}

#form {
	position:relative;
	height: inherit;
	width: 710px;
	float: right;
	font-size: 10pt;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	vertical-align: top;
	visibility: visible;
	padding-bottom: 0;
	left: -2px;
}

#privacy {
	position:relative;
	height: inherit;
	width: 710px;
	float: right;
	font-size: 10pt;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	vertical-align: top;
	visibility: visible;
	padding-bottom: 0;
	left: -2px;
	top: 10px;
}



#footer {
	margin: 0 auto 0px;
	z-index:10;
	position:relative;
	width: 960px;
	height: 24px;
	padding: 10px 0 0;
	float: left;
	color: gray;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	background-color: transparent;
	clear: none;
	top: 20px;
	font: 7pt "Lucida Grande", Lucida, Verdana, sans-serif;
}


/* Stili testo ------------------------------------------------------------------*/

p {
	text-align: justify;
	color: black;
	float: none;
	clear: left;
	font: normal 9.5pt/15pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

h {
	text-align: justify;
	color: black;
	font: normal 9pt/9pt "Lucida Grande", Lucida, Verdana, sans-serif;
	float: none;
	clear: left;
}

h2 {
	text-align: left;
	color: #336699;
	font: 13pt/6pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5pt;
	margin-bottom: 24px;
}

h3 {
	text-align: left;
	color: black;
	font: italic 10pt/0 Georgia, "Times New Roman", Times, serif;
	white-space: normal;
	margin-top: 20px;
}

h4 {
	text-align: justify;
	color: gray;
	font: 8pt/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	white-space: normal;
}

h5 {
	text-align: left;
	color: maroon;
	font: 13pt/17pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5pt;
	margin-bottom: 4px;
}

h6 {
	text-align: right;
	color: #336699;
	font: bold 8pt/0 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3pt;
}

/* Table intestazione ------------------------------------------------------------------*/


table.intestazione {
    border-collapse: collapse;
    margin: 10px auto 10px 0;
    width: 100%;
    font: normal 11px/8px "Lucida Grande", Lucida, Verdana, sans-serif;
	direction: ltr;
	text-align: left;
}



.intestazione th {
    background-color:#336699;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
	border: 1px dotted gray;
	height: 26px;
	line-height: normal;
}







/* Div_istruzioni ------------------------------------------------------------------*/

#istruzioni img {
	margin-right: 40px;
	float: left;
	position: relative;
	display: block;
	border: thin solid silver;
}

#istruzioni p {
	float: left;
	display: block;
	position: relative;
}

/* Table dati ------------------------------------------------------------------*/

.dati th {
    background-color: #eaf7ff;
    color: black;
    border: 1px dotted gray;
    padding: 10px;
}

thead.dati {
    border-collapse: collapse;
    margin: 5px 0 10px;
    width: 100%;
	font: 9px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
}


thead.dati2 {
    border-collapse: collapse;
    margin: 5px 0 10px;
    width: 100%;
	font: 9px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
}

.dati2 th {
    background-color: white;
    color: black;
    border: 1px dotted gray;
	padding: 10px;
}



