/* Colpo d'Elfo styles */
/* Colpo d'Elfo styles */
/* rotation: top - right - bottom - left */
html, body {
	font-size: 10pt;
	line-height: 16pt;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	text-align: justify;
	background: url('../img/bg.jpg') repeat;
	margin: 0px;
	padding: 0px;
	color: #333;
}
#container {
	width: 900px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background-color: #ff0000;
	overflow: hidden;
	border: 2px solid #000000;
}
div.header {
	width: auto;
	height: 146px;
	background: #000000 url('../img/header.jpg') no-repeat top center;
	border: 2px solid #000000;
}
#menu {
	width: 110px;
	background-color: #e38f47;
	vertical-align: top;
	border: 2px solid #000000;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
}
#content {
	width: 750px;
	background-color: #fffacd;
	border: 2px solid #000000;
	vertical-align: top;
}
div.index {
	width: auto;
	height: 130px;
	background: url('../img/footer.png') no-repeat top center;
	border: none;
}
.ie6 div.index {
	width: auto;
	height: 130px;
	background: url('../img/footer.gif') no-repeat top center;
	border: none;
}
/* Stili per i contenuti */
/* Titolo pagina */
h1 {
	font-size: 18pt;
	line-height: 32pt;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
/* Sottotitolo */
h4 {
	font-size: 12pt;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
/* Titolo sezioni */
h2 {
	font-size: 14pt;
	line-height: 16pt;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #e38f47;
}
/* Sottosezioni */
h3 {
	font-size: 12pt;
	line-height: 14pt;
	/*text-decoration: underline;
*/
	text-align: center;
	font-weight: bold;
	color: #549acf;
/*#2eb924*/
}
hr {
	color: #549acf;
	background-color: #549acf;
	width: 100%;
}
p {
	text-align: center;
}
.new {
	color: #cc0000;
	font-weight: bold;
}
input {
	margin-top: 6px;
}
img {
	border: 2px solid #000000;
}
img.text {
	float: right;
	margin: 4px;
}
#no-box {
	border: none;
}
/* Stili usati per i box della pagina scuole.htm */
div.box {
	border: 2px solid #e38f47;
	width: 320px;
	height: 180px;
	float: left;
	margin: 10px 0px 20px 10px;
	text-align: left;
	padding: 6px;
}
.box h2 {
	font-size: 12pt;
	line-height: 14pt;
	margin-top: 3px;
}
#right {
	float: right;
	margin: 10px 10px 20px 0px;
}
#center {
	margin: 10px 0px 20px 200px;
}
.ie6 #center {
	margin: 10px 0px 20px 100px;
}
/* Stili per i link */
a img, a:visited img {
	border: none;
	margin: 0 10px 0 10px;
}
a:hover img {
	border: 1px #db1010;
}
a, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #549acf;
	text-decoration: none;
	font-weight: bold;
}
a.attach, a.attach:visited {
	color: #2eb924;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: dotted 1px #2eb924;
	border-top: dotted 1px #2eb924;
	background: url(../img/download.gif) no-repeat 0 3px;
	padding-left: 20px;
}
a.attach:hover {
	color: #2eb924;
	text-decoration: none;
	font-style: italic;
}
a.xs, a.xs:visited {
	color: #000000;
	font-size: 10pt;
}
a.xs:hover {
	color: #ff0000;
}
#anchor {
	color: #e38f47;
	text-decoration: underline;
}
/* Stili usati per le news */
#news {
	position: relative;
	clear: both;
}
#news img {
	margin-top: 2px;
}
p.news_title {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 3px;
	text-align: left;
	color: #549acf;
/*2eb924 - e38f47*/
	border-bottom: 1px dotted;
}
p.news_body {
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 3px;
	text-align: left;
}