/*stili per il layout fisso con background*/
html,body{
	margin: 0;
	padding: 0;
}

body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #FFC90D;
}

div#contenitore{
	position: relative;
	width:769px; 
	margin:0 auto;
	border-width: 0 1px; 
	border-style:solid; 
	border-color: #ccc;
	background-color: #FFF;
}

div#contenitore2{
	text-align: left;
}

/*Testata del sito*/
div#testata{
	background-color:#A0A0A0;
	color: #000;
	height: 300px;
}


div#testata h1{
	position:absolute;
	left:-10000px;
	top:-10000px;
	width:0;
	height:0;
	overflow:hidden;
	clear:none;
	visibility: hidden;
}

h1,h2{
	margin: 0;
	padding:0;
	color: #073582;
}

h1{
	padding-left:0px;
	font: bold 1.6em arial,verdana;
}

h2{
	color: #69f;
	font-size: 1.5em;
}

/*Footer del sito*/
div#footer a{
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}

/* LAYOUT */
div#contenuto{
	position: relative;
	left: 0;
	width: 506px;
	\width:516px;
	w\idth:506px;
	padding: 1em 10px 5em 3em;
}

div#extra.ita{
	position: absolute;
	top: 250px;
	right: 0;
	background: url(img/frase.jpg) center no-repeat;
	width: 200px;
	\width:210px;
	w\idth:200px;
	height: 300px;
	padding: 1em 5px;
}

div#extra.france{
	position: absolute;
	top: 250px;
	right: 0;
	background: url(img/frase_fr.jpg) center no-repeat;
	width: 200px;
	\width:210px;
	w\idth:200px;
	height: 300px;
	padding: 1em 5px;
}

div#extra.uk{
	position: absolute;
	top: 250px;
	right: 0;
	background: url(img/frase_en.jpg) center no-repeat;
	width: 200px;
	\width:210px;
	w\idth:200px;
	height: 300px;
	padding: 1em 5px;
}

div#extra.deutch{
	position: absolute;
	top: 250px;
	right: 0;
	background: url(img/frase_de.jpg) center no-repeat;
	width: 200px;
	\width:210px;
	w\idth:200px;
	height: 300px;
	padding: 1em 5px;
}

div#extra.espana{
	position: absolute;
	top: 250px;
	right: 0;
	background: url(img/frase_es.jpg) center no-repeat;
	width: 200px;
	\width:210px;
	w\idth:200px;
	height: 300px;
	padding: 1em 5px;
}

div#extra a{
	margin-left: 0px;
	/*display: block;*/ 
	margin-top: 1px;					
	margin-bottom: 1px;
	font: normal 1.0em/1.6em arial,sans-serif; 
	color: #073583;
	text-decoration: none;
}

div#footer{
	clear:both; 
	text-align:center; 
	padding: 5px 0;
	background-color: #A0A0A0;
	color: #000;
}

/*Stili per il box del contenuto*/

#contenuto h1{
	margin-top:0px;
	margin-bottom:2px;
}

#contenuto p{
	margin-top:7px;
	margin-bottom:7px;
	color: #073583;
	text-align: justify;
}

#contenuto .bold{
	font-weight: bold;
}

#contenuto .tabella{
	margin-top: 5px;	
}

#contenuto .centrato{
	text-align: center;
}

#contenuto ul#faq{
	margin-bottom: 5px;
}

#contenuto #faq li{
	margin-bottom: 8px;
	
}

#contenuto a{
	color: #073583;
	font: normal bold 0.9em/2.0em Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#contenuto a:hover{
	text-decoration: underline;	
}

.nascosto{
	display: none;
}
