/* Regole e classi generali */

body, img, h1, h2, p, div {
	margin: 0;
	padding: 0;
	border-style: none;
}

p {
	margin-bottom: 5px;
}

ul {
	margin-top: -3px;
	margin-bottom: 5px;
}

img.float-sx {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

img.float-dx {
	float: right;
	margin-left: 10px;
	margin-top: 2px;
}

p.distanziatore {
	margin: 0;
	padding: 0;
	border-style: none;
	height: 15px;
}

/* Regole per centrare la pagina sullo schermo, fissare lo sfondo e il font generale */

#tutto {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background: White url(immagini/sfondo.jpg) repeat-x;
	text-align: center; 
	font-family: Georgia, "Times New Roman", serif;
}

/* La pagina si compone di tre elementi principali: testata, barra di navigazione e contenuto */
 
#testata {
	width: 970px;
	height: 130px;
	margin-top: 5px;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: #0033CC;
	text-margin: 10px;
	text align: center;
	background-image: url("immagini/testata-CNR.jpg");
}

#navigazione {
	width: 970px;
	height: 29px;
	background-color: #FFA500;
	border-top: 2px solid #FFFFFF;
}

#contenuto {
	position: relative; /* necessario per poter posizionare correttamente le colonne */
	width: 970px;
	margin-top: 15px;
	margin-left: 10px;
	font-size: 80%;
	text-align: left;
	color: Black;
	line-height: 150%;
	letter-spacing: 0.1em;
	font-family: Trebuchet MS, sans-serif;
}

#pie-di-pagina {
	position: absolute;
	width: 970px;
	padding: 10px 0px;
	margin-top: 780px;
	border-top: 1px solid #003399;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	margin-bottom: 0px;
}

#nota {
	font-size: 80%;
	}

#paypal {
	text-align: right;;
	}


/* Dettagli degli elementi di #testata e #navigazione */

#navigazione p {
	display: inline;
	float: left;
	letter-spacing: 0.05em;
}

#navigazione a {
	float: left;
	height: 23px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFA500;
	border-right: 1px solid #0033CC;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;
}	

#navigazione a:hover {
	background-color: #0033CC;
	color: White;
}

#testata strong {
	font-size: 120%;
	letter-spacing: 0.1em;
}

#testata em {
	font-size: 90%;
}


/* Posizionamento delle colonne nella sezione #contenuto */



#col1, #col2, #col3 {
	position: absolute;
	top: 0;
}

#col1 {
	left: 0;
}

#col2 {
	left: 344px;
}

#col3 {
	left: 652px;
}

/* Stili col, col2, box, barra-dx */

div.col {
	width: 312px;
	margin-bottom: 10px;
}

div.col h1 {
	margin-bottom: 5px;
	border-bottom: 2px solid Sienna;
	font-size: 110%;
	font-weight: bold;
	color: Sienna;
	font-family: Georgia, "Times New Roman", serif;
}

div.col2 {
	width: 656px;
	margin-bottom: 10px;
	padding-top: 5px;
}

div.col2 h1 {
	font-size: 200%;
	font-weight: bold;
	color: #0033CC;
	font-family: Georgia, "Times New Roman", serif;
}

div.col2 h2 {
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: bold;
	color: #0033CC;
	font-family: Georgia, "Times New Roman", serif;
}

div.box {
	width: 276px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: 	#c8ffc8;
	border: 2px solid ForestGreen;
	text-align: left;
}

div.box h1 {
	margin-bottom: 5px;
	padding: 4px;
	background-color: ForestGreen;
	font-size: 105%;
	font-weight: bold;
	color: White;
}

div.box h2 {
	margin-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 100%;
	color: ForestGreen;
}

div.barra-dx {
	width: 276px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 32px;
	text-align: center;
}

div.barra-dx h1 {
	margin-bottom: 5px;
	padding: 6px;
	background-color: #0033CC;
	font-size: 105%;
	font-weight: bold;
	color: White;
	font-family: Georgia, "Times New Roman", serif;
}

div.barra-dx h2 {
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 2px dotted #FFA500;
	font-weight: bold;
	font-size: 120%;
	color: #FFA500; 
	font-family: Georgia, "Times New Roman", serif;
}


div.barra-dx strong {
	color: #33CC00;
}

/* Tabella Programma Congresso */

table.programme {
	border-collapse: collapse;
}

table.programme th {
	padding: 4px;
	border-top: 2px solid Gold;
	border-bottom: 2px solid Gold;
	font-weight: bold;
	color: Sienna;
}

table.programme td {
	padding: 10px;
	font-size: 120%;
}

table.programme td.orario {
	font-weight: bold;
	color: Crimson;	
}

table.programme td.sessione {
	font-weight: bold;
	font-size: 140%;
	color: Crimson;	
}

/*Tabella pagamento*/


table.payment
{
	width: 970 px;
}

th {
	padding: 5px;
	text-align: left;
	border: 1px solid black;
}

/*Tabella hotel*/


table.hotel
{
	width: 800 px;
	padding: 5px;
	text-align: left;
	border: 1px solid black;
	border-collapse:collapse;
}

td
{
	border: 1px solid black;
}

tr
{
	border: 1px solid black;
}


