body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	padding-bottom: 0px;
	background-color: #DCD7CA;
}

hr {
	display: none;
} 

td { 
	font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000;
}

a, a:link {
	color: #B50D1A;
	text-decoration: none;
}

a:hover, a:active {
	color: #B50D1A;
	text-decoration: underline;
}

/* tabella grande */

#tab {
	width: 740px;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -376px;
}

/* tabella titolo */
#titletab {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	height: 310px;
}

/* corpo pagina centrale */
#corpo {
	position: relative;
	width: 740px;
	margin-bottom: 10px;
}


/* menu laterale sinistro */
#menu {
	margin-top: 0px;
	position: absolute;
	left: 20px;
	top: 0px;
	width: 190px;
	text-align: left;
}

#menu a {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}

/* login */
#menu form {
  padding: 0;
  margin: 0;
  border: 0;
}
/* corpo del testo */

#principale {
 	width: 490px;
	text-align: justify;
	margin: 0px;
	border: 0;
	margin-left: 250px;
	Line-Height: 20px;
	position: relative;
	padding: 0px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
 }

#newsletter {
	text-align: center;
	padding: 10px;
	background-color: #333;
}

/* principale - form */

#principale input {
	font-size: 11px;
}

#principale .checkbox {
	font-size: 14px;
	border: 0;
}

#principale select {
	font-size: 11px;
	border: 1px solid #EBEBEB;
}

#principale textarea {
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
}

/* principale - bottone dei form */

#principale input.formbotton {
	width: 76px;
	font-size: 11px;
	color: #000;
	background-color: #104E93;
	border: 1px solid #fff;
}

/* news - barra del titolo e dell'autore */

h1 {
	margin-top: 0px;
	line-height: 1.3em;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #B50D1A;
}

h2 {
	margin-top: 0px;
	line-height: 1.3em;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #B50D1A;
}

h4 {
	margin-top: 0px;
	line-height: 1.3em;
	font-size: 13px;
	margin-bottom: 3px;
	color: #B50D1A;
	text-align: left;
}

h5 {
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 3px;
	color: #B50D1A;
	text-align: left;
}

h6 {
	margin-top: 0px;
	line-height: 1.3em;
	font-size: 12px;
	margin-bottom: 3px;
	color: #000;
	text-align: left;
}

/* bottoni di navigazione delle news */

#principale #numpag a, #principale #numpag a:link {
	color: #000;
	text-decoration: none;
}

#principale #numpag a:hover, #principale #numpag a:active {
	color: #000;
	text-decoration: none;
	background-image: url(images/border.gif); 
	background-repeat: repeat-x; 
	background-position: bottom;
}

#principale span {
	text-align: center;
}

#principale span.active {
	color: #000000;
}

/* titolo pagina con sfondo giallo */

/* barra del footer */

#footer {
	text-align: center;
	font-size: 10px;
	color: #000;
	margin: 10px;
}

/* tabella interna al footer */
img {
	border: 0px;
}

#footer a, #footer a:link {
	color: #000;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
}

.formmin {
	width: 38px;
	border: 1px solid #EBEBEB;
	text-align: right;
	padding-right: 2px;
}

.formpiccolo {
	width: 120px;
	border: 1px solid #EBEBEB;
}

.formmedio {
	width: 160px;
	border: 1px solid #EBEBEB;
}

.formgrande {
	width: 180px;
	border: 1px solid #EBEBEB;
}

.selectpiccola {
	width: 100px;
	border: 1px solid #FE8719;
	font-size: 10px;
	margin-bottom: 2px;
	/*height: 16px;*/
}

.selectmin {
	width: 48px;
	border: 1px solid #FE8719;
	font-size: 10px;
	margin-bottom: 2px;
}

.selectmedia {
	width: 180px;
	border: 1px solid #EBEBEB;
}

.textareamin {
	width: 300px;
	height: 100px;
	border: 1px solid #EBEBEB;
}

.textareapiccola {
	width: 300px;
	height: 100px;
	border: 1px solid #EBEBEB;
}

.textareamedia {
	width: 300px;
	height: 130px;
	border: 1px solid #999;
}

.textareagrande {
	width: 300px;
	height: 150px;
	display: block;
	border: 1px solid #999;
}

.forminvia {
  width: 30px;
  border: 1px solid #800;
  color: #800;
}

/* tooltip */

a.link{ position:relative; /*questa Ë fondamentale*/
    z-index:24; color: #000;
    text-decoration: none}
a.link:hover{ z-index: 65;}
a.link div{display: none}
a.link:hover div{ /*lo span verrý mostrato solo sullo stato :hover */
    display: block;
    position:absolute;
    top: -5px;
    left: -165px;
    width: 160px;
    padding: 3px;
    margin:0;
    border:0;
    font-weight: normal;
    border: 1px solid #800;
    background-color: #B0B0B0;
    color:#000;
    font-size: 11px;
    text-align: left;
    z-index: 45;
}

.numsel {
	font-weight: bold;
	color: #FFCC00;
}

.num {
	text-align: right;
}