/* --- Layout sito --- */

* {
	color: #333333;
	line-height: 20px;
}

html, body {
	height: 100%;	
}

html, body, div, table, td {
	font: 12px arial, sans-serif;	
}

body {
	background-color: #ffffff;
}

input {
	color: #333333;
	background-color: #ffffff;
}

.container {
	width: 770px;
	margin: 0 auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}

.main {
	margin-left: 20px;
	width: 550px;
	float: left;
}

.main_news {
	margin-left: 10px;
	width: 715px;
	float: left;
}

.main table tr td {
	border-bottom: 1px solid silver;
}

.contents {
	margin-left: 11px;
}

.footer {
	height: 40px;
	width: 770px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 10px;
}

.creditssx {
	float: left;
}

.creditsdx {
	margin-right: 50px;
	float: right;
}

.categoria {
	border-bottom: 1px solid #e3e3e3;
	padding-left: 10px;
	margin-left: 10px;
	float: left;
}

.contenuto_focus {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: auto;
	clear: both;
}

.contents .contenuto_focus {
	text-align: justify;	
}

.contents .contenuto_focus img {
	padding: 10px;
}

#left_home {
	float: left;
	width: 220px;
	padding-right: 10px;
	padding-left: 5px;
}

#right_home {
	float: left;
	width: 490px;
	padding-left: 10px;
}

/* --- Il menù principale in alto --- */

.rootmenu {
	width: 746px;
	height: 17px;
	color: #ffffff;
	background: #3b5f96;
	border: 1px solid #ffffff;
	vertical-align: middle;
	text-align: center;
	margin-left: 10px;
	line-height: 15px;
}

.rootmenu a {
	color: #ffffff;
	text-decoration: none;
}

.rootmenu a:hover {
	text-decoration: underline;
}

.rootmenu td {
	text-align: center;
}

.rootmenu a.current {
	text-decoration: underline;
}

.cappellomenu {
	height: 20px;
	background: url(../images/cappello-menu.jpg);
}

.cappellomenu div a {
	padding-left: 10px;
	color: #ffffff;
}

/* ---  Definizione generica per il menu di sinistra  --- */

.menu {
	width: 160px;
	float: left;
	border-right: 1px solid #999999;
}

/* --- I vari livelli del menu di sinistra --- */

ul.livello1 {
	padding-bottom: 4px;
	border-bottom: 1px solid silver;
}

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.livello1 a {
	display: block;
	padding-left: 10px;
	background: url(../images/quad.gif) no-repeat 0 center;
	border-bottom: 1px solid silver;
}

li.livello2 a {
	margin-left: 15px;
}


/* --- Tipografia generica --- */

h1,h2,h3,h4 {
	color: #4b75b5;
}

b, strong {
	color: #4b75b5;
}

.titolo {
	color: #4b75b5;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #6185ca;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	vertical-align: middle;
}

.notes {
	font-size: 10px;
	font-weight: bold;
}

.form01 {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid;
	background-color: #ffffff;
}



/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; padding: 10px; }
.float-right { float: right; clear: left; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* form beautifier */
input, textarea {
	background-image: url(../images/bg_input.png);
	background-repeat: repeat-x;
	border: 1px solid #e3e3e3;
	font-size: 11px;
	font-family: Verdana;
	padding: 4px;
}

textarea {
	width: 515px;
}

input {
	width: 152px;
}

label {
	float: left;
	margin-right: 15px;
	margin-bottom: 22px;
	line-height: 22px;
}

.error {
	color: red;
}