/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:0px;
	overflow:auto;
}

a { /*definisce i link*/
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}

a:hover	{
	color:#999999;
	text-decoration:none;
}


.notsel {
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

.ref {
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.menu1 {
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:5px;

}

.menu1:hover {
	text-decoration:underline;
	color:#CCCCCC;
}

.menu2 {
	color:#FFFFFF;
	font-size:12px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}

.menu2:hover {
	text-decoration:underline;
	color:#CCCCCC;
}

.menu3 {
	color:#FFFFFF;
	font-size:10px;
	padding-left:27px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.menu3:hover {
	text-decoration:underline;
	color:#CCCCCC;
}

.titolo {
	text-transform:uppercase;
	font-weight:bold;
}

.briciole {
	font-size:10px;
}

.nobold {
	font-size:10px;
	font-weight:normal;
	padding-left:10px;
	text-decoration:none;
}

.nobold:hover {
	font-size:10px;
	font-weight:normal;
	padding-left:10px;
	text-decoration:underline;
}

.dodici {
	font-size:12px;
}

.dieci {
	font-size:10px;
}

.titolotab
{
	font-weight:bold;
	font-size:10px;
	color:#333333;
}

h1{
font-size:10px;
font-weight:bold;
color:#963A19;
text-align:center;
margin-bottom:0px;
margin-top:0px;
}

div#container { 
width: 931px; 
text-align:left; 
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
/*overflow: hidden;*/
} 

div#header{ 
width:931px;
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
} 

div#contents {
width:931px;
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
}

div#menu {
	float:left;
	position:relative;
	width:270px;
	left:15px;
	padding-bottom:-3px;
}

div#bianco {
	position:relative;
	float:right;
	right:10px;
	width:610px;
}

div#footer {
	width:931px;
	clear:both;
	background-repeat:no-repeat;
	height:30px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

div#footer-home {
	width:931px;
	clear:both;
	background-repeat:no-repeat;
	height:30px;
	background-image:url(../images/footer-home.jpg);
	background-repeat:no-repeat;
}

div#bottone {
	width:170px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	margin-left:20px;
}



.tabella
{
font-size:10px;
color:#333333;
font-weight:bold;
}

.tabellahref
{
font-size:10px;
color:#333333;
font-weight:normal;
text-decoration:underline;
}

.tabellahref:hover
{
text-decoration:none;
}