@charset "UTF-8";

*{
	padding:0;
	margin:0;
}

.divisore{
	clear:both;
	border:none;
	color:#FFF;
	width:100px;
}

.h3ContInterno{
	font-size:14px;
	font-weight:bold;
	color:#063;
	margin-top:40px;
}
.testoContenuto{
	font-size:12px;
	color:#666;
	font-weight:normal;
	width:650px;
	margin-top:40px;
}
body,html {
	background-color: #FFF;
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	height:100%;
}

.clear{
	clear:both;
}

#contenitore{
	height:100%;
}

.bannerAngolo {
	background-image:url(../immagini/bannerAngolo.png);
	height:154px;
	width:179px;
	position:absolute;
	top:0;
	right:0;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}


#header {
	background-image:url(../immagini/header.png);
	height:175px;
	margin-top:0;
}
#logo a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background-image:url(../immagini/logo.png);
	width:200px;
	height:60px;
	margin-top:20px;
	margin-left:150px;
	position:absolute;
}

#contenuto{
	margin-top:0px;
	width:1130px;
	height:63%;
}

#navigazione{
	margin-left:50px;
	width:100px;
	float:left;
	margin-top:37px;
}
#navigazione li{
	list-style-image:url(../immagini/list.png);
	margin-bottom:10px;
}
#navigazione a{
	text-decoration:none;
	color:#666;
}
#navigazione a:hover{
	color:#063;
	text-decoration:underline;
}
#navigazione a.attivo{
	color:#063;
	text-decoration:none;
}

#navigazione ul.listaLingue{
	border-top:1px dotted #CCC;
	margin-top:80px;
}
#navigazione .listaLingue li{
	margin-top:20px;
	list-style-type:none;
	list-style-image:none;
	float:left;
	margin-right:3px;
	margin-left:7px;
}
#navigazione .listaLingue a{
	width:20px;
	height:20px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
#navigazione .ita{
	background-image:url(../immagini/italy.jpg)
}
#navigazione .eng{
	background-image:url(../immagini/uk.jpg)
}
#navigazione .fra{
	background-image:url(../immagini/france.jpg)
}
#navigazioneInterna li{
	float:left;
	list-style-type:none;
	margin-right:15px;
}
#navigazioneInterna a{
	text-decoration:none;
	color:#063;
}
#navigazioneInterna a:hover{
	color:#06C;
	text-decoration:underline;
}

#thumbFlash{
	width:260px;
	height:60px;
	margin-left:450px;
	margin-top:-20px;
}

#immagineContenuto{
	width:240px;
	height:150px;
	float:left;
	margin-top:40px;
}
#contenutoInterno{
	float:left;
	width:780px;
	margin-left:100px;
	padding-left:50px;
	line-height: 23px;
	background-repeat:no-repeat;
}

#contenutoInterno img.immContInterno{
	margin-top:40px;
	float:left;
	margin-right:10px;
}


#contenutoInterno p{
	text-align:justify;
	width:700px;
}

#footer{
	border-top: 1px solid #CCC;
	padding-top:15px;
	width:100%;
	color:#999;
	margin-top:10px;
	margin-bottom:0px;
	height:100px;
}
#testiUno{
	width:400px;
	float:left;
	margin-left:40px;
	height:42px;
}
#testiDue{
	width:180px;
	float:left;
	margin-left:350px;
	height:42px;
}
#footer a{
	color:#999;
}
#footer a:hover{
	color:#093;
}
#erba{
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background-image:url(../immagini/footer.gif);
	background-repeat:repeat-x;
	width:100%;
	height:80px;
	clear:both;
	position:fixed;
	bottom:0;
}
