@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
}

#container {
	position: relative;
	margin: 0px;
	font-family:Calibri;
	font-size:18px;
	/*line-height:1.3;*/
}

#header {
	position: relative;
	height: 108px;
}

#header_left {
	float:left;
	height: 108px;
	width: 1036px;
	background-image:url("img/header04.jpg");
	background-size:contain;
	background-repeat:no-repeat;
}

#header_left img {
	width:100%
}

#header_right {
	position: relative;
	margin-left:1036px;
	height: 108px;
	width: 244px;
	background-image:url("img/poli_header04.jpg");
	background-repeat:no-repeat;
	background-size:contain;
}

#header_right img {
	width:100%
}
/*per favore, css potresti se non ti dispiace aggiungere un pò di blu giusto per arrivare al bordo senza il colore bianco? lo dovresti fare per il right*/
#titlebar {
	position:relative;
	height:36px;
	width:1280px;
	text-align:center;
	line-height:36px;
	font-size: 23px;
	background-color:#134b69;
	color:#d3c352;
}

#content {
	position:relative;
	width:1280px;
	height: 500px;
}

#left_content {
	float:left;
	width: 414px;	
	max-width: 414px;
	/*background:#00FF00;*/
	padding-top:40px;
	padding-bottom:28px;
}
#left_content img {
	width:100%;
}

#central_content {
	float:left;
	width: 563px;
	max-width: 563px;
	max-height: 432px;
	height:432px;
	overflow:auto;
	padding-right:34px;
	margin-top:40px;
	/*background:#FF0000;*/
	padding-bottom:28px;
	
}
#right_content {
	float:left;
	/*margin-left:34px;*/
	width: 212px;
	height:500px;
	max-width: 212px;
	padding-left:17px;
	padding-right:40px;
	padding-top:40px;
	padding-bottom:28px;
	background:#e8e57c;
}

#left_up {
	/*height: 424px;*/
	padding-left:40px;
	width:339px;
	/*margin-top:40px;
	background:#63F;*/
}

#left_bottom {
	height: 36px;
	max-height: 36px;
	/*background:#3C9;*/
	padding-right:35px;
	padding-left:40px;
}

#central_up {
	/*height:320px;
	max-height:320px;*/
	/*margin-top:40px;
	background:#C36;*/
}

#central_bottom {
	height:140px;
	max-height:140px;
	/*background:#6C9;*/
}

#right_up{
	height:413px;
	max-height:413px;
	/*margin-top:40px;*/
	background:#e8e57c;
	overflow:auto;
	scrollbar-base-color: orange;
}

#right_bottom{
	position:relative;
	height:74px;
	max-height:74px;
	background:#e8e57c;
	font-size:14px;
	line-height:1.2;
}

#req_text{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-size:14px;
}

#id_style{
	font-weight:bold;
}

#paradata_style{
	font-size:16px;
}
#description_style{
	font-weight:bold;
}
#footbar{
	background-color:#134b69;
	color:#d3c352;
	text-align:center;
	font-size:16px;
	height:30px;
	line-height:30px;
	clear:both;
	width:1280px;
}

#footbar a{
	color:#d3c352;
}

#footbar a:hover{
	color:#FFF;
}
