@charset "utf-8";
/* CSS Document

fondoGrigioChiaro: #cccccc

testoGrigioScuro: #666666

boxIstituzionale: #FF0000

*/
html,body {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #dedede;
	background-image: url(immagini/bg-pagina.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

h1 {
	margin:0;
	font-size:20px;
}

h2 {
	margin:0;
	font-size:20px;
	font-weight:normal;
}

#pagina {
	width:100%;
	text-align:center;
	
}

#contenitore {
	width:955px;
	margin:auto;
	clear:both;
}

#banner {
	width:955px;
	height:160px;
	background-color:#cccccc;
	margin:auto;
	clear:both;
}

#bannerAlto {
	width:955px;
	height:58px;
	text-align:right;
	margin:auto;
}

#bannerBasso {
	width:955px;
	height:102px;
	margin:auto;
}

#bannerBassoDx {
	float:right;
	width:500px;
	height:102px;
	margin:auto;
}

#indirizzoCrema{
	float:left;
	width:240px;
	color:#666666;
	text-align:left;
	height:65px;
	margin-top:37px;
}

#separatoreIndirizzi{
	float:left;
	width:21px;
	height:72px;
	margin-top:30px;
}

#indirizzoCremona{
	float:left;
	width:229px;
	color:#666666;
	height:65px;
	margin-top:37px;
	text-align:right;
	margin-right:10px;
}

#indirizzoCrema a{
	color:#666666;
	text-decoration:none;
}

#indirizzoCrema a:hover{
	color:#666666;
	text-decoration:underline;
}

#indirizzoCremona a{
	color:#666666;
	text-decoration:none;
}

#indirizzoCremona a:hover{
	color:#666666;
	text-decoration:underline;
}

#corpo {
	clear:both;
	width:955px;
}

#corpoInterneIstituzionale{ 
	clear:both;
	width:955px;
	background-color:#d32218;
	color:#FFF;
	text-align:center;
}

#corpoInterneProgetti{ 
	clear:both;
	width:955px;
	background-color:#da7116;
	color:#FFF;
	text-align:center;
}

#corpoInterneNotizie{ 
	clear:both;
	width:955px;
	background-color:#5e8f26;
	color:#FFF;
	text-align:center;
}

#corpoInterneLinks{ 
	clear:both;
	width:955px;
	background-color:#15408f;
	color:#FFF;
	text-align:center;
}

#corpoInterneTerritorio{ 
	clear:both;
	width:955px;
	background-color:#e7e129;
	color:#000;
	text-align:center;
}



#boxArea{
	float:left;
	width:185px;
	height:230px;
}

#boxAreaInterne{
	float:left;
	width:185px;
	height:30px;
}

#boxArea h2{
	font-size:16px;	
}

#boxArea a{
	color:#FFF;
	text-decoration:none;
}
#boxArea a:hover{
	color:#FFF;
	text-decoration:underline;
}

#boxIstituzionale{
	background-color:#d32218;
	color:#FFF;
	width:185px;
	height:230px;
}

#boxHomePage{
	background-color:#597abc;
	color:#FFF;
	width:185px;
	height:30px;
}

#boxIstituzionaleInterne{
	background-color:#d32218;
	color:#FFF;
	width:185px;
	height:30px;
}

#boxProgetti{
	background-color:#da7116;
	color:#FFF;
	width:185;
	height:230px;
}

#boxProgettiInterne{
	background-color:#da7116;
	color:#FFF;
	width:185px;
	height:30px;
}

#boxTerritorio{
	background-color:#e7e129;
	color:#000;
	width:185px;
	height:230px;
}

#boxTerritorioInterne{
	background-color:#e7e129;
	color:#FFF;
	width:185px;
	height:30px;
}

#boxTerritorio a{
	color:#000000;
	text-decoration:none;
}
#boxTerritorio a:hover{
	color:#000000;
	text-decoration:underline;
}

#boxNotizie{
	background-color:#5e8f26;
	color:#FFF;
	width:185px;
	height:230px;
}

#boxNotizieInterne{
	background-color:#5e8f26;
	color:#FFF;
	width:185px;
	height:30px;
}

#boxLinks{
	background-color:#15408f;
	color:#FFF;
	width:185px;
	height:230px;
}

#boxLinksInterne{
	background-color:#15408f;
	color:#FFF;
	width:185px;
	height:30px;
}

#internoBox{
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	line-height:15px;
	height:230px;
}

#internoBoxInterne{
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	height:20px;
}

#internoBoxInterne a{
	color:#FFF;
	font-size:15px;
	text-decoration:none;
}

#internoBoxInterne a:hover{
	color:#FFF;
	font-size:15px;
	text-decoration:underline;
}

#internoBoxInterneNero{
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	height:20px;
}

#internoBoxInterneNero a{
	color:#000;
	font-size:15px;
	text-decoration:none;
}

#internoBoxInterneNero a:hover{
	color:#000;
	font-size:15px;
	text-decoration:underline;
}

#titoloBox {
	text-align:right;
	font-size:16px;
	position:relative;
	top:200px;
	left:5px;	
}

#titoloBoxInterne {
	text-align:right;
	font-size:16px;
	position:relative;
	top:15px;
}

#menuInterne {
	float:left;
	width:180px;
	text-align:right;
	padding-right:5px;
}

#menuInterne a{
	color:#FFF;
	text-decoration:none;
}

#menuInterne a:hover{
	color:#FFF;
	text-decoration:underline;
}

#menuInterneNero {
	float:left;
	width:180px;
	text-align:right;
	padding-right:5px;
}

#menuInterneNero a{
	color:#000;
	text-decoration:none;
}

#menuInterneNero a:hover{
	color:#000;
	text-decoration:underline;
}

#paginaInterna {
	width:763px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#paginaInternaNero {
	width:763px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#paginaInternaDentro {
	width:737px;
	clear:both;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	padding-top: 7px;
}

#paginaInternaDentro a{
	color:#FFF;
	text-decoration:none;
}

#paginaInternaDentro a:hover{
	color:#FFF;
	text-decoration:underline;
}

#paginaInternaDentroNero {
	width:737px;
	clear:both;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	padding-top: 7px;
}

#paginaInternaDentroNero a{
	color:#000;
	text-decoration:none;
}

#paginaInternaDentroNero a:hover{
	color:#000;
	text-decoration:underline;
}

#areaNews {
	width:955px;
	height:100px;
	
}

#areaNewsSx {
	background-color:#15408f;
	color:#FFF;
	width:185px;
	height:100px;
	float:left;
	text-align:center;
}

#areaNewsSx a{
	color:#FFF;
	text-decoration:none;
	font-size:10px;
}

#areaNewsSx a:hover{
	color:#FFF;
	text-decoration:none;
	font-size:10px;
}

#areaNewsCx {
	background-color:#FFFFFF;
	color:#FFF;
	width:140px;
	height:100px;
	float:left;
}

#areaNewsDx {
	background-color:#5e8f26;
	color:#FFF;
	width:610px;
	padding-right:10px;
	padding-left:10px;
	height:100px;
	float:left;
}

#areaNewsDx a{
	color:#FFF;
	text-decoration:none;
}

#areaNewsDx a:hover{
	color:#FFF;
	text-decoration:underline;
}

#footer{
	width:955px;
	height:80px;
	text-align:center;
	color:#808080;
	padding-top:5px;
}


