@charset "utf-8";
/* CSS Document */

/* GENERALI */
html { 
	overflow:visible;
	overflow-x:hidden;
	overflow-y:auto;
}

body.home {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color:#000000;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
	overflow:visible;
	overflow-x:hidden;
	overflow-y:auto;
}
body.index {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow:visible;
	overflow-x:hidden;
	overflow-y:auto;
}
a.nero { color:#000000; }
a.bianco { color:#FFFFFF; }
a.arancio { color:#FF6600; }
.asinistra { float:left; }
.adestra { float:right; }
ul { color:#FFFFFF; }
li.pri {
	padding-top:8px;
	font-weight: bold;
}
li.sec {
	padding-top:3px
}
h1 {
	font-size:12px;
	margin:0px;
	padding:0px;
}

/* STRUTTURA */

#container_index {
	width:760px;
	height:420px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -380px;
	margin-top: -210px;
}
#flash_index {
	width:760px;
}
#noflash_index {
	width:760px;
}
#container {
	width:660px;
	height:600px;
	position:absolute;
	left:50%;
	margin-left:-330px;
	margin-top:10px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/sfondo_sotto.jpg);
	background-repeat: no-repeat;
}
#testa {
	width:660px;
	height:180px;
	text-align:left;
	float:left;
}
#login{
	width:24px;
	height:24px;
	float:right;
}
#logo {
	width:162px;
	height:155px;
	float:left;
	margin-left: 48px;
}
#header {
	width:488px;
	height:151px;
	float:left;
	background-repeat: no-repeat;
	margin-left: 14px;
}
#quadroheader {
	width:125px;
	height:125px;
	float:left;
	padding-bottom: 9px;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#pubblicita {
	width:468px;
	height:60px;
	float:left;
	padding-top: 8px;
	padding-left: 15px;
	text-align: center;
	padding-right: 5px;
}
#sms {
	width:468px;
	height:44px;
	float:left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	text-align: center;
	padding-right: 5px;
}
#news {
	width:488px;
	height:30px;
	float:left;
	text-align:center;
}
#adnkronos {
	width:468px;
	height:26px;
	float:left;
	text-align:center;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 1px;
}
#main {
	width:600px;
	height:240px;
	float:left;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(images/sfondo_sotto2.jpg);
	margin-top: 12px;
	background-color: #FF6600;
	margin-left: 30px;
}
#bannerhome {
	width:217px;
	height:200px;
	float:left;
	padding: 11px;
	padding-bottom: 40px;
	padding-left: 12px;
	padding-top: 0px;
}
#flash_bannerhome {
	width:217px;
	height:200px;
	background-color:#FFFFFF;
	text-align: justify;
}
#controllo {
	width:341px;
	height:200px;
	float:right;
	padding: 10px;
	padding-bottom: 40px;
	padding-right: 9px;
	padding-top: 0px;
}
#flash_controllo {
	width:341px;
	height:200px;
	float:left;
	background-color:#666666;
}
#manodestra {
	position:absolute;
	background-image:url(images/hand_right2.gif);
	width:65px;
	height:120px;
	top: 191px;
	left: 576px;
}
#manosinistra {
	position:absolute;
	background-image:url(images/hand_left2.gif);
	width:62px;
	height:136px;
	top: 217px;
	left: -40px;
	background-repeat: no-repeat;
}

.noflash {
	padding:5px;
	font-size: 11px;
}

.credit {
	width:660px;
	font-size:10px;
	color:#CCC;
	text-align:center;
	position:absolute;
	top:610px;
	position:absolute;
	left:50%;
	margin-left:-330px;
}
.credit a { color:#CCC; } 
