/*ridefinizione tag
*/
body {
    margin-top: 0;
	margin-bottom: 0; 
 	background: #3e3e3e;
}

body td {
	font: 12px  "Lucida Grande", Helvetica,Arial, sans-serif, Verdana ;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}
h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 19px;
	margin-top: 1px;
	margin-bottom: 1px;
}
h3 {
	font-size: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
}
h4 {
	font-size: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
}
h5 {
	font-size: 16px;
	margin-top: 1px;
	margin-bottom: 1px;
}
h6 {
	font-size: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
}

a, a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #663300;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

a:hover {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
} 

/*Stili per barra laterale sinistra e menù box
*/
a.box_v_menu, a.box_v_menu:link, a.box_v_menu:visited {
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 0.8em;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 11px;
	line-height: 18px;
	height: 100%;

}
a.box_v_menu:hover {
	background-color: #F1F0D9;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.box_v_menu_fisso {
	background-color: gray;
	padding: 0.4em;
	color: white;
	font-size: 11px;
	border: 1px solid #006600;
}
.box_v_menu_titolo {
	font-size: 11px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #663300;
	text-align: center;
}
 
.padding_5 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.str_colonna_sx {
	background-color: #D5C4A6;
	color: #000000;
}
.str_footer {
	background-color: #171717;
	color: #FFFFFF;
}
.str_corpo_testo {
	background-color: #F1F0D9;
}
.padding_corpo_testo {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/* Stili per barratop
*/
a.link_menu_strong_dx, a.link_menu_strong_dx:link, a.link_menu_strong_dx:visited {
	text-decoration: none;
	font-weight: bold;
	color: #663300;
	font-size: 11px;
	padding-right: 16px;
	padding-left: 15px;
	line-height: 20px;
	height: 20px;
}
a.link_menu_strong, a.link_menu_strong:link, a.link_menu_strong:visited {
	text-decoration: none;
	font-weight: bold;
	color: #663300;
	font-size: 11px;
	padding-right: 16px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	line-height: 20px;
	height: 20px;
}
a.link_menu_strong:hover {
	text-decoration: underline;
	font-weight: bold;
		font-size: 11px;
	color: #990000;
	font-style: normal;
}
a.link_menu_strong_dx:hover {
	text-decoration: underline;
	font-weight: bold;
		font-size: 11px;
	color: #990000;
	font-style: normal;
}
a.link_menu, a.link_menu:link, a.link_menu:visited {
	text-decoration: none;
	color: #990000;
		font-weight: bold;
	font-size: 10px;
}

a.link_menu:hover {
	text-decoration: none;
	color: #FFCC00;	
	font-weight: bold;
}
a.link_bianco_menu, a.link_bianco_menu:link, a.link_bianco_menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;

}
a.link_bianco_menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;	
}
/*Stili del testo e del corpo centrale
*/

.testo_grande {
 font-size: 20px;
 }
.testo_medio {
 font-size: 13px;
 }
.testo_piccolo {
 font-size: 8px;
 }
.testo_bianco {
	color: #FFFFFF;
}
.testo_grigio {
	color: #999999;
}

/* STILE DEI LINK
*/
a.link_titolo, a.link_titolo:link {
	text-decoration: none;
	font-weight: bold;
	color: #663300;
}

a.link_titolo:hover {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
}

a.link_titolo:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a.link_grigio, a.link_grigio:link, a.link_grigio:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

a.link_grigio:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

a.link_rosso, a.link_rosso:link, a.link_rosso:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
a.link_rosso:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}
a.link_bianco, a.link_bianco:link, a.link_bianco:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.link_bianco:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link_testo, a.link_testo:link, a.link_testo:visited {
text-decoration: none;
	color: #666666;
}
a.vedanet, a.vedanet:link, a.vedanet:visited {
font-size:11px;
text-decoration: none;
	color: #CCCCCC;
}
/* STILE DEL BLOG E DELLLE NEWS
*/
.linea_down_blog {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
.data_blog {
	background-color: #663300;
	border-left-style: none;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
}

.testo_blog {
	font-size: 11px;
}

.firma_blog {
	font-size:10px;
	font-weight: bold;
	color: #663300;
	}

