/* 1 Stili generici */
/* 1.1 Reset */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

/* 1.2 Body */
body {
	margin: 0;
	padding: 0;
	text-align: center; /* per IE5.x/Win */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #C5D5DA url(grafica/bg_logo.gif) center top;
	font-size: 12px;
}

/* 1.3 Links */
a:link, a:visited {
	text-decoration: underline;
	color: #8B2B16;
}

a:hover {
	text-decoration: none;
	color: #999; /* grigio standard */
}

/* 1.4 Intestazione */
h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
/*	margin-top: 20px;*/
	margin-bottom: 5px;
}

.colored {
	color: #8B2B16; /* #BF0000; */
}

.prova {
	background: url(grafica/prova.gif);
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 1px;
/*	color: #8B2B16;*/
}

h4 {
	font-size: 13px;
	font-weight: bold;
/*	color: #8B2B16;*/
	margin-bottom: 1px;
}

hr {
	color: #8B2B16;
}

/* 2 Struttura */
#principale{
	background: #FFF;
	width: 790px;
	margin: 5px auto 0;
	border: 1px solid #FFF;
	text-align: left; /* per IE5.x/Win */
}

/* 2.1 Header */
#testata {
	width: 762px;
	height: 75px;
	background: #FFF url(grafica/testata_foglie.jpg) right top no-repeat;
	border: 1px solid #9D9D9D;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 13px 13px 10px;
	margin-bottom: 5px;
}

#testata a:hover {
	color: #8B2B16;
}

/* 2.2 Corpo */
#corpo {
	width: 790px;
	overflow: hidden;
	background: #FFF url(grafica/bg_corpo.gif) left top repeat-y;
}

#corpo_home {
	width: 790px;
	overflow: hidden;
	background: #FFF url(grafica/bg_home.gif) center top repeat-y;
}

/* 2.2.1 Box del Menu */
#boxmenu {
	float: left;
	width: 160px;
	margin-right: 10px;
	background: #8B2B16;
	font-size: 12px;
	color: #FFF;
}

/* 2.2.1.1 Menu  */
a.nomenu:link, a.nomenu:visited {
	text-decoration: none;
	color: #FFF;
}

a.nomenu:hover {
	text-decoration: underline;
	color: #999;
}

ul.nav, ul.nav li ul {
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	width: 156px; /* Width of Menu Items */
	}

ul.nav li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 155px; /* Set 1px less than menu width */
	top: -1px;
	display: none;
	border: 1px solid #999;
	}

/* Styles for Menu Items */
ul.nav li a, ul.nav li a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background: #8B2B16; /* IE6 Bug */
	padding: 6px 0.5em 6px 3px;
	margin: 2px 0 2px 3px;
	border: 1px solid #999;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul.nav li a:hover { color: #FFF; background: #999; } /* Hover Styles */
		
ul.nav li ul li a, ul.nav li ul li a:visited { margin: 0; padding: 6px 0.5em 6px 3px; border: 0; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/* 2.2.2 Main */
#mainbox {
	float: left;
	margin: 0;
	text-align: justify;
	color: #666;
}

.home {
	width: 430px;
	padding: 10px 20px 10px 10px;
}

.normal { /* 495 + 95*/
	width: 600px;
	padding: 10px 15px 10px 5px;
}

#titolo {
/*	width: 596px;
	height: 2.3em;*/
	width: 100%;
	background: #DDD;
	padding: 2px;
	margin-bottom: 10px;
}

ul.nomargine {
	margin: 0;
	padding-left: 14px;
}

.form {
	float: left;
	line-height: 20px;
	width: 100px;
}

.bordoimg {
	border: 1px solid #999;
}

.citabox {
	background: #DDD;
	border: 1px dotted #999;
	width: 90%;
	padding: 5px;
	margin: 10px auto 10px;
}

/* 2.2.2.1 Eventi */
/*.evento { per div version
	clear: left;
	width: 100%;
	height: 100px;
	margin: 0 0 10px 0;
}*/

.evento {
	border: 0;
	padding: 5px;
	border-spacing: 0;
}

.img_elenco {
	width: 100px;
	background: #FFF;
	border: 2px solid #999;
	margin: 2px;
	padding: 1px;
	text-align: center;
}

.img_evento {
	float: left;
	width: 148px;
	height: 110px;
}

.img_evento_mid {
	float: left;
	width: 148px;
	height: 250px;
}

.txt_evento {
	float:left;
	width: 440px;
	margin: 0 0 0 10px;
}

.evento h1, .divevento h1 { /*Titolo*/
	margin: 2px 0 1em;
	font-size: 14px;
	font-weight: bold;
	color: #8B2B16;
}

.evento h2, .divevento h2 { /*Sottotitolo*/
	margin: 0.5em 0 0.5em;
	font-size: 12px;
	font-weight: normal;
}

.evento h3, .divevento h3 { /*Data*/
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

.evid { /*Evidenza nel testo*/
	font-weight: bold;
	color: #792C2C;
}

/* 2.2.3 News */
#boxnews {
	float: left;
	width: 160px;
}

#titolonews {
	background: #DEA542;
	width: 148px;
	padding: 3px 5px 3px;
	border: 1px solid #999;
	margin: 0 0 3px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.elemento {
	width: 148px;
	height: 210px;
	background: #DEA542 url(grafica/bg_news.gif) center top;
	color: #000;
	padding: 2px 5px 2px;
	border: 1px solid #999;
	margin: 3px 0 0;
	text-align: justify;
}

.newsmenu {
	width: 148px;
	height: 210px;
	/*background: #DEA542;*/
	color: #FFF;
	padding: 3px 6px 3px;
	margin: 3px 0 0;
	text-align: justify;
}

.elemento h1, .newsmenu h1 {
	margin: 0;
	padding: 0 0 0.5em;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

.elemento h2, .newsmenu h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.elemento h3, .newsmenu h3 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}

.elemento a:link, .elemento a:visited {
	text-decoration: none;
	color: #000;
}

.newsmenu a:link, .newsmenu a:visited {
	text-decoration: none;
	color: #FFF;
}

.elemento a:hover {
	text-decoration: underline;
	color: #999;
}

/* 2.4 Footer */
#chiusura {
	clear: left;
	background: #AD695B;
	text-align: left;
	font-size: 10px;
	color: #8B2B16;
	margin-top: 1px;
	padding: 1px 10px 1px 10px;
}