/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

body {
	color: #333;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #7da700;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(ITA/img/bg_index.jpg);
}

.bordo {
	text-decoration: none;
	border: thin dashed #009900;
	float: left;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}

li {list-style-image: url(ITA/img/li.gif);}

h1 {font-size: 1.4em;}

blockquote {
	background: #FFF;
	color: #333;
	display: block;
	font-size: 10px;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	border: 1px dotted #FF9900;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #654;}

/*MENU LINGUA*/

#menuLingua {
	background-color: #006600;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #C0C0C0;
	text-align: right;
	vertical-align: middle;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	width: 702px;
	background-repeat: repeat-y;
	background-image: url(ITA/img/bgcontainer2.gif);
}

/* top */
.top {
	height: 112px;
	width: 630px;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(ITA/img/logo_novella.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #006600;
}
.top a {
	color: #006600;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.top span {padding-left: 350px;}

/*.top a:hover {
	background: #688B00;
	color: #FFF;
}*/

/* header */
.header {
	background: url(ITA/img/header.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 630px;
}
.headimg {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 0px;
}


/* item */
.item {
	clear: both;
}
.item .date {
	color: #FDD;
	float: right;
	height: 40px;
	text-align: center;
	width: 36px;
	background-image: url(ITA/img/bgdate2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.item .date div {
	padding-top: 4px;
	float: left;
}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: right;
	width: 420px;
}
.item h1 {
	background: #567300;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}

/* main */
.main {	float: right;
}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	background: #81AC00;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}

.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(ITA/img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	color: #553;
	background-color: #339933;
}

/* footer */
.footer {
	color: #FFF;
	font-size: 10px;
	text-align: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #CC0000;
	margin: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.footer a:hover {
	color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.imm {
	border: thin dashed #009900;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.dett {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF6600;
}

.privacy {
	font-size: 10px;
}

