/* CSS Document */
html, body{
background-color: #362C2C;
	padding:0;
	margin:0;
    text-align: center;   /*centra in IE 5.x */
}

#container {
	background-color: #fff;
	margin: 20px auto 2px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
	padding:0;
	text-align:center;
	width:743px;
	font-family: verdana, arial, sans serif;
	border:2px solid white;
}

.flag{margin-right:4px;}
.bandiere{background-image:url(fondo-bandiere.gif);}
.fondorosso{background-color: #B60303;}
.news {
border:1px solid #B60303; 
padding:5px;
margin:0px;
width:auto;
color:#424242;
font-size:11px;
}		
table{font-size:12px;}
.boxhome{
border:4px solid #7A7A7A; 
padding:10px;
margin:0px;
width:auto;
height:140;
color:#D40009;
font-size:12px;
text-align: center;
}
h4 {
font-size:12px;
}


.boxhome a:link {color: #B60303; text-decoration:none; border:0px;}
.boxhome a:hover {color: #7A7A7A;} 
		
.contenuto{background-color:F3F3F3; padding:10px;}
.contenutopagina{background-color:fff; padding:2px 25px 10px 22px; height:auto; min-height:500px ;font-size:12px; line-height:18px}
.titolo{background-color:fff; padding:0px; margin:0px;}
.bottom{background-color: #B0B0B0; padding:3px; font-size:10px; border-bottom:1px solid #171717}
h1{color: #B60303; font-size:16px; font-weight:bold;}
.sottotitolo{color: #B60303; font-size:13px; font-weight:bold;}

a.linkbottom:link {color: #B60303; font-weight:bold; text-decoration:none} 
a.linkbottom:hover {color: #000; font-weight:bold; text-decoration:none}
a.linkbottom:visited {color: #B60303; font-weight:bold; text-decoration:none} 

a:link {color: #B60303;} 
a:hover {color: #7A7A7A;} 
a:visited {color: #B60303;} 


.news-date {
	font-size: 9px;
	font-weight: bold;
}	
/* color: #B60303; color: #171717;*/
.news-preview {
	color: #171717;
	font-size: 11px;
	text-decoration:none;
} 



.message_info, .message_error{
	color:blue;
	border: blue 2px solid;
	padding:4px;
	margin-right:10px;
}

.message_error {
	color:red;
	border-color:red;
}
/* -------------------------------------------------------------------------------------------------- */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu {
	width: 174px;
	margin: 0px;
	padding:0px;
	}
	
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 35px; /* -20  */
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #171717;
	display: block;
	background: url(bottone2.gif);
	padding: 3px 0 0 10px;
	}
	
#menu li a:hover {
	color: #B60303;
	background: url(bottone2.gif) 0 -40px; /* -27  */
	padding: 3px 0 0 10px;
	}
	
/* -------------------------------------------------------------------------------------------------  */
#navcontainer
{
background: #FFFFFF;
width: 100%;
margin: 0 0;
padding: 1px 0;
/*font-family: georgia, serif; */
font-size: 11px;
text-align: center;
font-variant:small-caps;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 0;
width: 99%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
border-left: 2px #B60303 solid;
margin-top:2px;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 2px 1px 2px 2px;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #333;  /*#777;*/
text-decoration: none;
background: #f7f2ea; /*#f7f2ea;    eff3ef*/
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;

}


/* default link styling needed for IE6 to work
a {color:#000;}
a:visited {color:#000;}
a:active {color:#000;}
a:hover {text-decoration:none;} */
 /* remove the margin and bullets, set the padding for this demo only*/
.button {
	margin:0;
	padding:15px 0px 53px 3px;
	list-style:none;
}

 /* display the list items inline with a right margin to space the buttons. Use this to pre-load the hover image */
.button li {display:inline; float:left; margin-right:4px; background:url(hover_button.gif);

margin-right:2px; /* fv */
}

/* style the links and place the background image to start from left edge */
.button li a {
	display:block;
	height:38px;
	float:left;
	background:url(button.gif);
	text-decoration:none;
	font-size:10px;
	font-family:arial, sans-serif;
	letter-spacing:1px;
	line-height:35px;
	white-space: nowrap;
	text-transform:uppercase;
	font-stretch:condensed;	
}

/* style the b element to posiition it to the right by 20 pixels and even out the text with 20 pixel right padding */
.button li b {
	margin:0 0 0 2px;
	display:inline;
	float:left;
	height:38px;
	background:url(button.gif) right top;
	padding:0 2px 0 0;
	color:#000;
	width: 102px; /* fv era 64px */
	font-weight: bold;
	font-stretch:condensed;

}

/* style the link hover and the link hover b to replace the background image - border:0 needed for IE6 to work */
.button li a:hover, .button li a:hover b {border:0; background-image:url(hover_button.gif); cursor:pointer;

}

/* style the active state to replace the background image. This can also be used for a 'current' tab if you wish */
.button li a:active, .button li a:active b, .button li a.current, .button li a.current b {background-image: url(active_button.gif);

}

/* move the text down by 3 pixels, and to the right by 2 pixels */
.button li a:active b, .button li a.current b { line-height:38px; margin-left:2px; padding-right:2px;

}

/* -------------------------------------------------------------------------------------------------  */

