body {
	background-image: url(fondohomelight.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
width: 700px;
line-height: 18px;
font-size: 11px;
font-family: Georgia, serif;

}
#container a {
	text-decoration: none;
	color: #1E5B9A;
	font-weight: bold;

}







/* intestazioni */

h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 16px;
	left: 95px;
	width: 300px;
	height: 80px;
	background-image: url(logo_overview.gif);
	background-repeat: no-repeat;
	text-indent: -999px;
}
h2 {
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0;
}

h4 {
	font-size: 15px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #1E5B9A;
}

/* Menu lingue */



#en {
	position: absolute;
	top: 130px;
	left: 85px;
	width: 150px;
}
#texten {
position: absolute;
	top: 160px;
	left: 40px;
	width: 220px;
	text-align: center;
}
#texten a, #textit a, #textfr a {
	color: Black;
	font-weight: normal;
}
#newsen {
position: absolute;
	top: 480px;
	left: 40px;
	width: 220px;
	text-align: center;
}
#newsen a {
font-weight:normal;
text-decoration:underline;
color:black;
}
#newsen a:hover{
text-decoration:underline;
}
#en a {
	background-image: url(lang_en.gif);
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 15px;
	text-decoration: none;
	padding: 2px 0 2px 50px;
	color: Black;
}
#en a:hover {
	background-image: url(lang_en.gif);
	background-position: 0 -30px;
}


#fr {
	position: absolute;
	top: 130px;
	left: 320px;
	width: 150px;
}
#textfr {
position: absolute;
	top: 160px;
	left: 280px;
	width: 220px;
	text-align: center;
}
#newsfr {
position: absolute;
	top: 480px;
	left: 280px;
	width: 220px;
	text-align: center;
}
#newsfr a {
font-weight:normal;
text-decoration:underline;
color:black;
}
#newsfr a:hover{
text-decoration:underline;
}

#fr a {
	background-image: url(lang_fr.gif);
	background-repeat: no-repeat;	
	display: block;
	width: 150px;
	height: 15px;
	text-decoration: none;
	padding: 2px 0 2px 50px;
	color: Black;
}
#fr a:hover {
	background-image: url(lang_fr.gif);
	background-position: 0 -30px;
}



#it {
	position: absolute;
	top: 130px;
	left: 550px;
	width: 150px;
}
#textit {
position: absolute;
	top: 160px;
	left: 520px;
	width: 220px;
	text-align: center;
}
#newsit {
position: absolute;
	top: 480px;
	left: 520px;
	width: 220px;
	text-align: center;
}
#newsit a {
font-weight:normal;
text-decoration:underline;
color:black;
}
#newsit a:hover{
text-decoration:underline;
}
#it a {
	background-image: url(lang_it.gif);
	background-repeat: no-repeat;	
	display: block;
	width: 150px;
	height: 15px;
	text-decoration: none;
	padding: 2px 0 2px 50px;
	color: Black;

}
#it a:hover {
	background-image: url(lang_it.gif);
	background-position: 0 -30px;
}


/* Menu principale */

#news {
	position: absolute;
	top: 450px;
	left: 0px;
	background-image: url(news.gif);
	background-repeat: no-repeat;
	background-position: -10px 0;
	padding: 0 0 0 60px;
	width: 60px;
	height: 100px;
}


#menu {
	position: absolute;
	top: 130px;
	left: 0;
	margin: 0;
	padding: 0;	
	width: 180px;	
	font-family: Georgia, serif;
}
#menu ul {
	margin: 0;
	padding: 0;

	font-size: 16px;
	
}
dt {
	font-size: 16px;
}



