/* generali */
body, html {
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-image: url(../immagini/pattern2.gif);
	background-repeat: repeat-y;
	background-position: 0px;
}
a:link, a:visited, a:active {
	color: #0000FF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nascosto {
	z-index: -1;
	position: absolute;
}

/* struttura */
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 60px;
}
#header {
	background-repeat: repeat-x;
	width: 100%;
	height: 130px;
	background-color: #B6D0EB;
	background-image: url(../immagini/pattern.gif);
}
#menu {
	width: 205px;
	float: left;
}
#mezzo {
	padding-left: 10px;
	margin-left: 210px;
	font-size: 70%;
	padding-right: 10px;
}
#footer {
	font-size: 70%;
	width: 100%;
	position: fixed;
	bottom: 0px;
}
#mezzo_lavori p {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}
#footer_lavori {
	clear: both;
	font-size: 70%;
	text-align: center;
	background-color: #CCCCCC;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* elementi della testata */
#header img {
	float: left;
}
#scuola {
	position: absolute;
	right: 20px;
	top: 35px;
}
.margine {
	height: 5px;
	width: 100%;
	background-color: #FFFFFF;
}

/* menù di navigazione */
#titolomenu {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #BBBBBB;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	color: #000000;
	font-variant: small-caps;
	font-size: 90%;
	letter-spacing: 1px;
}
#menulinks ul {
	font-size: 70%;
	line-height: 110%;
	font-style: oblique;
	color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-variant: small-caps;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#menulinks a {
	text-decoration: none;
	color: #000000;
	font-style: normal;
}
#menulinks a:hover {
	background-color: #005a9c;
	color: #FFFFFF;
	padding-right: 5px;
}

/* elementi parte centrale */
#posizione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-bottom: 5px;
	padding-left: 10px;
	background-color: #E6E6E6;
	padding-bottom: 2px;
	margin-left: 210px;
}
.titolosezione {
	font-size: 130%;
	display: inline;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	font-weight: bold;
}
#aggiorna {
	font-size: 90%;
	text-align: right;
	margin-top: 50px;
}
.tornasu {
	margin-right: 5px;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
}
.nota {
	font-size: 80%;
}

/* elementi del footer */
#footerLeft {
	text-align: left;
	width: 210px;
	margin-bottom: 5px;
	margin-left: 10px;
}
a.areaRiservata {
	font-size: 100%;
	font-variant: small-caps;
	background-color: #005a9c;
	color: #FFFFFF;
	margin-bottom: 5px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
}
a.areaRiservata:hover {
	text-decoration: underline;
}
#footerRight {
	text-align: center;
	background-image: url(../immagini/pattern1.gif);
	background-repeat: repeat-x;
	background-color: #87B0DC;
	height: 30px;
	padding-top: 10px;
}
.iq-csq {
	margin-top: 5px;
}

/* 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;
}

