/* CSS Document */

#contenitore
{
	margin-left: auto;
	margin-right: auto;
	
	width: 850px;
	height: auto;
	
	padding: 3px;
	
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}

#testa
{
	height: 82px;
}

#menu
{
	height: 42px;
	
	background-image: url(../img/barra_bg.jpg);
	background-repeat: repeat-x;
}

#corpo
{
	height: auto;
	min-height: 500px;
	
	margin-top: 1px;
	
	background-color: #666666;
}

#dati
{
	position: relative;
	height: auto;
	min-height: 300px;
	
	background-color: #666666;
}

#dati_sx
{
	height: auto;
	min-height: 580px;
	
	margin-right: 272px;
	
	padding-right: 1px;
	
	background-color: #FFFFFF;
}

#dati_slogan
{
	height: 200px;
	
	background-color: #FFFFFF;
	
	background-image: url(../img/slogan.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#dati_testo
{
	height: auto;
	
	background-color: #FFFFFF;
	
	padding: 12px;
}

#news
{
	position: absolute;
	
	top: 0px;
	right: 0px;	
		
	width: 252px;
	
	background-color: #666666;
	
	padding: 10px;
	padding-top: 25px;
}

.box_news_titolo
{
	height: auto;
	
	padding-left: 4px;	
	padding-right: 8px;
	
	font-weight: bold;
}

.box_news
{
	height: auto;
	
	padding-left: 4px;	
	padding-right: 8px;
	padding-top: 4px;
	
	margin-bottom: 20px;
}

#fondo
{
	height: 15px;
	padding-top: 10px;
	
	background-image: url(../img/fondo_bg.jpg);
}

#logo
{
	height: auto;
	width: auto;
	
	padding-top: 4px;
}


/* ---------------------*/

#nav 
{
	width: auto;
	
	color: #ffffff;
	
	padding-top: 13px;
	padding-left: 12px;
	
	font-weight: bold;
}

#nav a:link 
{
	color: #ffffff;
	
	padding: 8px;
	margin-top: 10px;
	
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited 
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	
	padding: 8px;	
}

#nav a:hover 
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	
	background-color: #FFCC00;
}
