/* autore: Andrea Pernici */

a:link {color: #FF5959}     /* unvisited link */
a:visited {color: #FF5959}  /* visited link */
a:hover {color: #990000}   /* mouse over link */
a:active {color: #990000}   /* selected link */

#a_sel:link {color: #FFFFFF}     /* unvisited link */
#a_sel:visited {color: #FFFFFF}  /* visited link */
#a_sel:hover {color: #FFFF99;}   /* mouse over link */
#a_sel:active {color: #FFFFFF}   /* selected link */

/* Dovremmo settare le caratteristiche del font */
/* Caratteristiche h1, h2, h3, p etc... */
/* -----------------------------inizio----------------------------- */
/* Definiamo il carattere per il gli header delle sezioni */

h1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 14pt;
font-weight: bold;
color: rgb(255,254,255);
letter-spacing: 0em;
margin: 2px 2px 2px 5px;
}

h2 {
font-family: Verdana, Geneva, sans-serif;
font-size: 13pt;
font-weight: bold;
color: #FFFFFF;
background-color: #FF5959;
letter-spacing: 0em;
text-indent: 0.5cm;
}

h3 {
font-family: Verdana, Geneva, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #FF5959;
letter-spacing: 0.1em;
text-indent: 0.5cm;
}

h4 {
font-family: Verdana, Geneva, sans-serif;
font-size: 10pt;
/*font-weight: bold;*/
color: #FFFFFF;
background-color: #FF5959;
}

/* Definiamo il carattere per le sezioni */
p {
font-family: Verdana, Geneva, sans-serif;
/*font-family: Verdana, Geneva, sans-serif;*/
font-size: 7pt;
letter-spacing:  0.1em;
/*line-height: 100%;*/
padding-top: 3px;
padding-left: 3px;
padding-right: 3px;
}

p.link{
margin-left: 3cm;
font-size: 8pt;
}

p.link-1{
font-size: 9pt;
}

p.link-2{
margin-left: 0.6cm;
font-size: 8pt;
}

p.datisoc{
font-size: 12pt;
line-height: 0.8cm;
}

p.news {
line-height: 0.5cm;
font-size: 9pt;
}

p.indent {
margin-left: 0.5cm;
line-height: 0.5cm;
font-size: 9pt;
}

p.big {
text-indent: 0.5cm;
line-height: 0.5cm;
font-size: 9pt;
}

p.big-1 {
line-height: 0.4cm;
font-size: 7pt;
}




/* Classi per la gestione delle pagine: STAFF, SQUADRA, SOCIETA' */
.container { position: absolute;
    width: 800px;
	height: 755px;
	top: 165px;
	left: 200px; 
	z-index: 4;
	background-image: url('sfondo.jpg');
	background-repeat: repeat-y;
}

.subcontainer{
font-family: Verdana, Geneva, sans-serif;
font-size: 10pt;
letter-spacing:  0em;
line-height: 0.8cm;
}

.cariche {
	float: left;
	margin: 0;
	width: 40%;
	font-weight: bold;
	text-align: left;
	text-indent: 3cm;
	color: #990000;
}

.nome {
	margin-left: 50%;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	color: #990000;
}

/* -----------------------------fine----------------------------- */

/* caratteristiche grafiche delle header dedicate a rassegna, pagelle, news etc... */
#sezioni_head {
	height: auto;
	width: 600;
	border-width: 1px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: #FF5959;
    overflow: hidden;
}
/* caratteristiche grafiche delle sezioni dedicate a rassegna, pagelle, news etc... */
#sezioni {
	height: auto;
	width: 600;
	border-width: 1px;
    border-color: #FF5959;
    border-style: dashed;
    background-color: rgb(255,255,203);
	padding: 2px;
	overflow: hidden /* scroll */
}

/* caratteristiche grafiche delle header dedicate a rassegna, pagelle, news etc... */
#sezioni_head1 {
	height: auto;
	width: 800;
	border-width: 1px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: #FF5959;
    overflow: hidden;
}
/* caratteristiche grafiche delle sezioni dedicate a rassegna, pagelle, news etc... */
#sezioni1 {
	height: auto;
	width: 800;
	border-width: 1px;
    border-color: #FF5959;
    border-style: dashed;
    background-color: rgb(255,255,203);
	padding: 2px;
	overflow: hidden /* scroll */
}

.sinistra{
	text-align: left;
	text-indent: 4px;
	float:left;
	width:80%;
	margin:0;
}
.destra{
	text-align: right;
	margin-left:20%;
}

.selettore_sx{
	text-align: left;
	text-indent: 20px;
	float:left;
	width:30%;
	margin:0;
}
.selettore_dx{
	text-align: right;
	margin-left:30%;
	margin-right: 20px;
}

body {background-color: rgb(255,255,255)}

