/* inizio template file reset.css */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* fine template file iehacks6.css */


/* inizio template file css_styled_content.css */


	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #CCC;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */


/******** Inserito da Renzo per risolvere un bug di typo3 ******/
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {clear:both; }

/******** Inserito da Renzo per risolvere un bug di IE6 ******/
DIV.csc-textpic DIV.csc-textpic-imagewrap A	{ padding:.2em 0em; }

/* fine template file css_styled_content.css */

/* inizio template file home.css */

	body {
		background:url(/fileadmin/templates/img/back.jpg) top left repeat-x;
		font-family:"Trebuchet MS";
		color:#666;
		font-size:13px;
		text-align:center;
		margin:0 auto;
	  }


	#container {
		width:943px;
		margin:0 auto;
		text-align:left;
	  }
	

	#header {
		position:relative;
	  }
	  
	  
	/*html > body*/ #top_loghi_container {
		height:86px;
		background:url(/fileadmin/templates/img/loghi_top.png) top left no-repeat;
		position:relative;
	  }
	
	
	#rsm_ttl {
		width:309px;
		height:44px;
		position:absolute;
		top:8px;
		left:36px;
	  }
	
	
	#top_loghi {
		width:530px;
		height:48px;
		position:absolute;
		top:7px;
		left:379px;
		background:url(/fileadmin/templates/img/loghi.jpg) top left no-repeat;
	  }
	
	
	/*html > body*/ #flash_container {
		height:236px;
		background:url(/fileadmin/templates/img/header_container.png) top left no-repeat;
		position:relative;
	  }
	
	
	#flash {
		padding-left:22px;
		padding-top:2px;
		width:903px;
		height:236px;
	  }
	
	
	/*html > body*/ #decoro {
		height:43px;
		background:url(/fileadmin/templates/img/decoro.png) top left no-repeat;
	  }
	
	
	/*html > body*/ #content {
		width:943px;
		position:relative;
		height:495px;
		background:url(/fileadmin/templates/img/back.png) top left repeat-y;
		line-height:16px;
		text-align:left;
	  }
	
	
	#right {
		width:270px;
		position:absolute;
		top:64px;
		left:632px;
		height:460px;
		line-height:16px;
		text-align:left;
	  }
	
	#right a{ color:#ffae00; font-weight:bold; text-decoration:none; }
	#right a:hover{ color:#ffae00; font-weight:bold; text-decoration:underline;}
	
	#center {
		width:270px;
		position:absolute;
		top:64px;
		left:336px;
		height:460px;
		line-height:16px;
		text-align:left;
	  }

	#center a{ color:#d4968d; font-weight:bold; text-decoration:none; }
	#center a:hover{ color:#d4968d; font-weight:bold; text-decoration:underline;}
	
	
	#left {
		width:270px;
		position:absolute;
		top:64px;
		height:460px;
		left:39px;
		line-height:16px;
		text-align:left;
	  }

	#left a{ color:#74c14f; font-weight:bold; text-decoration:none; }
	#left a:hover{ color:#74c14f; font-weight:bold; text-decoration:underline;}

	h3#left a{color:#74c14f; font-weight:bold; text-decoration:none; padding-bottom:5px;}
	h3#left {color:#74c14f; font-weight:bold; text-decoration:none; padding-bottom:5px;}
	
	
	#ttl_left {
		width:270px;
		position:absolute;
		top:1px;
		left:39px;
		height:33px;
		background:url(/fileadmin/templates/img/ttl-ricreatorio.jpg) top left no-repeat;
	  }
	
	
	#ttl_right {
		width:270px;
		position:absolute;
		top:1px;
		height:33px;
		left:632px;
		background:url(/fileadmin/templates/img/ttl-giornale.jpg) top left no-repeat;
	  }
	
	
	#ttl_center {
		width:270px;
		position:absolute;
		top:1px;
		height:33px;
		left:336px;
		background:url(/fileadmin/templates/img/ttl-teatro.jpg) top left no-repeat;
	  }
	
	
	/*html > body*/ #content_footer{
		background:url(/fileadmin/templates/img/contfoot.png) top left no-repeat;
		height:47px;
	  }
	
	#footer {
	  }
	
	/*html > body */#footer_dwn {
		background:url(/fileadmin/templates/img/footer.png) top center no-repeat;
		height:95px;
		position:relative;
	  }
	
	#footer_logo_sx {
		position:absolute;
		width:435px;
		height:63px;
		left:30px;
		top:3px;
	  }
	
	
	#footer_logo_dx {
		position:absolute;
		left:500px;
		width:402px;
		height:63px;
		top:3px;
	  }
	
	
	#sub_footer {
		text-align:center;
		color:#999;
		font-size:11px;
		margin-bottom:5px;
	  }

	
	#sub_footer a {color:#666; text-decoration:none;}
	#sub_footer a:hover {color:#666; text-decoration:underline;}
	


	.invis { display:none; }


/*   N E W S   */


	.news_image{
		float: left;
		padding:5px 5px 3px 5px;
		border:1px solid #CCC;
		margin:0 8px 5px 0;
	  }
	  
	.news_content {
		line-height:16px;
		text-align:left;
	  }
	
	
	.news_title {
		font-size:13px;
	 }



	.news_esp_link { 
		text-align:right;
		padding:1px 6px 4px 4px;
		clear:both;
	  }
	 
	 
	.linea {
		height:12px;
		line-height:1;
		font-size:1px;
		background:url(/fileadmin/templates/img/back-line.gif) top left repeat-x;
		clear:both;
		margin-bottom:5px;
	  }
	  
	
	
	/*   C O L O N N A   D E S T R A     */
	

/* fine template file home.css */

	
	
	  
	
/* inizio template file htmlarea_fe.css */


.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.csc-frame-frame1 {background-color: #EDEBF1; border: 1px solid #333333;}
.csc-frame-frame2 {background-color: #F5FFAA; border: 1px solid #333333;}
.important {color: #8A0020;}
.name-of-person {color: #10007B;}
.detail {color: #186900;}
.component-items {color: #186900;}
.action-items {color: #8A0020;}
.component-items-ordered {color: #186900;}
.action-items-ordered {color: #8A0020;}
div.indent { margin-left: 2em; }


/* fine template file htmlarea_fe.css */

.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.csc-frame-frame1 {background-color: #EDEBF1; border: 1px solid #333333;}
.csc-frame-frame2 {background-color: #F5FFAA; border: 1px solid #333333;}
.important {color: #8A0020;}
.name-of-person {color: #10007B;}
.detail {color: #186900;}
.component-items {color: #186900;}
.action-items {color: #8A0020;}
.component-items-ordered {color: #186900;}
.action-items-ordered {color: #8A0020;}
