html,body {
	height: 100%;
}

.mceContentBody {
	background-color: #F0EFEF;
}

.titoli_top_DX {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top: 6px;
	padding-left: 10px;
	color: #FFF;
	font-weight: bolder;
}

.sconto_titoli_top_DX {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #96C03A;
	font-weight: none;
}

.testi_meteo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646567;
	line-height: 12px;
	}

.testi_meteo a{
	color: #3569a5;
	text-decoration: none;
}

.testi_meteo a:hover{
	color: #3569a5;
	text-decoration: underline;
}

.testi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646567;
	line-height: 16px;
}

.testi a{
	color: #3569a5;
	text-decoration: none;
}

.testi a:hover{
	color: #3569a5;
	text-decoration: underline;
}

.testi_piccoli {
	font-family: Verdana;
	font-size: 9px;
	color: #646567;
	}

.testi_piccoli a{
	color: #3569a5;
	text-decoration: none;
}

.testi_piccoli a:hover{
	color: #636363;
	text-decoration: underline;
}

.testi_piccoli_bianchi {
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFFF;
	}

.testi_piccoli_bianchi a{
	color: #FFFFFF;
	text-decoration: none;
}

.testi_piccoli_bianchi a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.testi_indirizzo {
	color: #FFFFFF;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 14px;
}

.testi_indirizzo a{
	color: #CCCCCC;
	text-decoration: none;
}

.testi_indirizzo a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.testiTitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.testiTitolo_BLU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3569a5;
	text-transform: uppercase;
}

.titoloMENU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
}

.titoloMENU a{
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 display: inline;
 font-weight: normal;
 color: #96C03A;
}

h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 display: inline;
 font-weight: normal;
 color: #96C03A;
}

h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 display: inline;
 font-weight: normal;
 color: #96C03A;
}

h4 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 display: inline;
 font-weight: normal;
 color: #96C03A;
}


@charset "utf-8";
/* CSS Document */

#button_green a {
	background: url(/images/button_green_right.png) no-repeat scroll top right;
	display: block;
	float: right;
	height:26px;
	padding-right: 4px;
 text-decoration: none;
	text-align:right;
 color: #FFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
	text-transform: uppercase;
	cursor:pointer; /*Zeiger wandelt sich in Hand um*/
}

#button_green span  {
	background: url(/images/button_green_left.png) no-repeat;
	display: block;
	line-height: 14px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 6px;
}

#button_green a:hover {
	background: url(/images/button_green_right_hover.png) no-repeat scroll top right;
	display: block;
	float: right;
	height:26px;
}

#button_green :hover span {
	background: url(/images/button_green_left_hover.png) no-repeat;
	display: block;
}

#button_orange a {
	background: url(/images/button_orange_right.png) no-repeat scroll top right;
	display: block;
	float: right;
	height:26px;
	padding-right: 4px;
 text-decoration: none;
	text-align:left;
 color: #FFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
	text-transform: uppercase;
	cursor:pointer; /*Zeiger wandelt sich in Hand um*/
}

#button_orange span  {
	background: url(/images/button_orange_left.png) no-repeat;
	display: block;
	line-height: 14px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 6px;
}

#button_orange a:hover {
	background: url(/images/button_orange_right_hover.png) no-repeat scroll top right;
	display: block;
	float: right;
	height:26px;
}

#button_orange :hover span {
	background: url(/images/button_orange_left_hover.png) no-repeat;
	display: block;
}


/*BUTTON BLUE*/

#button a {
	background: transparent url(/images/button_left.png) no-repeat top left;
	display: block;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 17px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration:none;
}

#button span  {
	color: #3569a5;/*button text color*/
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	background: transparent url(/images/button_right.png) no-repeat top right;
	height:17px;
	padding:1px 12px 3px 10px;
	display: block;
	cursor:pointer; /*Zeiger wandelt sich in Hand um*/
}

#button a:hover {
	background-position: bottom left;
	background: transparent url(/images/button_left_hover.png) no-repeat top left;
	color: #3569a5;
	text-decoration:none;
}

#button :hover span {
	background-position: bottom right;
	background: transparent url(/images/button_right_hover.png) no-repeat top right;
	color: #3569a5;
	text-decoration:none;
}

