/* labtel01.css, 29.08.2005 - Gabriele Poli                       */
/* foglio di stile per sito LabTele, http://labtele.det.unifi.it/ */
/* ottimizzato per Internet Explorer                              */

body { background: #FFFFFF; margin:0;}

/* proprietà dei tag html */

a.testa:link    { border-color: #000000; }
a.testa:visited { border-color: #000000; }
a.testa:hover   { border-color: #A00000; }

a.menu:link     { text-decoration: none;      color: #000000; }
a.menu:visited  { text-decoration: none;      color: #000000; }
a.menu:hover    { text-decoration: underline; color: #A00000; }

a.pag:link      { text-decoration: none;      color: #0066CC; }
a.pag:visited   { text-decoration: none;      color: #0066CC; }
a.pag:hover     { text-decoration: underline; color: #707070; }

a.mancante    { text-decoration: none; color: #0066CC; }
#pag h2     { font: 16pt/16pt arial; text-align: left; font-weight: bold; color: #888888; padding-left:0; }

h1.testa        { font: 20pt/20pt arial; text-align: center; color: #000000; }
h2.testa        { font: 16pt/16pt arial; text-align: center; color: #888888; }

li.menu         { font: 10pt/16pt verdana; }
h1.menu         { font: 10pt/12pt verdana; text-align: left; font-weight: bold; color: #A00000; }
h2.menu         { font: 9pt/10pt verdana; text-align: left; font-weight: bold; color: #000000; }
h3.menu         { font: 9pt/11pt verdana; text-align: left; color: #000000; }
h4.menu         { font: 8pt/9pt verdana; line-height: 6pt; text-align: center; color: #A00000; }
h5.menu         { font: 8pt/9pt verdana; line-height: 6pt; text-align: center; color: #000000; }
h2.pag { margin-bottom:0; padding-bottom:0;}


h1 { font: 20pt/20pt arial; line-height: 1.0em; text-decoration: none; text-align: center;  color: #D0D0D0; }
h2 { font: 18pt/18pt arial; line-height: 1.0em; text-decoration: none; text-align: center;  color: #606060; }
h3 { font: 16pt/16pt arial; font-weight: bold;  text-decoration: none; text-align: center;  color: #A00000; }
h4 { font: 14pt/14pt arial; text-decoration: none; text-align: center; color: #000000; }

td { font: 10pt/16pt verdana; }
th { font: 10pt/16pt verdana; }

#pag.cent {text-align: center;}


/* proprietà dei box, 'id' del tag 'div' */

#testa {
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 100%;
	height: 20%;
	background-image: url(box_100_3CC.png);
	background-repeat: repeat;
}

#menu {
	color: #000000;
	font: 10pt/16pt verdana;
	text-align: left;
	border-right: thin solid #A00000;
	border-bottom: thin solid #A00000;
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding: 0 2% 0 0;
	float: left;
	width: 20%;
	height: 80%;
	background-image: url(box_100_3CC.png);
	background-repeat: repeat;
}

#pag {
	background: #FFFFFF;
	color: #000000;
	font: 10pt/16pt verdana;
	text-align: justify;
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding: 1% 1% 1% 1%;
	float: right;
	border-top: thin solid #A00000;
	/*border-left: thin solid #A00000;*/
	width: 80%;
	height: 80%;
}

#film_sx {float:left;
}
#film_dx {float:right;
}
#footer_pag {
	clear: both;
	margin: 0 auto 0 auto;
}