/* COMUNI */
html, body {
	color: #353535;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding-top: 10px;
}

h1 {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 15px;
	font-family: Times new roman, Verdana, Helvetica, sans-serif;
	color: #7F7F7F;
}

/* STRUTTURA */
#container {
/*	height: 100%; */
	width: 780px;
	overflow: hidden;
	border-left: 1px solid #E61B00;
	border-right: 1px solid #E61B00;
}
#header-slogan, #header-img, 
#footer, #menu   
 {
	display: block;
	width: 780px;
	overflow: hidden;
}

#content {
	text-align: left;
	padding: 10px;
}

#header-slogan {
	height: 25px;
	text-align: center;
	border-bottom: 1px solid #BCBCBC;
}

#header-img {
	height: 150px;
}

#footer {
	height: 95px;
	text-align: center;
	color: #666666;
	font-size: 10px;
}


/* COLLEGAMENTI */

#menu a {
	display: block;
	float: left;
	height: 25px;
	color: #353535;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	background: url(../img/bg_link.gif) repeat-x;
}

#menu a:hover, a#current {
	background: url(../img/bg_link_hover.gif) repeat-x;
}

#header-slogan a {
	color: #5b5dc2;
	text-decoration: none;
}

#header-slogan a:hover {
	color: #7F7F7F;
	text-decoration: underline;
}
#content a {
	color: #7F7F7F;
}

#content a:hover {
	color: #5b5dc2;
	text-decoration: none;
}

#footer a, #footer a:visited {
	color: #46626E;
}

/* FORMATTAZIONE TESTO */

strong {
	color: #E41B00;
}

#content strong {
	font-family: Verdana, Helvetica, sans-serif;
	color: #353535;
}
.testo-intro {
	text-align: center;
	margin: 5px;
	background-color: #EAF4F6;
	font-size: 14px;
}
.testo-tit-paragrafi {
	color: #CF1403;
	margin: 2px;
	border-bottom: 1px dashed #46626E;
	font-weight: bold;	
}
.link-esterni, .link-esterni a {
	font-size: 10px;
	color: #333;
}