body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #FFF;
	background-color: #740D10;
	background-image: url(images/fondo_home.jpg);
	background-position: left top; 
	background-repeat: repeat-x;
}

hr {
	display: none;
}

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

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

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

/* tabella grande */
#tab {
	width: 750px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -375px;
}

/* tabella titolo */
#titletab {
	height: 160px;
	/*background-color: #FFF;*/
	padding-top: 10px;
}

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

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

/* corpo pagina centrale */
#corpo {
	width: 750px;
	position: relative;
}

/* menu laterale sinistro */
#menu {
	margin-top: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 196px;
	height: 300px;
	text-align: left;
	padding: 0px;
}

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

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

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

/* corpo del testo */
#principale {
 	width: 480px;
	text-align: justify;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	margin: 0px;
	margin-left: 210px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	Line-Height: 15px;
	background-color: #8D141D;
}

#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: #FFF;
	background-color: #104E93;
	border: 1px solid #fff;
}

/* news - barra del titolo e dell'autore */
h1 {
	margin-top: 0px;
	line-height: 1.3em;
	font-size: 18px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

h2 {
	margin: 10px;
	margin-left: 0px;
	line-height: 1em;
	font-size: 12px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

h3 {
	line-height: 1.3em;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}

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

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

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

/* barra del footer */
#end {
	width: 750px;
	margin: 0px 0px 0px -376px;
	background-position: top left; 
	height: 20px;
	position: relative;
	left: 50%;
}

#footer {
	text-align: center;
	color: #CC383F;
	border-top: 5px solid #9D2327;
	padding: 5px;

}

#footer .testo {
	color: #FFF;
}

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

.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: #FFF;
    text-decoration: none}
a.link:hover{ z-index: 65;}
a.link div{display: none}
a.link:hover div{ /*lo span verra 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:#FFF;
    font-size: 11px;
    text-align: left;
    z-index: 45;
}
