/* CSS Document */

* {
	margin: 0;
	padding: 0px;
	}
	
body {	
	background-color: black;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.holder {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	}
	
.structure {
	width: 915px;
	float: left;
	background-image: url(../img/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: 50px 0;
	position: relative;
	}
	
.header {
	float: left;
	position: relative;
	width: 915px;
	height: 160px;
	}

.it {
	position: absolute; top: 30px; left: 805px;
	width: 20px;
	height: 11px;
	}
	
.de {
	position: absolute; top: 30px; left: 835px;
	width: 20px;
	height: 11px;
	}
	
.fr {
	position: absolute; top: 30px; left: 865px;
	width: 20px;
	height: 11px;
	}
	
.en {
	position: absolute; top: 30px; left: 895px;
	width: 20px;
	height: 11px;
	}	
	
.logo {
	float: left;
	width: 326px;
	height: 123px;
	position: absolute; bottom: 0px; left: 0px;
	}
	
.menu {
	float: left;
	width: 600px;
	height: 35px;
	text-align: right;
	position: absolute; bottom: 30px; right: 0px;
	background-image: url(../img/righe_menu.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}

	
.tasto {
	 float: right;
	 width: auto;
	 padding-left: 20px;
	 }
	 
.tasto a {
	display: block;
	border-bottom: solid 3px black;
	}
	
.tasto a:hover {
	display: block;
	border-bottom: solid 3px white;
	}

	
.content {
	width: 915px;
	float: left;
	padding: 40px 0 40px 0;
	}
	
.content_interno {
	width: 915px;
	float: left;
	padding: 30px 0 40px 0;
	}
	
.content_interno_2 {
	width: 915px;
	position: relative;
	float: left;
	padding: 0px 0 40px 0;
	}
	
.tasselli {
	width: 915px;
	height: 200px;
	float: left;
	position: relative;
	}
	
.tasselli a {
	display: block;
	border: solid 2px #333333;
	}
	
.tasselli a:hover {
	display: block;
	border: solid 2px #666666;
	}
	
.tassello_1 {
	float: left;
	position: absolute; top: 0; left: 85px;
	}
	
.tassello_2  {
	float: left;
	position: absolute; top: 0; left: 343px;
	}
	
.tassello_3  {
	float: left;
	position: absolute; top: 0; left: 600px;
	}
	
.footer {
	width: 915px;
	height: 100px;
	float: left;
	position: relative;
	border-top: solid 1px #333333;
	}
	
.footer_logo {
	float: left;
	position: absolute; top: 20px; left: 0px;
	}
	
.footer_logo_sponsor {
float: left;
	position: absolute; top: 20px; left: 170px;
	}
	
	
.footer_logo_sponsor2 {
float: left;
	position: absolute; top: 20px; left: 320px;
	}
	
.footer_menu {
float: left;
position: absolute; top: 20px; right: 0px;
width: 400px;
height: 100px;
text-align: right;
color: #666666;
padding-bottom: 20px;
}

.copyright {
	float: right;
	width: 400px;
	color: #666666;
	padding-top: 10px;
	}

.copyright a {
	color: #666666;
	text-decoration: none;
	}

.footer_menu ul {
	display: inline;
	list-style: none;
	}
	
.footer_menu li {
	display: inline;
	list-style: none;
	padding: 0 0 15px 15px;
	text-transform: uppercase;
	}
	
.footer_menu li a {
	color: white;
	text-decoration: none;
	}
	
.area_title {
	width: 915px;
	float: left;
	height: 20px;
	position: relative;
	text-align: right;
	padding: 0px 0 20px 0;
	border-bottom: solid 1px #666666;
	z-index: 200;
	
	}

.area_title img {
	position: absolute; top: -10px; right: 0;
	}
	
	
.blocco_home_flash {
	width: 450px;
	height: 288px;
	float: left;
	padding: 0 0 0 130px;
	}
	