body  {
	background-color: #FFF;
}
a:link, a:active, a:visited {
  border: none;
  text-decoration: none;
}

a:link, a:visited {

}
a:active, a:focus, a:hover {

}


a:hover, a:focus {
	border: none;
	text-decoration: underline;
	}

a:visited {
	border: none; 
	color:#333;
}

a img {
  border: none;
}
#contenitore{
	width: 900px;
	margin: 0px auto ;
}

#head{
	background-color: #FFF;
	width: 900px;
	height: 100px;
}

#menu{

	background:url("logo.png") no-repeat;
	width: 400px;
	height: 100px;
	float: left;
}

#menu_dx{
	background:url("logoDX.png") no-repeat;
	width: 400px;
	height: 100px;
	float: right;
}


#bottoni{
	background-color: #FFF;
	width: 900px;
	height: 60px;
}
/*******************************************************/
#menu_button{
	display: inline;
	background:green;
}
#menu_button ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*text-align: center;*/
 }
#menu_button ul li {
	display: inline;
	float: left;
	width:120px;
	height:50px;
	margin:0px;
}
#menu_button ul li a {
	display: block;
	width:120px;
	height:50px;
	margin:0px auto;
}
/*
#menu_button ul li a:hover{
	background-position: bottom;
	border:1px solid #fff;
}
#menu_button ul li#test a {
	background:url('1b.png');
}
*/
#menu_button ul li#test1 a {
	background-image:url('1b.png');
}
#menu_button ul li a:hover
{
	background-position: -1px -60px;
}
#menu_button ul li#test2 a {
	background-image:url('2b.png');
}

#menu_button ul li#test3 a {
	background-image:url('3b.png');
}

#menu_button ul li#test4 a {
	background-image:url('4b.png');
}

#menu_button ul li#test5 a {
	background-image:url('5b.png');
}

#menu_button ul li#test6 a {
	background-image:url('6b.png');
}
/*****************************************************/

#modulistica ul li a:link,
#modulistica ul li a:visited,
#modulistica ul li a:focus{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

#banner{
	background-image: url(banner.jpg); 
	width: 900px;
	height: 200px;
}

#body_left{
	width: 550px;
	float: left;
}

#body_right{
	width: 350px;
	background-color: #000;
	float: left;
}

#title{
	background-color: #CCCCCC;
	font-size: 0.9em;
	font-family: verdana;
	text-align: left;
	color: #000;
	padding: 5px 0px 0px 10px;
}

#text{
	background-color: #FFF;
	font-size: 0.7em;
	font-family: verdana;
	text-align: left;
	color: #000;
	padding: 5px 5px 5px 10px;
}

#foot{
	background-color: #C60000;
	font-size: 0.6em;
	font-family: verdana;
	color: #FFF;
	padding: 5px 0px 0px 10px;
}

#banda{
	background-color: #DD0D1D;
	font-size: 0.8em;
	font-family: verdana;
	color: #FFF;
	padding: 5px 0px 0px 10px;
}

#striscia{
	background-color: #C60000;
	font-size: 0.8em;
	font-family: verdana;
	color: #FFF;
	padding: 5px 0px 0px 10px;
}

#green{
	background-color: #52A53F;
	font-size: 1.1em;
	font-family: verdana;
	text-align: left;
	color: #000;
	padding: 5px 0px 0px 10px;
	background-position: center;
}



