﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	min-height: 600px;
	min-width: 800px;
}
a{
	color: #B90000;
}
a:hover{
	text-decoration: underline;
	color: #FF2424;
}

html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/* header
-------------------------------------------------------------------------*/
#header{
	height: 117px;
	background-image: url(bg_body.gif);
	background-repeat: repeat-x;
}
	#header img{
		margin: 0;
		float: left;
	}
	#header h1{
		margin: 0;
		position: absolute;
		left: 133px;
		height: 112px;
	}
	#header h1 a{
		padding-left: 30px;
		line-height: 112px;
		color: white;
		font-size: 30pt;
		text-decoration: none;
		font-weight: normal;
	}
	#header ul{
		margin: 0;
		float: right;
		padding: 87px 0 0 0;
		list-style: none;
		border-bottom: 5px solid #004278;
	}
	#header li{
		margin: 0;
		float: left;
		padding: 0 25px 0 5px;
		list-style: none;
		background-image: url(bg_topnav_li.gif);
		background-repeat: repeat-y;
		height: 25px;
		line-height: 10px;
		position: relative;
	}
	#header li a{
		color: white;
		text-decoration: none;
		font-size: 10pt;
	}
	#header li a:hover{
		text-decoration: none;
		position: relative;
		top: -1px;
	}
	#header li ul{
		z-index: 100;
		display: none;
		left: 0px;
		position: absolute;
		top: 25px;
		background-color:#000000;
		padding: 5px 5px 5px 5px;
	}
	#header li:hover ul{
		display: block;
	}
	#header li.over ul{
		display: block;
	}
	#header li ul li{
		background-image: none;
		padding: 5px 5px 5px 5px;
		height: 15px;
	}

/* agenda
--------------------------------------------------------------------------*/
#agenda{
	float: right;
	width: 175px;
	min-height: 250px;
	margin: 20px 0 20px 0;
	padding: 5px 25px 5px 25px;
	background-image: url(bg_vline.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: right;
}
#agenda h1{
		font-size: 10pt;
		color: white;
		background-color: #004278;
		text-align: center;
		font-weight: bold;
		padding: 3px 0 3px 0;
		margin: 0 0 15px 0;
	}
	#agenda p{
		text-align: justify;
		margin: 0;
		font-size: 9pt;
		padding-bottom: 3px;
	}
	#agenda p.date{
		text-align: left;
		font-size: 8pt;
		color: #B90000;
		font-weight: bold;
		line-height: 8pt;
		margin: 0 0 3px 0;
	}
	#agenda p.more{
		text-align: right;
		margin-top: 3px;
		margin-bottom: 18px;
	}
	#agenda p.more a{
		font-size: 8pt;
		color: #B90000;
		text-decoration: none;
		font-weight: bold;
	}
	#agenda p.more a:hover{
		text-decoration: underline;
	}
	
/* sidebar
--------------------------------------------------------------------------*/
#sidebar{
	width: 125px;
	min-height: 250px;
	margin: 20px 0 20px 0;
	padding: 5px 25px 5px 25px;
	background-image: url(bg_vline.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}
	#sidebar p{
		text-align: right;
		margin-top: 3px;
		margin-bottom: 18px;
		font-size: 9pt;
		padding-bottom: 3px;
	}
	#sidebar p a{
		font-size: 8pt;
		color: #B90000;
		text-decoration: none;
		font-weight: bold;
	}
	#sidebar p a:hover{
		text-decoration: underline;
	}
	
/* content
--------------------------------------------------------------------------*/
#content{
	margin: 0;
	padding: 25px 50px 25px 200px;
	min-height: 75%;
}
	#content.first{
		margin: 0;
		padding: 25px 250px 25px 50px;
	}
	#content h1{
		margin: 0 0 0.5em 0;
		padding: 0 0 0 0;
		line-height: 16pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 16pt;
		color: #225680;
	}
	#content h2{
		margin: 0 0 0.5em 0;
		padding: 0 0 0 0;
		line-height: 14pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 14pt;
		color: #225680;
	}
	#content p{
		text-align: justify;
		margin: 0 0 10px 0;
		padding: 0 0 0 25px;
	}
	#content p.image{
		text-align: center;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#content table{
		text-align: justify;
		font-size: 10pt;
		margin: 0 0 0 25px;
		padding: 0;
	}
	#content .back{
		float: left;
	}
	#content .next{
		float: right;
	}
	#content thead{
		height: 22px;
		font-size: 11pt;
		color: #FFFFFF;
		background-color: #225680;
	}
	#content tbody tr{
		height: 19px;
	}
	#content .rigaPari{
		background-color: #E0E0E0;
	}
	#content img{
		max-width: 100%;
	}
	#content .scheda{
		position: relative;
		margin: 10px 20px 10px 20px;
	}
	#content .scheda img{
		width: 74px;
		height: 108px;
	}
	#content .scheda p{
		position: absolute;
		width: 200px;
		top: 20px;
		left: 80px;
	}
	.posizionamento{
		z-index: 1;
		position: relative;
	}
	.sinistra{
		width: 50%;
	}
	.destra{
		position: absolute;
		top: 0;
		left: 50%;
		width: 50%;
	}
}

/* footer
--------------------------------------------------------------------------*/
#footer{
	margin: 0;
	padding: 0px 50px 25px 50px;
	clear: both;
	background-repeat: no-repeat;
	background-position: right bottom;
}
	#footer ul{
		background-image: url(bg_hline.gif);
		background-repeat: repeat-x;
		list-style: none;
		margin: 0;
		padding: 5px 0 0 0;
	}
	#footer li{
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}
	#footer li a{
		color: #004278;
		text-decoration: none;
		font-size: 8pt;
		margin-left: 6px;
		margin-right: 6px;
	}
	#footer li a:hover{
		text-decoration: underline;
	}
	#footer p{
		margin: 5px 0 0 6px;
		font-size: 8pt;
	}
	#footer a{
		font-size: 9pt;
		color: black;
		text-decoration: none;
	}
	#footer a:hover{
		text-decoration: underline;
	}