/* CSS Document */
/* All page content elements are children of
	and should inherit these styles. Browser realities
	may vary!
*/
/* Block elements */
H1, H2, H3, H4, H5, H6, FORM, DIV, BLOCKQUOTE, OL, P, PRE, TABLE, UL, DL, DT, DD {
	display : block;
}

/* Inline elements */
A, B, CODE, EM, I, IMG, INPUT, SMALL, SPAN, STRONG, TEXTAREA {
	display : inline;
}

/* List-item element */
LI {
	display : list-item;
}

/* Generic styles for elements */
html { font-size: 11px;
font-family: Arial, Helvetica, sans-serif;

}

p {
	margin-top : 1em;
	margin-bottom : 1em;
}
h1, h2, h3, h4, h5, h6 { font-weight : bold; }
h1 { font-size : xx-large; }
h2 { font-size : x-large; }
h3 { font-size : large; }
h4 { font-size : medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }
i, em { font-style : italic; }
small { font-size : smaller; }
big { font-size : larger; }
ol { list-style : decimal; }
ul { list-style : disc; }
pre, code {
	font-family : monospace;
	font-size: small;
}
b, strong { font-weight : bolder; }
pre { white-space : pre; }
table { display : table; }
tr { display : table-row; }
th, td {
	display : table-cell;
	vertical-align: center;
}
th {
	font-weight : bold;
	text-align : center;
}
caption {
	text-align: center;
	display : table-caption;
}

/* Pseudo-classes */
a:link {
	text-decoration : underline;
	color : Blue;
}
A:VISITED {
	text-decoration : underline;
	color : Purple;
}

/* Contextual selectors */
a:link img { border : 0px solid Blue; }
a:visited img { border: 0px solid purple; }

/* Attribute selector */
INPUT[type="hidden"] { display : none; }


/* DA QUI IL RESTO */

body {
color:#666;
text-align:justify;
line-height:1.7em;
}

#main {

}


h1 {
  font-size:1.3em;
  color:#cc0000;
  font-weight:bold;
	margin:8px 0 5px 0;
	padding:0;
}

/*SOTTOTITOLI*/
h2 {
  font-size:1.2em;
  color:#cc0000;
  font-weight:bold;
	margin:0;
	padding:0;
}

/*SOTTOSOTTOTITOLI*/
h3 {
  font-size:1.1em;
  color:#cc0000;
  font-weight:bold;
}

a:link ,a:visited ,a:active {
color:#3e5d8e;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#3e5d8e;
font-weight:bold;
text-decoration:underline;
}

/*header*/

#header a img {
border:0px;
}


/*content*/

#content .testocontainer {
background-color:#FFFFFF;
padding:10px;
width:693px;
}

#content .testocontainer .titolo{
color:#3e5d8e;
font-size:16px;
border-bottom:1px dashed #3e5d8e;
padding:0 0 5px 0;
font-weight:bold;
margin:0 0 10px 0;
}

#content .testocontainer .elemento{
border-bottom:1px dashed #3e5d8e;
margin:0 0 10px 0;
padding:0 0 15px 0;
}

.elemento{
height:100px;
}

#content .testocontainer .elemento img{
margin:0 5px 0 0;
float: left;
}

.homeleft {
border-bottom:1px dashed #3e5d8e;
margin:0 0 10px 0;
padding:0 0 15px 0;
width:233px;
}

.homeright {
border-bottom:1px dashed #3e5d8e;
margin:0 0 10px 0;
padding:0 0 15px 0;
height:118px;
}

/*diritti*/
.diritti {
color:#FFFFFF;
text-align:center;
}


/* foto full text */
div.foto-c {
width:108px;
height:324px;
float:left;
}

div.foto-d {
border:1px solid #000000;
width:104px;
height:104px;
margin:2px;
margin-right:8px;
}

img.foto-f {
margin:2px;
width:100px;
height:100px;
}

div.testo-full {
margin-left:10px;
float:right;
width:550px;
}