body {
	margin: 5px 3% 5px 3%;
	padding: 0;
	background: url(../immagini/sfondo.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #010101;
	font-size: 12px;
}

img {
	border: 0;
}

#contenitore {
	/*background-color: #f2f2f2;
	margin: 0;
	padding: 0;
	clear: both;
	border:1px solid red;*/
	float: left;
	width: 100%;
	background: #f2f2f2;
	color: #000;
}

#navigazione {
	width: 200px;
	float: left;
	padding-left:5px;
	/*border: 1px solid red;*/
}

#container {
	margin-left:210px;
}

#extra {
	width: 200px;
	float: right;
	padding-right:5px;
	/*border:1px solid green;*/
}

#main {
	margin-right: 210px;
	background-color: #fff;
	border-left: 1px solid #e3e4e3;
	border-right: 1px solid #e3e4e3;
	padding: 8px;
	/*border: 1px solid gray;*/
	margin-bottom: 0px;
	padding-bottom:0px;
}
#footer_sopra {
	clear:both;
	height: 20px;
	background: url(../immagini/sfumatura_bottom.jpg);
}

#footer {
	background-color: #5d6069;
	color: #fff;
	padding-top:10px;
	/*height: 150px;*/
}

#menu {
	margin-top:10px;
	height:40px;
	line-height: 40px;
	background:url(../immagini/sfondo_menu_top.jpg) #063381;
	color: #fff;
}

#menu_sotto {
	height: 20px;
	background: url(../immagini/sfumatura_top.jpg);
}

#menu>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu>ul li {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align:center;
}

#menu>ul li.active {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	background: url(../immagini/sfondo_menu_top_active.jpg);
}

#menu>ul li a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
	font-style: normal;
}

#menu>ul li a:hover {
	text-decoration:underline;
}

/******** FINE LAYOUT **********/

.imgDestra {
	float:right;
	margin-left:3px;
	margin-bottom:3px;
}

.imgSinistra{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}

a {
	color: #4162a4;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	/*background: url(../immagini/bullet.gif) no-repeat top left;
	padding-left:14px;*/
}

a:hover {
	color: #d28a2f;
	font-weight:bold;
	text-decoration: underline;
}

#box_centro {
	height:220px;
	background: url(../immagini/sfondo_centro.jpg);
	margin-bottom: 10px;
	overflow: hidden;
}

.box {
	border: 1px solid #e3e4e3;
	padding: 0;
	margin-bottom: 10px;
	background-color: #fff;
}

.box>.interno {
	padding: 5px;
}

.sfondo_box_arancione {
	background: url(../immagini/sfondo_box_arancione.jpg);
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:16px;
	padding-left:10px;
	font-weight: bold;
}

.sfondo_box_blu {
	background: url(../immagini/sfondo_box_blu.jpg);
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:16px;
	padding-left:10px;
	font-weight: bold;
}

/*** lista per voci di menu verticale *****/
ul.vert {
	margin: 0;
	padding: 0;
}

ul.vert>li {
	list-style-position: outside;
 	list-style: none;
	display: block;
	height: 20px;
	line-height:20px;
	border-bottom: 1px solid #e3e4e3;
}
ul.vert>li>strong {
	color: #d28a2f;
}

ul.vert>li>a {
	text-decoration: none;
	color:#000;
	font-weight: normal;
	font-style: normal;
}
ul.vert>li>a:hover {
	text-decoration: none;
	color: #d28a2f;
	font-weight:bold;
}

.titolo {
	font-weight: bold;
	font-size:16px;
}

.colonna {
	background-color: #EAEAEA;
	margin-left: 3px;
}