/* generali */
body, html {
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
a:link, a:visited, a:active {
	color: #0000FF;
}
.nascosto {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}
.nascosto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* struttura */
#container {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header, #menu, #footer, #posizione, .tornasu {
	visibility: hidden;
	z-index: -1;
	position: absolute;
}
#mezzo {
	padding: 0px;
	margin: 0px;
}

/* elementi della pagina */
#aggiorna {
	font-size: 80%;
	text-align: right;
	margin-top: 50px;
}
.titolosezione {
	font-size: 130%;
	display: inline;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	font-weight: bold;
	font-variant: small-caps;
}
.nota {
	font-size: 80%;
}

/* elementi della homepage */
#scuola1 a, #scuola2 a, #scuola3 a {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
#scuola1 a:hover, #scuola2 a:hover, #scuola3 a:hover {
	text-decoration: underline;
	color: #666666;
}
#scuola1 {
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
}
#scuola3 {
	float: right;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
}
#scuola2 {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
#scuola1 img, #scuola2 img, #scuola3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* IMMAGINI */
.picDx {
	float: right;
}
.picSx {
	float: left;
}
.fotoDx img, fotoSx img {
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fotoDx {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fotoSx {
	float: left;
	padding-right: 20px;
}
hr {
	background-image: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size: 1px;
	height: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* TESTO */
h1 {
	font-weight: bold;
	font-size: 115%;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}
.evidenza {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 10px;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 10px;
	padding-right: 10px;
}
.evidenza h1{
	font-weight: bold;
	font-variant: small-caps;
	background-image: none;
	font-size: 110%;
	padding: 0px;
	margin-top: 10px;
	color: #BB2E1E;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.evidenza ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	list-style-image: url(../immagini/struttura/bullet.gif);
}
#news {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FDEEE8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.notizia p {
	margin: 0px;
	padding: 0px;
}
.notizia {
	border: 1px solid #666666;
	font-size: 80%;
	padding: 3px;
	background-color: #FEF4E2;
	margin-top: 10px;
}
.notizia h1 {
	font-weight: bold;
	color: #003399;
	font-size: 100%;
	border: 0px;
	text-decoration: underline;
	display: inline;
	background-image: none;
	padding-left: 0px;
}
table {
	border: 1px solid #CCCCCC;
	font-size: 80%;
}
th {
	background-color: #F7DB9E;
	font-weight: bold;
	text-align: center;
}
caption {
	margin-bottom: 5px;
}
select {
	font-size: 90%;
}

