/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-align: justify;
}

a img {
	border: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #a2181f;
	text-decoration: underline;
}
a:hover {
	color: #444444;
	text-decoration: underline;
}
#top a:link, #top a:active, #top a:visited {
	color: #444444;
	text-decoration: none;
}
#top a:hover {
	color: #444444;
	text-decoration: underline;
}
#menu a:link, #menu a:active, #menu a:visited {
	color: #444444;
	text-decoration: none;
}
#menu a:hover {
	color: #444444;
	text-decoration: underline;
}
a.link_email:link, a.link_email:active, a.link_email:visited {
	color: #444444;
	text-decoration: none;
}
a.link_email:hover {
	color: #444444;
	text-decoration: none;
}
#quadri a:link, #quadri a:active, #quadri a:visited, #quadri a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.bottone {
	cursor: pointer;
}

.barra_rossa {
	color: #990000;
	padding-left: 5px;
	padding-right: 5px;
}
.parentesi_rossa {
	color: #990000;
}
.testo_piccolo {
	font-size: 11px;
}
.testo_rosso {
	color: #a2181f;
	font-weight: bold;
}
.testo_rosso_home {
	color: #a2181f;
}
.testo_chiaro {
	color: #777777;
	font-weight: bold;
}
.titolo {
	color: #990000;
	font-weight: bold;
}


#contenitore {
	width: 800px;
	margin: 0 auto;
}


#top {
	width: 100%;
	height: 120px;
	padding-top: 20px;
}

#top_su {
	height: 20px;
	font-size: 11px;
}

#top_su_dx {
	width: 500px;
	text-align: right;
	float: right;
}

#top_img {
	height: 80px;
	clear: both;
}

#top_giu {
	height: 10px;
	padding-top: 5px;
	clear: both;
}


#centrale {
	width: 100%;
	clear: both;
	margin-top: 20px;
	background: url(../img/sfondo_contenuto.jpg) repeat-y;
}

#menu {
	background-color: #e0ddd4;
	float: left;
	width: 115px;
	padding: 10px;
	font-size: 11px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top: 3px;
	list-style: square;
}
#menu li {
	height: 16px;
}

#contenuto {
	width: 645px;
	margin-left: 150px;
}

#testo {
	margin-top: 20px;
	padding-bottom: 20px;
}

#testo_sx {
	float: left;
	width: 120px;
	text-align: left;
}

#testo_contenuto {
	width: 510px;
	margin-left: 128px;
}

#footer {
	width: 100%;
	clear: both;
	padding-bottom: 20px;
	font-size: 11px;
}
#footer_sx {
	background-color: #e0ddd4;
	float: left;
	width: 135px;
}
#footer_rosso {
	width: 642px;
	padding-right: 5px;
	margin-left: 150px;
	background-color: #a2181f;
	color: #FFFFFF;
	text-align: right;
}




/* pagina professionisti */
#elenco_professionisti {
	border-left: solid 2px #efeee9;
	padding:5px;
}
#elenco_professionisti a:link, #elenco_professionisti a:active, #elenco_professionisti a:visited {
	color: #444444;
	text-decoration: none;
}
#elenco_professionisti a:hover {
	color: #a2181f;
	text-decoration: underline;
}



/* articoli */
#tabella_articoli {
	width: 100%;
}
#tabella_articoli th {
	text-align: left;
	padding-left: 5px;
	color: #a2181f;
	height: 30px;
	border-bottom: #a2181f solid 1px;
}
#tabella_articoli td {
	text-align: left;
	padding-left: 5px;
	height: 30px;
	border-bottom: #cccccc solid 1px;
}




/* Riconoscimenti */
.riconoscimenti-item {
	padding: 3px;
	margin-bottom: 5px;
}
.toggle-container {
	padding: 5px;
}
