/*
grigio scuro: #4A4A4A;
rosso: #FF0000;
*/
@import url("dynrg.css");
html,body {
  margin: 0;
  padding:0;
  height:100%; /* per il footer in fondo */
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	background: #B2B2B2 url(/images/sfondo.jpg) repeat-x left top;
	height: 100%;
}
img, 
img a {
	color: #000000;
  border: 0px solid #FF6600;
}
/*----------------------------------------------------------*/
.clear {
	clear: both;
}
.clear_sx {
	clear: left;
}
.clear_dx {
	clear: right;
}
/*----------------------------------------------------------*/
a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*----------------------------------------------------------*/
#container_home,
#container_interno {
	width: 970px;
	margin: 0 auto;
	text-align: left;
  position:relative; /* per il footer in fondo */
  height: 100%; /* per il footer in fondo */
  border: 0px solid #FF6600;
}
body>#container_home,
body>#container_interno {
  height:auto; /* per il footer in fondo */
  min-height:100%; /* per il footer in fondo */
}
#container_home {
	/*background: url(/images/sfondo_centro_home.gif) repeat-y left bottom;*/
	background: url(/images/sfondo_centro_interno.gif) repeat-y left bottom;
}
#container_interno {
	background: url(/images/sfondo_centro_interno.gif) repeat-y left bottom;
}
/*----------------------------------------------------------*/
#top {
	background: url(/images/sfondo.jpg) repeat-x left top;
	padding-bottom: 15px;
}
/*----------------------------------------------------------*/
#bandierine {
  padding: 6px 0 6px 0;
  border: 0px solid #FF6600;
}
#bandierine img {
	float: left;
	margin-right: 10px;
  border: 1px solid #FFFFFF;
}
/*----------------------------------------------------------*/
#header {
	height: 120px;
  background: url(/images/foto_header.jpg) no-repeat right top;
  border: 0px solid #FF6600;
}
#header .logo {
	float: left;
  border: 0px solid #FF6600;
}
/*----------------------------------------------------------*/
#navigation {
	height: 30px;
	margin: 15px 0 0 0;
	background: #9B9B9B;
	padding-left: 0px;
  border: 0px solid #FF6600;
}
#navigation .rollover{
	color: #FFFFFF;
}
/*------ gli stili del menu si trovano nel css del JSCookMenu ----------*/
/*
ul#menu,ul#menu li {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#menu {
	margin-left: 80px;
}
ul#menu li {
	float: left;
	background: url(/images/li_menu.gif) no-repeat right top;
}
ul#menu a {
	float: left;
	margin: 7px 30px 0 30px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
ul#menu li.attivo a,
ul#menu a:hover {
	color: #FFFFFF;
}
*/
/*----------------------------------------------------------*/
#content {
	padding: 0px;
	padding-bottom: 45px;  /*footer in fondo (xche non vada sopra al testo deve essere della stessa alt. del footer)*/
  border: 0px solid #FF6600;
}
/*----------------------------------------------------------*/
#news {
	width: 190px;
	padding: 15px;
	color: #4A4A4A;
	font-size: 13px;
	font-weight: bold;
	background: #FFFFFF;
  border: 0px solid #FF6600;
}
#news a {
	color: #4A4A4A;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.feed_rss {
  float: right;
}
.feed_rss img {
  border: 0;
}
#news_scrolling {
	width: auto;
	margin-top: 15px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
  border: 0px solid #FF6600;
}
#marqueecontainer {
	position: relative;
	width: auto;
	height: 250px;
	overflow: hidden;
	padding: 0px;
	text-align: left;
}
#vmarquee {
	position: absolute;
}
#news_scrolling .titolo,
#news_scrolling .titolo a {
	color: #FF0000;
	font-weight: bold;
}
#news_scrolling a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
#news_scrolling a:hover {
	color: #FF0000;
	text-decoration: none;
}
/*----------------------------------------------------------*/
#colonna_dx {
	width: 730px;
	float: right;
	text-align: justify;
  border: 0px solid #FF6600;
}
/*----------------------------------------------------------*/
#box_1,
#box_2 {
  background: #FFFFFF;
  padding: 15px;
  border: 0px solid #FF6600;
}
#box_1 {
  margin-bottom: 20px;
}
#box_1 .titolo,
#box_1 .titolo a,
#box_2 .titolo,
#box_2 .titolo a,
#box_1 a,
#box_2 a {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}
#box_1 img,
#box_2 img {
  border: 1px solid #000000;
}
#box_1 img {
  float: left;
  margin-right: 15px;
}
#box_2 img {
  float: right;
  margin-left: 15px;
}
/*----------------------------------------------------------*/
#bottom {
	height: 45px;
	font-size: 11px;
	color: #FFFFFF;
  position: absolute; /* per il footer in fondo */
  bottom:0; /* per il footer in fondo */
  width: 100%; /* per il footer in fondo */
  border: 0px solid #FF6600;
}
#footer {
	margin-top: 15px;
	padding: 7px 20px 0 20px;
	background: #4A4A4A;
	height: 23px;
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .left {
  float: left;
}
#footer .right {
  float: right;
}
/*----------------------------------------------------------*/
#centro_interno {
	text-align: justify;
	margin: 15px;
  background: #FFFFFF;
  border: 0px solid #FF6600;
}
/*----------------------------------------------------------*/
#briciola {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 15px;
}
#briciola a,
#briciola a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
/*----------------------------------------------------------*/

