/* Document Body */
body { 
		padding: 0; 
		margin: 0; 
		background: url(../images/bg1.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #F3F3F3;
}

body, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
}

p { line-height: 20px; }

/* Links */

a { text-decoration: none; color: #1111cc; }
a:visited { color: #1111cc; }

a:hover { text-decoration: underline; }

.link1 {
	color: #CCCCCC;
	}
a.link1:link, a.link1:visited {
	color: #CCCCCC;
	}
a.link1:hover {
	color: #FF6600;
	}


/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 28px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 24px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 20px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 18px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 16px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 14px; line-height: 16px; }

/* Text Elements */
.undici{
	font-size:11px;
}
.bianco{
	font-size:11px;
	color: #FFFFFF;
}
.undici_schede{
	font-size:11px;
}
blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }


/* Forms 
input, textarea, button { border-style: solid; border-width: 1px; font-size: 14px; }
input, textarea, button { font-family: Arial, Helvetica, sans-serif; padding: 6px; }
button { font-size: 13px; padding: 6px 13px 6px 13px; cursor: pointer; border: 0; }*/

/* NEWSLETTER */
#form_box {
	width: 780px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#log {
	width: 740px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

